Merge pull request #8229 from owncloud/menutoggle-mobile

do not show menu toggle on public share links as there is no menu
This commit is contained in:
Lukas Reschke 2014-04-20 01:13:24 +02:00
commit 199ee18c0c
1 changed files with 5 additions and 0 deletions

View 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"] {