prevent overflow in user management controls bar, fix #9277

This commit is contained in:
Jan-Christoph Borchardt 2014-07-02 16:07:55 +02:00
parent 59629e688c
commit c483fb2f04
1 changed files with 9 additions and 0 deletions

View File

@ -129,6 +129,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 {