Adjust user settings form widths to be consistent

This commit is contained in:
Duncan Sommerville 2015-09-01 16:05:59 -04:00
parent f283d69481
commit 92f722452a
1 changed files with 5 additions and 1 deletions

View File

@ -3322,10 +3322,14 @@ dd .stream-status {
padding-bottom: 5px;
}
.edit-user-global input, .edit-user-global select {
.edit-user-global input {
width: 200px;
}
.edit-user-global select {
width: 212px;
}
.edit-user-errors {
margin-left: 33% !important;
width: 208px;