summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-07-20 11:31:07 +0200
committerGregor Tätzner <gregor@freenet.de>2012-07-20 11:31:07 +0200
commita072943b2e428a14243329ee3717392f7f5e4da1 (patch)
treee1bd8000a9c86d201125a34d757601148ce075a5 /css
parent2259f8635969a3b409dedda8cc1662486fe12ba4 (diff)
Polish feedslist layout
Diffstat (limited to 'css')
-rw-r--r--css/news.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/css/news.css b/css/news.css
index 064aa2fe0..13eee72c0 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 20px; }
+.collapsable { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding: 0 0 0 20px; }
.news_input { float:left; font-size:12px; padding:4px 2px; border:solid 1px #aacfe4; width:200px; }
.svg { border: inherit; background: inherit; }
@@ -54,15 +54,16 @@ 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: 16px !important; text-align: right; }
-li.feeds_list a { margin-left: 20px !important; overflow: hidden; text-overflow: ellipsis; width: 13em; text-align: left; }
+li.feeds_list { margin-left: 16px !important; text-align: right; border-radius: 5px; padding-left: 5px !important; }
+li.feeds_list a { padding: 0 0 0 20px !important; overflow: hidden; text-overflow: ellipsis; text-align: left; width: 13em; }
+div.folder_container { padding-left: 5px !important; border-radius: 5px; }
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; }
-div.collapsable:hover { background-color: rgb(221, 221, 221); }
+div.folder_container:hover { background-color: rgb(221, 221, 221); }
div.add_parentfolder { position: relative; }
div.dialog { overflow: visible; }