Merge pull request #1675 from dibdot/material-fix

luci-base/firewall_zonelist: fix visual interface/background alignment
This commit is contained in:
Hannu Nyman 2018-03-09 18:54:32 +02:00 committed by GitHub
commit bf04031171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@
end end
-%> -%>
<span>
<ul style="margin:0; list-style-type:none; text-align:left"> <ul style="margin:0; list-style-type:none; text-align:left">
<% if self.allowlocal then %> <% if self.allowlocal then %>
<li style="padding:0.5em"> <li style="padding:0.5em">
@ -89,5 +90,6 @@
</li> </li>
<% end %> <% end %>
</ul> </ul>
</span>
<%+cbi/valuefooter%> <%+cbi/valuefooter%>