summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap
diff options
context:
space:
mode:
authorLegend Tang <sp3478@gmail.com>2015-03-01 01:20:33 +0800
committerLegend Tang <sp3478@gmail.com>2015-03-01 01:20:33 +0800
commit291834e707266533a500e43ece71addb050c78bf (patch)
tree28dcf0f39cf22c0db1aa74505445d0877f032d85 /themes/luci-theme-bootstrap
parent293d964ae2ca9c046cacbd0f2953c7b4f992a169 (diff)
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.
Diffstat (limited to 'themes/luci-theme-bootstrap')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css10
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;