From 9dabed04a411df4baec9bf6a52ce77dad4a87ce4 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 16 Apr 2014 10:49:16 +0200 Subject: do not show menu toggle on public share links as there is no menu --- core/css/mobile.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/css/mobile.css') diff --git a/core/css/mobile.css b/core/css/mobile.css index 821da619295..b8f0dbc7ec5 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -7,6 +7,11 @@ background-position: right 26px; padding-right: 16px !important; } +/* do not show menu toggle on public share links as there is no menu */ +#body-public #owncloud.menutoggle { + background-image: none; + padding-right: 0 !important; +} /* compress search box on mobile, expand when focused */ .searchbox input[type="search"] { -- cgit v1.2.3