summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-19 18:40:48 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-19 18:40:48 -0400
commit4fd557478736c83cc378262754b1a0bb9682398c (patch)
tree9e8004c154164fc6f05cc7fac58a293ff4c85584 /css
parentc739eebba3f52d828b8b65e77e2964b1d9d022a9 (diff)
fix folder indentation and counter equals to 0
Diffstat (limited to 'css')
-rw-r--r--css/news.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 1795aaedf..064aa2fe0 100644
--- a/css/news.css
+++ b/css/news.css
@@ -54,9 +54,11 @@ ul#feedfoldermenu { position:fixed; margin-left: 0; bottom: 2.8em; border-left:1
li { padding: 0px !important; }
li.menuItem { margin-left:0.7em; margin-right:0.7em; float: none !important; text-align: left; }
-li.feeds_list { margin-left: 10px !important; text-align: right; }
+li.feeds_list { margin-left: 16px !important; text-align: right; }
li.feeds_list a { margin-left: 20px !important; overflow: hidden; text-overflow: ellipsis; width: 13em; text-align: left; }
+ul.folders { margin-left: 16px !important; }
+
li.folder_list:hover { color: rgb(0, 0, 0) !important; background: none !important; }
li.feeds_list:hover { background-color: rgb(221, 221, 221) !important; }