Adjust user settings form widths to be consistent
This commit is contained in:
parent
f283d69481
commit
92f722452a
|
@ -3322,10 +3322,14 @@ dd .stream-status {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-user-global input, .edit-user-global select {
|
.edit-user-global input {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit-user-global select {
|
||||||
|
width: 212px;
|
||||||
|
}
|
||||||
|
|
||||||
.edit-user-errors {
|
.edit-user-errors {
|
||||||
margin-left: 33% !important;
|
margin-left: 33% !important;
|
||||||
width: 208px;
|
width: 208px;
|
||||||
|
|
Loading…
Reference in New Issue