Fix alignment of backend selection in user and group lists

This commit is contained in:
Florian Strohmaier 2016-04-06 12:00:50 +02:00 committed by Eric Lippmann
parent 0a9c0925cb
commit 8792cfdf72
1 changed files with 15 additions and 4 deletions

View File

@ -2,9 +2,24 @@
// TODO(el): Rename .filter to .filter-control
// Hide auto sumbit info in controls but keep information for screen readers
.controls .autosubmit-info {
.sr-only();
}
// Backend selection control in user and group list views
.backend-selection {
float: left;
> .control-group {
padding: 0;
> .control-label-group {
text-align: left;
width: auto;
}
}
}
.backend-selection,
@ -121,10 +136,6 @@
width: 8em;
margin-left: 0;
}
> form > i {
.sr-only();
}
}
.sort-controls-container {