git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
293d964
)
theme/bootstrap: add a mssing class style in form section (#298)
author
Legend Tang
<redacted>
Sat, 28 Feb 2015 17:20:33 +0000
(
01:20
+0800)
committer
Legend Tang
<redacted>
Sat, 28 Feb 2015 17:20:33 +0000
(
01:20
+0800)
NOTE: three <br /> in some luci-app's cbi-tab-descr section which help
to workaround must be removed.
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
patch
|
blob
|
history
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 9b5ee3a804e1f548f143d94ddd0a0c02556e1251..b19a6a07a6aa59a25ed7939929e11ad5450c4758 100644
(file)
--- 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;
git clone https://git.99rst.org/PROJECT