From 8cc810d96be2a8a87a208695cd88e09819490048 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 13 Aug 2008 18:16:06 +0000 Subject: [PATCH] * luci/themes: fix vertical alignment of help icons --- themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.11.0