CC-4811: Move the edit user form to its own page

-done
This commit is contained in:
denise 2013-01-08 15:09:35 -05:00
parent 3c6925da2a
commit 3de33bc3e3
4 changed files with 23 additions and 43 deletions

View file

@ -97,6 +97,14 @@ select {
padding-bottom: 20px;
}
.edit-current-user {
width: 450px;
}
.edit-current-user label {
font-weight: bold;
}
.override_help_icon, .icecast_metadata_help_icon {
cursor: help;
position: relative;
@ -2956,19 +2964,19 @@ dd .stream-status {
}
.edit-user-global dt {
width: 100px;
width: 150px;
float: left;
margin-top: 4px;
margin-left: 2px;
}
.edit-user-global dd {
width: 240px;
width: 340px;
padding-bottom: 5px;
}
.edit-user-global input {
width: 170px;
.edit-user-global input, select {
width: 200px;
}