diff options
author | Steven Barth <steven@midlink.org> | 2008-08-13 18:01:30 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-13 18:01:30 +0000 |
commit | 5dc01425ef5e297d9c4913526df0a610e991c31b (patch) | |
tree | 40b602d1b2c76adadcec6f7752cb28485bb146f5 /themes | |
parent | 4c1f7c116944fd5b37173401db2479859acab91b (diff) |
More UI optimizations
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 3 |
1 files changed, 2 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 78cb9542a..a1eaeaa8b 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -337,7 +337,8 @@ table.smalltext tr td { div.cbi-value { clear: left; - padding: 0.25em; + vertical-align: middle; + padding-left: 0.25em; border-bottom: 1px dotted #bbbbbb; } |