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

This reverts commit f37f1f1ac2c9a44d0aafb25e3f5a01e16df6019e.
This commit is contained in:
Nils Schneider 2014-08-08 14:34:19 +02:00
parent cd0a932ac0
commit 4f65d49950
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;
}