Tweak form label area width for common forms.
This still needs to be overhauled I'm sure.
This commit is contained in:
parent
a992a34fdf
commit
b6192b49f2
|
@ -57,7 +57,7 @@ div.field-wrapper label {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 160px;
|
width: 170px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue