summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-07-17 21:48:58 +0200
committerGregor Tätzner <gregor@freenet.de>2012-07-17 21:48:58 +0200
commit072e5f18c959c6bba453cbaf9219b9067acf5bab (patch)
tree0c5072510c5f1d157c5c045090e2d42b4fc2f989 /css
parent3d85e9477f504f52626a5750ef7e9db2f5057b9b (diff)
Align counter to the right and hide on hover
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 5a53c461f..d85c8e48b 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; height: 90%; margin-top: auto; margin-bottom: auto; color: white; text-align: center; }
+#unreaditemcounter { position: relative; background: #5E5E5E; border-radius: 5px; padding: 0 5px; color: white; text-align: center; margin-right: 0.3em; }
ul.controls li { float: left; }
@@ -44,7 +44,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: 20px !important; }
+li.feeds_list { margin-left: 20px !important; text-align: right; }
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; }