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

This allows to use cbi-field to format plain text instead of form fields.
This commit is contained in:
Matthias Schiffer 2014-07-19 23:38:53 +02:00 committed by Nils Schneider
parent 09909cac25
commit f37f1f1ac2
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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