From: Jo-Philipp Wich Date: Wed, 13 Aug 2008 18:16:06 +0000 (+0000) Subject: * luci/themes: fix vertical alignment of help icons X-Git-Tag: 0.8.0~449 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8cc810d96be2a8a87a208695cd88e09819490048;p=oweals%2Fluci.git * luci/themes: fix vertical alignment of help icons --- 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;