Browse Source

do not show menu toggle on public share links as there is no menu

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 12 years ago
parent
commit
9dabed04a4
  1. 5
      core/css/mobile.css

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

Loading…
Cancel
Save