summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 12:26:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 12:26:17 +0200
commite7313a20e71b9876ac1b4f7debc26b386cee3cf3 (patch)
treee046d8bf0f5de5f9b443335a5c9a137ad3161010 /css
parent802ddff3f485e99afba7eb9a0a15bb2fe91ded73 (diff)
fix #610
Diffstat (limited to 'css')
-rw-r--r--css/content.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/content.css b/css/content.css
index c885f7d1e..927f9d266 100644
--- a/css/content.css
+++ b/css/content.css
@@ -144,7 +144,7 @@
}
#app-content .compact .util-spacer {
- width: 45px;
+ width: 19px;
}
#app-content .utils li {
@@ -207,15 +207,15 @@
*/
#app-content .utils .title {
width: 100%;
- padding-left: 35px;
- background-position: left center;
+ padding-left: 45px;
+ background-position: 10px 10px;
background-size: 20px 20px;
background-repeat: no-repeat;
}
#app-content .feed-view .utils .title {
background: none !important;
- padding-left: 0;
+ padding-left: 10px;
}
#app-content .utils .title h1 a {