* luci/themes: css fixed in openwrt.org theme
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 15 Jul 2008 22:37:53 +0000 (22:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 15 Jul 2008 22:37:53 +0000 (22:37 +0000)
* luci/statistics: fixed layout of graph display page
* luci/admin: fixed layout of uci changes page

applications/luci-statistics/luasrc/view/public_statistics/graph.htm
modules/admin-full/luasrc/view/admin_uci/changes.htm
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index 49fa373..4e7a2a1 100644 (file)
@@ -25,8 +25,15 @@ $Id$
        <input type="submit" name="submit" value="<%:stat_showtimespan Display timespan &raquo;%>" />
 </form>
 
-<% for i, img in ipairs(images) do %>
-       <img src="/rrdimg/<%=img%>" />
-<% end %>
+<br />
+<hr />
+<br />
+
+<div style="text-align: center">
+       <% for i, img in ipairs(images) do %>
+               <img src="/rrdimg/<%=img%>" />
+               <br />
+       <% end %>
+</div>
 
 <%+footer%>
index f2a8860..09d8d3e 100644 (file)
@@ -16,10 +16,11 @@ $Id$
 <h1><%:config%></h1>
 <h2><%:changes%></h2>
 <code><%=changes%></code>
+<br /><br />
 <form class="inline" method="get" action="<%=controller%>/admin/uci/apply">
        <input type="submit" value="<%:apply%>" />
 </form>
 <form class="inline" method="get" action="<%=controller%>/admin/uci/revert">
        <input type="submit" value="<%:revert%>" />
 </form>
-<%+footer%>
\ No newline at end of file
+<%+footer%>
index de3246b..89b4f6a 100644 (file)
@@ -354,6 +354,10 @@ td.cbi-section-table-optionals {
        font-size: 70%;
 }
 
+.inline {
+       display: inline;
+}
+
 #memorybar {
        width:200px;
        height:8px;