]> source.dussan.org Git - nextcloud-server.git/commitdiff
do not show menu toggle on public share links as there is no menu
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 08:49:16 +0000 (10:49 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 08:49:16 +0000 (10:49 +0200)
core/css/mobile.css

index 821da61929508265fe3d0456cc3cf270cfe8f033..b8f0dbc7ec57b64fb707e3b8acd9782cfe2fca00 100644 (file)
@@ -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"] {