mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Quick fix style tweaks to fix the broken story titles view in the river.
This commit is contained in:
parent
0ce9f078f6
commit
96f141448a
1 changed files with 7 additions and 3 deletions
|
@ -1137,7 +1137,7 @@ background: transparent;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
.NB-view-river #story_titles .story {
|
.NB-view-river #story_titles .story {
|
||||||
padding-right: 326px;
|
/* padding-right: 326px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#story_titles .story .NB-storytitles-sentiment {
|
#story_titles .story .NB-storytitles-sentiment {
|
||||||
|
@ -1201,10 +1201,14 @@ background: transparent;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px 0px;
|
padding: 4px 0px;
|
||||||
float: left;
|
float: left;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
#story_titles .story.read a.story_title {
|
#story_titles .story.read a.story_title {
|
||||||
color: #575757;
|
color: #575757;
|
||||||
}
|
}
|
||||||
|
.NB-view-river #story_titles .story a.story_title {
|
||||||
|
margin-left: 118px;
|
||||||
|
}
|
||||||
|
|
||||||
#story_titles .story .story_title .NB-storytitles-author {
|
#story_titles .story .story_title .NB-storytitles-author {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
|
@ -1230,11 +1234,11 @@ background: transparent;
|
||||||
}
|
}
|
||||||
#story_titles .story .NB-story-feed {
|
#story_titles .story .NB-story-feed {
|
||||||
display: none;
|
display: none;
|
||||||
float: left;
|
left: -118px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
color: #707070;
|
color: #707070;
|
||||||
position: relative;
|
position: absolute;
|
||||||
}
|
}
|
||||||
.NB-view-river #story_titles .story .NB-story-feed {
|
.NB-view-river #story_titles .story .NB-story-feed {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue