diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-20 01:13:24 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-20 01:13:24 +0200 |
commit | 199ee18c0c342c7163a1714705bbe8c6625cc979 (patch) | |
tree | a735dbfd41ad3d8307923a1b6252500d85ece9bd /core/css/mobile.css | |
parent | 1abd9c1305745fe4e66b8b4d0a45f56526dad216 (diff) | |
parent | 9dabed04a411df4baec9bf6a52ce77dad4a87ce4 (diff) | |
download | nextcloud-server-199ee18c0c342c7163a1714705bbe8c6625cc979.tar.gz nextcloud-server-199ee18c0c342c7163a1714705bbe8c6625cc979.zip |
Merge pull request #8229 from owncloud/menutoggle-mobile
do not show menu toggle on public share links as there is no menu
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 079fd2c017c..fd0628d7e28 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"] { |