* luci/themes: fix vertical alignment of help icons
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Aug 2008 18:16:06 +0000 (18:16 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Aug 2008 18:16:06 +0000 (18:16 +0000)
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index aed90ae..2b1946c 100644 (file)
@@ -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;