CC-4744: Edit user form needs styling

-done
This commit is contained in:
denise 2012-12-17 14:12:27 -05:00
parent a2d0f98a62
commit bd18039785
6 changed files with 152 additions and 15 deletions

View file

@ -2939,3 +2939,19 @@ dd .stream-status {
top: 0px;
left: 0px;
}
.edit-user-global dt {
width: 90px;
float: left;
margin-top: 4px;
margin-left: 2px;
}
.edit-user-global dd {
width: 230px;
padding-bottom: 5px;
}
.edit-user-global input {
width: 170px;
}