diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-14 23:02:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-14 23:02:18 +0000 |
commit | 86b389f6eac17be4b64dcc3c253fa6b6ee032e37 (patch) | |
tree | 512f5f399816638909befe6e7f56cb501fd62473 /themes/openwrt.org | |
parent | eb05b1ee7effd110a56a2c2f274da8b4c45f93d7 (diff) |
* luci/themes/openwrt.org: second round of css fixes (affects all browsers)
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 16 |
1 files 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; -} - } |