From 4fd557478736c83cc378262754b1a0bb9682398c Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Thu, 19 Jul 2012 18:40:48 -0400 Subject: fix folder indentation and counter equals to 0 --- css/news.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'css') 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; } -- cgit v1.2.3