Merge pull request #334 from legendtang/fix
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 28 Feb 2015 18:16:54 +0000 (19:16 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 28 Feb 2015 18:16:54 +0000 (19:16 +0100)
theme/bootstrap: add a mssing class style in form section (#298)

themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 9b5ee3a..b19a6a0 100644 (file)
@@ -421,6 +421,10 @@ fieldset legend {
        /* IE6-7 */
 
 }
+form .cbi-tab-descr {
+       line-height: 18px;
+       margin-bottom: 18px;
+}
 
 form .clearfix,
 form .cbi-value {
@@ -1929,9 +1933,9 @@ td.cbi-value-field var {
        float: left;
 }
 
-.uci-change-legend-label>ins,
-.uci-change-legend-label>del,
-.uci-change-legend-label>var {
+.uci-change-legend-label > ins,
+.uci-change-legend-label > del,
+.uci-change-legend-label > var {
        float: left;
        margin-right: 4px;
        width: 10px;