[2.5] Set input margin and label display for compatibility with themes using bootstrap CSS

This commit is contained in:
Mike Jolley 2016-01-27 21:43:55 +00:00
parent 657521ffa4
commit 3093572f5b
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1324,6 +1324,12 @@ p.demo_store {
padding: .25em 0 .25em 22px;
text-indent: -22px;
list-style: none outside;
input {
margin: 3px 0.5ex;
}
label {
display: inline;
}
}
.amount {