summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-18 19:25:27 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-18 19:25:27 -0400
commitf3f251acec735d44b1abbe609d83eb349ef40305 (patch)
tree6d8b7a319a74afc97ebb0344d5c7d0b10b9c3e89 /css
parent5fccf54f9f3c04d081d871bab130730d5e417fd3 (diff)
basically reversing commit 18176083
Diffstat (limited to 'css')
-rw-r--r--css/news.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/news.css b/css/news.css
index ef80ea81b..bc5220309 100644
--- a/css/news.css
+++ b/css/news.css
@@ -1,5 +1,5 @@
-.collapsable { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding: 0.3em 0.8em 0.3em 19px; }
+.collapsable { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding: 0.3em 0.8em 0.3em 20px; }
.news_input { float:left; font-size:12px; padding:4px 2px; border:solid 1px #aacfe4; width:200px; }
.svg { border: inherit; background: inherit; }
@@ -44,8 +44,8 @@ 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 { text-align: right; padding-left: 19px; }
-li.feeds_list a { margin-left: 19px !important; overflow: hidden; text-overflow: ellipsis; width: 13em; text-align: left; }
+li.feeds_list { margin-left: 10px !important; text-align: right; }
+li.feeds_list a { margin-left: 20px !important; overflow: hidden; text-overflow: ellipsis; width: 13em; text-align: left; }
li.folder_list:hover { color: rgb(0, 0, 0) !important; background: none !important; }
li.feeds_list:hover { background: none repeat scroll 0% 0% rgb(221, 221, 221) !important; }