Add back in the ability to create users

This commit is contained in:
Joseph Schorr 2014-12-23 14:25:04 -05:00
parent 4ca877c1d4
commit cac19cac57
4 changed files with 91 additions and 3 deletions

View file

@ -4414,6 +4414,16 @@ pre.command:before {
text-transform: uppercase;
}
.user-row .labels {
float: right;
white-space: nowrap;
}
.user-row .labels .label {
text-transform: uppercase;
margin-right: 10px;
}
.form-change input {
margin-top: 12px;
margin-bottom: 12px;