mobile: show caret indicator next to logo to make clear it is tappable

This commit is contained in:
Jan-Christoph Borchardt 2014-03-18 17:48:28 +01:00
parent 67b8cfedf9
commit 59906fbb4d
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
@media only screen and (max-width: 600px) {
/* show caret indicator next to logo to make clear it is tappable */
#owncloud.menutoggle {
background-image: url('../img/actions/caret.svg');
background-repeat: no-repeat;
background-position: right 26px;
padding-right: 16px !important;
}
/* compress search box on mobile, expand when focused */
.searchbox input[type="search"] {
width: 15%;