Add style for form field labels

This commit is contained in:
Alex Liebowitz 2017-03-01 15:40:50 -05:00
parent a9563b80df
commit 828041449f

View file

@ -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;