diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 16:43:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 16:43:02 +0000 |
commit | 6a79dfc77e2e6904cb73d8a80dd069a86fe0bb54 (patch) | |
tree | 919a9d7a23adc89ba7d31905510d144b4a765e82 /themes/oxygen | |
parent | 8d2af100a87810fd5f9a727adb255c29e1b73309 (diff) |
themes: CSS fix for iface badges
Diffstat (limited to 'themes/oxygen')
-rw-r--r-- | themes/oxygen/htdocs/luci-static/oxygen/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css index 8270adaf9..a297fff79 100644 --- a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css +++ b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css @@ -718,6 +718,7 @@ td.cbi-value-error { border: 1px solid #CCCCCC; padding: 2px; margin-left: 2px; + display: inline-block; } .ifacebadge-active { |