summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-28 06:10:05 +0100
committerAndrew Dolgov <[email protected]>2008-08-28 06:10:05 +0100
commit4c41e58f53773f9316af1ef23cb643ac4004471d (patch)
treef9542c43024be41bcaeacfeb25918f7e92d9b87b /tt-rss.css
parentfc0b87e058dffd67c5fbd2107141ab9e0848b935 (diff)
add new widgets to collapse categories, unify behaviour wnen clicking on category/feed title
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e52d4717a..9e8dfb43b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -74,7 +74,7 @@ div.postReply span.author {
ul.feedList {
list-style-type : none;
- margin : 5px;
+ margin : 5px 5px 5px 0px;
padding : 0px 0px 0px 5px;
font-size : 12px;
font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
@@ -87,11 +87,12 @@ ul.feedList li.feedCat {
font-size : 12px;
}
-ul.feedList li.feedCat a {
+ul.feedList li.feedCat span.catTitle {
color : #707070;
+ cursor : pointer;
}
-ul.feedList li.feedCat a:hover {
+ul.feedList li.feedCat span.catTitle:hover {
color : #4684ff;
}
@@ -108,7 +109,7 @@ ul.feedList li.feedCatSelected a {
ul.feedCatList {
list-style-type : none;
- margin : 0px 0px 0px 15px;
+ margin : 0px 0px 0px 20px;
padding : 0px;
}