Add style for form field labels
This commit is contained in:
parent
a9563b80df
commit
828041449f
1 changed files with 7 additions and 0 deletions
|
@ -308,6 +308,13 @@ input[type="text"], input[type="search"]
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.form-field-label {
|
||||
width: 118px;
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.sort-section {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue