summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-27 12:32:59 +0100
committerAndrew Dolgov <[email protected]>2007-01-27 12:32:59 +0100
commitd9fa39f1d444fbd5a909aabe19dfc50aa8601131 (patch)
treec9e84bbd32cee9f3cdae05b210f41b451e763ddd /tt-rss.css
parentef16ae378238fa868d282da5c4f77d8556534af4 (diff)
add new version indicator on main chrome
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5cf0ce7f5..5cb6e8947 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -76,7 +76,7 @@ ul.feedCatList {
ul.feedCatList li {
margin : 0px;
- padding : 0px 0px 0px 0px;
+ padding : 0px 0px 2px 0px;
color : black;
}
@@ -85,6 +85,10 @@ ul.feedList li {
font-size : small;
}
+ul.feedCatList img {
+ vertical-align : bottom;
+}
+
li.feedUnread,
li.errorUnread,
li.labelUnread,
@@ -1431,4 +1435,8 @@ ul.headlineDropdownMenu ul li:hover {
background-color : #f0f0f0;
}
-
+#newVersionIcon {
+ vertical-align : middle;
+ cursor : pointer;
+ display : none;
+}