summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-26 19:20:21 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-26 19:20:21 -0400
commitf80555a94cc1d2fb21233b538ef8a4dd140486ea (patch)
treed9861479d84b3f5b59d2f20520de52f96ebf80ae /css
parent3731be7db2273d76d55821cad34697bd5d7745a0 (diff)
shows a spinner while updating feed
Diffstat (limited to 'css')
-rw-r--r--css/news.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 4d6d6d6ae..61cb8c001 100644
--- a/css/news.css
+++ b/css/news.css
@@ -16,7 +16,8 @@
#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: 0 0.3em 0 0.3em;}
+#unreaditemcounter.nonzero { position: relative; background: #5E5E5E; border-radius: 5px; padding: 0 5px; color: white; text-align: center; margin: 0 0.3em 0 0.3em;}
+#unreaditemcounter.zero { position: relative; margin: 0 0.3em 0 0.3em;}
ul.controls li { float: left; }