From be4147d3d810bb246470b67315b7c019319c9bf4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 15 Jul 2008 22:37:53 +0000 Subject: [PATCH] * luci/themes: css fixed in openwrt.org theme * luci/statistics: fixed layout of graph display page * luci/admin: fixed layout of uci changes page --- .../luci-statistics/luasrc/view/public_statistics/graph.htm | 13 ++++++++++--- modules/admin-full/luasrc/view/admin_uci/changes.htm | 3 ++- .../openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 4 ++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm index 49fa3735c..4e7a2a15f 100644 --- a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm +++ b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm @@ -25,8 +25,15 @@ $Id$ -<% for i, img in ipairs(images) do %> - -<% end %> +
+
+
+ +
+ <% for i, img in ipairs(images) do %> + +
+ <% end %> +
<%+footer%> diff --git a/modules/admin-full/luasrc/view/admin_uci/changes.htm b/modules/admin-full/luasrc/view/admin_uci/changes.htm index f2a88602a..09d8d3e7e 100644 --- a/modules/admin-full/luasrc/view/admin_uci/changes.htm +++ b/modules/admin-full/luasrc/view/admin_uci/changes.htm @@ -16,10 +16,11 @@ $Id$

<%:config%>

<%:changes%>

<%=changes%> +

-<%+footer%> \ No newline at end of file +<%+footer%> 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; -- 2.11.0