summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-14 20:11:47 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-14 20:11:47 +0200
commiteaeffc0a577dd5d439761a3ab20361710d62da0c (patch)
tree34a027ff50675e22740ece2a99cc1b43efd8b5be /css
parenta4363afdf1892692b0f8dd72fcb804b9959b403b (diff)
small pixelfix for the newsitem header in chromium
Diffstat (limited to '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 {