From: Jo-Philipp Wich Date: Tue, 14 Oct 2008 23:02:18 +0000 (+0000) Subject: * luci/themes/openwrt.org: second round of css fixes (affects all browsers) X-Git-Tag: 0.9.0~1101 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=86b389f6eac17be4b64dcc3c253fa6b6ee032e37 * luci/themes/openwrt.org: second round of css fixes (affects all browsers) --- diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index 79bac6bf1..9edc15eee 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -708,6 +708,14 @@ td.cbi-section-table-optionals { padding-top: 1em; } +div.cbi-section-create { + border-bottom: 1px dotted #bbbbbb; +} + +div.cbi-section-create .cbi-button { + margin: 0.25em; +} + .cbi-value-helpicon img { vertical-align: bottom; } @@ -839,12 +847,4 @@ td.cbi-value-error { text-align: right !important; } -* html div.cbi-section-create { - border-bottom: 1px dotted #bbbbbb !important; -} - -* html div.cbi-section-create .cbi-button { - margin: 0.5em !important; -} - }