Revert "gluon-luci-theme: remove top padding cbi-field-title"

This reverts commit f37f1f1ac2.
This commit is contained in:
Nils Schneider 2014-08-08 14:34:19 +02:00
parent 2d49f57704
commit ed53d89c5e
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -632,12 +632,13 @@ table.cbi-section-table .cbi-section-table-cell {
div.cbi-value {
display: flex;
flex-direction: row;
margin-bottom: 0.8em;
margin-bottom: 0.5em;
}
.cbi-value-title {
flex: 2;
text-align: right;
padding-top: 0.39em;
padding-right: 1em;
font-weight: bold;
}