modules/admin-full: remove inline style for inface boxes

This commit is contained in:
Jo-Philipp Wich 2012-02-15 16:01:07 +00:00
parent 481ddd0909
commit 8d2af100a8

View file

@ -210,11 +210,11 @@ $Id$
%> %>
<tr class="cbi-section-table-row cbi-rowstyle-<%=i % 2 + 1%>"> <tr class="cbi-section-table-row cbi-rowstyle-<%=i % 2 + 1%>">
<td class="cbi-value-field" style="padding:3px"> <td class="cbi-value-field" style="padding:3px">
<div style="background-color:#FFFFFF; border:1px solid #CCCCCC; margin:0 10px; text-align:center; white-space:nowrap"> <div class="ifacebox">
<div style="border-bottom:1px solid #CCCCCC; padding:2px; background-color:<%=c%>" title="<%=pcdata(t)%>"> <div class="ifacebox-head" style="background-color:<%=c%>" title="<%=pcdata(t)%>">
<strong><%=net:upper()%></strong> <strong><%=net:upper()%></strong>
</div> </div>
<div style="padding:2px" id="<%=net%>-ifc-devices"> <div class="ifacebox-body" id="<%=net%>-ifc-devices">
<img src="<%=resource%>/icons/ethernet_disabled.png" style="width:16px; height:16px" /><br /> <img src="<%=resource%>/icons/ethernet_disabled.png" style="width:16px; height:16px" /><br />
<small>?</small> <small>?</small>
</div> </div>