Add back in the ability to create users
This commit is contained in:
parent
4ca877c1d4
commit
cac19cac57
4 changed files with 91 additions and 3 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue