luci-base/firewall_zonelist: fix visual interface/background alignment
* fix for #1667, tested with all standard themes Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
09ea6dbd33
commit
21fbe39858
1 changed files with 65 additions and 63 deletions
|
@ -24,7 +24,8 @@
|
|||
end
|
||||
-%>
|
||||
|
||||
<ul style="margin:0; list-style-type:none; text-align:left">
|
||||
<span>
|
||||
<ul style="margin:0; list-style-type:none; text-align:left">
|
||||
<% if self.allowlocal then %>
|
||||
<li style="padding:0.5em">
|
||||
<input class="cbi-input-radio" data-update="click change"<%=attr("type", self.widget or "radio") .. attr("id", cbid .. "_empty") .. attr("name", cbid) .. attr("value", "") .. ifattr(checked[""], "checked", "checked")%> />  
|
||||
|
@ -88,6 +89,7 @@
|
|||
</div>
|
||||
</li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</ul>
|
||||
</span>
|
||||
|
||||
<%+cbi/valuefooter%>
|
||||
|
|
Loading…
Reference in a new issue