Small fix to select box sizes

This commit is contained in:
denise 2013-01-09 15:11:22 -05:00
parent db62b538dd
commit 7866b8a0cb
1 changed files with 1 additions and 1 deletions

View File

@ -2982,7 +2982,7 @@ dd .stream-status {
padding-bottom: 5px; padding-bottom: 5px;
} }
.edit-user-global input, select { .edit-user-global input, .edit-user-global select {
width: 200px; width: 200px;
} }