diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-15 22:37:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-15 22:37:53 +0000 |
commit | be4147d3d810bb246470b67315b7c019319c9bf4 (patch) | |
tree | 92ea9eef2e831df640700dcaee68bde98d884807 /themes | |
parent | 18f0ebfd8bd669a0792fc2e1c1d31e3b41eeda7b (diff) |
* luci/themes: css fixed in openwrt.org theme
* luci/statistics: fixed layout of graph display page
* luci/admin: fixed layout of uci changes page
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 4 |
1 files changed, 4 insertions, 0 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 de3246b2e..89b4f6ac0 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -354,6 +354,10 @@ td.cbi-section-table-optionals { font-size: 70%; } +.inline { + display: inline; +} + #memorybar { width:200px; height:8px; |