From 43af25a30e7810d4633cc617fbf4c6faa22a01f3 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 10 Sep 2013 23:50:17 +0200 Subject: [PATCH] Fix menu phone styling --- couchpotato/static/style/main.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index 18af83f..0ade518 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -201,14 +201,22 @@ body > .spinner, .mask{ top: -3px; } .icon2.menu:before { - content: "\e076 \e076 \e076"; + content: "\e076\00a0 \e076\00a0 \e076\00a0"; line-height: 6px; transform: scaleX(2); width: 20px; font-size: 10px; display: inline-block; vertical-align: middle; + word-wrap: break-word; + text-align:center; + margin-left: 5px; } + @media screen and (-webkit-min-device-pixel-ratio:0) { + .icon2.menu:before { + margin-top: -7px; + } + } /*** Navigation ***/ .header {