summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-22 05:45:01 +0100
committerAndrew Dolgov <[email protected]>2007-08-22 05:45:01 +0100
commit8be83f424aafbcb652ae26354e3725f8f10b55d7 (patch)
tree610735eacdffb6c4c3c043a5b7a5e532f8edb802 /tt-rss.css
parent772e5b5ce6836243e01b536d19bcb05bf22b5ab6 (diff)
implement catchup above/below (refs #140)
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7efc0142f..ba1d4070e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;