theme/bootstrap: add a mssing class style in form section (#298)
NOTE: three <br /> in some luci-app's cbi-tab-descr section which help to workaround must be removed.
This commit is contained in:
parent
293d964ae2
commit
291834e707
1 changed files with 7 additions and 3 deletions
|
@ -421,6 +421,10 @@ fieldset legend {
|
||||||
/* IE6-7 */
|
/* IE6-7 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
form .cbi-tab-descr {
|
||||||
|
line-height: 18px;
|
||||||
|
margin-bottom: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
form .clearfix,
|
form .clearfix,
|
||||||
form .cbi-value {
|
form .cbi-value {
|
||||||
|
@ -1929,9 +1933,9 @@ td.cbi-value-field var {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uci-change-legend-label>ins,
|
.uci-change-legend-label > ins,
|
||||||
.uci-change-legend-label>del,
|
.uci-change-legend-label > del,
|
||||||
.uci-change-legend-label>var {
|
.uci-change-legend-label > var {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
|
Loading…
Reference in a new issue