1
0
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:
Andrew Dolgov
2007-08-22 05:45:01 +01:00
parent 772e5b5ce6
commit 8be83f424a
4 changed files with 120 additions and 7 deletions

View File

@@ -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;