summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-07-21 16:45:37 +0200
committerGregor Tätzner <gregor@freenet.de>2012-07-21 16:45:37 +0200
commit912374165b89b0e6aae71d6fd0930176da259fbf (patch)
treecc08adfcec594a32912a45c16ea247ada181334e /css
parent67ba166c822254a682bfc88546de2a92fd722539 (diff)
Add feed fallback icon and set a relative width on the feed list items.
Diffstat (limited to 'css')
-rw-r--r--css/news.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/news.css b/css/news.css
index fca758dc9..9bc7f04c4 100644
--- a/css/news.css
+++ b/css/news.css
@@ -16,7 +16,7 @@
#addfolder { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding-left: 20px !important; }
#addfeed { background: url('%appswebroot%/apps/news/img/rss.svg') no-repeat left center; padding-left: 20px !important; }
-#unreaditemcounter { position: relative; background: #5E5E5E; border-radius: 5px; padding: 0 5px; color: white; text-align: center; margin-right: 0.3em; }
+#unreaditemcounter { position: relative; background: #5E5E5E; border-radius: 5px; padding: 0 5px; color: white; text-align: center; margin: 0 0.3em 0 0.3em;}
ul.controls li { float: left; }
@@ -55,7 +55,7 @@ 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; 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; }
+li.feeds_list a { padding: 0 0 0 20px !important; overflow: hidden; text-overflow: ellipsis; text-align: left; width: 70%; }
div.collapsable_container { padding-left: 5px !important; border-radius: 5px; }
ul.folders { margin-left: 16px !important; }