diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 16:11:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 16:11:27 +0000 |
commit | 9a7c358cfb684970ae050681067e4f87a079cbc0 (patch) | |
tree | 5402026e0bd83f02ce792b9b5fc9c8c93ccd5de7 /themes | |
parent | 431a2cac7be82e5de5f7b76f55fa18e176542b52 (diff) |
* luci/themes: fix help text styles in openwrt.org theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 5 |
1 files changed, 4 insertions, 1 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 add60dfb1..a022bccbf 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -414,8 +414,10 @@ div.cbi-value-field { div.cbi-value-description { font-size: 90%; + display: inline; } +/* div.cbi-value-field > div.cbi-value-description { display: none; } @@ -423,6 +425,7 @@ div.cbi-value-field > div.cbi-value-description { div.cbi-value:hover div.cbi-value-field > div.cbi-value-description { display: block; } +*/ div.cbi-section-create { clear: left; @@ -442,7 +445,7 @@ div.cbi-section-remove { } .cbi-section-node { - clear: both; + CLEAR: Both; border: 1px dotted #bbbbbb; padding-bottom: 0; } |