* luci/themes: css fixed in openwrt.org theme

* luci/statistics:		fixed layout of graph display page
* luci/admin:			fixed layout of uci changes page
This commit is contained in:
Jo-Philipp Wich 2008-07-15 22:37:53 +00:00
parent 18f0ebfd8b
commit be4147d3d8
3 changed files with 16 additions and 4 deletions

View file

@ -25,8 +25,15 @@ $Id$
<input type="submit" name="submit" value="<%:stat_showtimespan Display timespan &raquo;%>" />
</form>
<br />
<hr />
<br />
<div style="text-align: center">
<% for i, img in ipairs(images) do %>
<img src="/rrdimg/<%=img%>" />
<br />
<% end %>
</div>
<%+footer%>

View file

@ -16,6 +16,7 @@ $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>

View file

@ -354,6 +354,10 @@ td.cbi-section-table-optionals {
font-size: 70%;
}
.inline {
display: inline;
}
#memorybar {
width:200px;
height:8px;