summaryrefslogtreecommitdiffstats
path: root/css/news.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/news.css')
-rw-r--r--css/news.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index b44c832d5..2ea444083 100644
--- a/css/news.css
+++ b/css/news.css
@@ -61,6 +61,7 @@ div.feed_controls {
right: 0;
top: 3.5em;
z-index: 1;
+ height: 3.3em;
}
div.feed_controls div.subscriptions_title {
display: inline-block;
@@ -150,7 +151,10 @@ div.feed_controls {
background-image: url('%webroot%/core/img/loader.gif');
background-size: 16px 16px;
background-repeat: no-repeat;
- background-position: 20em center;
+ background-position: right center;
+ /* uncomment if webkit supports this
+ background-position: right 5px center;
+ */
}
#feeds li.feed:hover {