mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
implement catchup above/below (refs #140)
This commit is contained in:
@@ -668,7 +668,7 @@ span.feed_error {
|
||||
color : red;
|
||||
}
|
||||
|
||||
span.insensitive, div.insensitive {
|
||||
span.insensitive, div.insensitive, li.insensitive {
|
||||
color : gray;
|
||||
}
|
||||
|
||||
@@ -1552,7 +1552,7 @@ ul.headlineDropdownMenu {
|
||||
|
||||
ul.headlineDropdownMenu li.top {
|
||||
float : left;
|
||||
width : 11em;
|
||||
width : 12em;
|
||||
background-image : url("images/down_arrow.png");
|
||||
background-position : center right;
|
||||
background-repeat : no-repeat;
|
||||
@@ -1604,7 +1604,7 @@ ul.headlineDropdownMenu ul {
|
||||
padding : 0px;
|
||||
display : none;
|
||||
background-color : white;
|
||||
width : 11em;
|
||||
width : 12em;
|
||||
z-index : 3;
|
||||
top : auto;
|
||||
left : auto;
|
||||
|
||||
Reference in New Issue
Block a user