Merge pull request #15190 from owncloud/hide-update-notification-on-mobile

do not show update notification on mobile, fix overlapping of header menus
This commit is contained in:
Morris Jobke 2015-03-25 15:48:34 +01:00
commit 285f9e32e5
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@
display: none;
}
/* do not show update notification on mobile */
#update-notification {
display: none !important;
}
/* position share dropdown */
#dropdown {
margin-right: 10% !important;