diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-28 19:16:54 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-28 19:16:54 +0100 |
commit | de5ec52b8784cc44d9f7d391916b8d466ee8f5f6 (patch) | |
tree | 743233fb0f4479e83d760bedbf1fa00493b63f97 | |
parent | cf4b89b06be6d6191965e18517a39f870aa5e729 (diff) | |
parent | 291834e707266533a500e43ece71addb050c78bf (diff) |
Merge pull request #334 from legendtang/fix
theme/bootstrap: add a mssing class style in form section (#298)
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 9b5ee3a80..b19a6a07a 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -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; |