diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-13 18:16:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-13 18:16:06 +0000 |
commit | 8cc810d96be2a8a87a208695cd88e09819490048 (patch) | |
tree | b39c93d8109183e8e98fd1ebf9815fcadc406112 /themes/openwrt.org | |
parent | 1dacc5c20affa5767772546fc2f54fab41916457 (diff) |
* luci/themes: fix vertical alignment of help icons
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 4 |
1 files changed, 4 insertions, 0 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 aed90ae15..2b1946c0f 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -419,6 +419,10 @@ td.cbi-section-table-optionals { padding-top: 1em; } +.cbi-value-helpicon img { + vertical-align: bottom; +} + div.cbi-error { font-size: 95%; font-weight: bold; |