Merge pull request #9370 from owncloud/design-fix-usermgmt-glitch

Design fix usermgmt glitch
This commit is contained in:
Morris Jobke 2014-07-02 16:46:28 +02:00
commit ea756a12b0
1 changed files with 14 additions and 0 deletions

View File

@ -82,6 +82,11 @@
background-color: #fff;
overflow-x: hidden !important;
}
/* allow horizontal scrollbar in settings
otherwise user management is not usable on mobile */
#body-settings #app-content {
overflow-x: auto !important;
}
#app-navigation-toggle {
position: fixed;
@ -129,6 +134,15 @@ table.multiselect thead {
}
/* prevent overflow in user management controls bar */
#usersearchform {
display: none;
}
#body-settings #controls {
min-width: 768px !important;
}
/* fix controls bar jumping when navigation is slid out */
.snapjs-left #app-navigation-toggle,
.snapjs-left #controls {