From 86b389f6eac17be4b64dcc3c253fa6b6ee032e37 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 14 Oct 2008 23:02:18 +0000 Subject: [PATCH] * luci/themes/openwrt.org: second round of css fixes (affects all browsers) --- .../htdocs/luci-static/openwrt.org/cascade.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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; -} - } -- 2.25.1