From 48c46240e4efb79cb4854b6792a7fe62f4eeaccd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 14 Sep 2014 22:16:26 +0200 Subject: make space for hamburger in compact view --- css/content.css | 6 +++++- templates/part.content.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/content.css b/css/content.css index 5fb665eb7..bdc85edbf 100644 --- a/css/content.css +++ b/css/content.css @@ -139,6 +139,10 @@ width: 20px; } + #app-content .compact .util-spacer { + width: 45px; + } + #app-content .utils li { line-height: 40px; vertical-align: middle; @@ -207,6 +211,7 @@ #app-content .feed-view .utils .title { background: none !important; + padding-left: 0; } #app-content .utils .title h1 a { @@ -255,7 +260,6 @@ color: #000; } #app-content .heading a:hover { - color: #222; text-decoration: underline; } diff --git a/templates/part.content.php b/templates/part.content.php index 924c6496a..9968e07e1 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -17,7 +17,7 @@