* 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:
parent
18f0ebfd8b
commit
be4147d3d8
3 changed files with 16 additions and 4 deletions
|
@ -25,8 +25,15 @@ $Id$
|
|||
<input type="submit" name="submit" value="<%:stat_showtimespan Display timespan »%>" />
|
||||
</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%>
|
||||
|
|
|
@ -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%>
|
||||
<%+footer%>
|
||||
|
|
|
@ -354,6 +354,10 @@ td.cbi-section-table-optionals {
|
|||
font-size: 70%;
|
||||
}
|
||||
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#memorybar {
|
||||
width:200px;
|
||||
height:8px;
|
||||
|
|
Loading…
Reference in a new issue