FIX: Reformat user fields admin to have a longer form

This commit is contained in:
Robin Ward
2015-07-27 14:22:12 -04:00
parent d6069e8c90
commit f22618050f
7 changed files with 73 additions and 54 deletions

View File

@@ -1435,9 +1435,17 @@ tr.not-activated {
float: left;
}
.form-element {
.form-element, .form-element-desc {
float: left;
width: 25%;
height: 30px;
padding: 0.25em 0;
}
.form-element-desc label {
margin: 0.5em 1em 0 0;
text-align: right;
font-weight: bold;
}
.controls {