modules/admin-full: remove inline style for inface boxes
This commit is contained in:
parent
481ddd0909
commit
8d2af100a8
1 changed files with 3 additions and 3 deletions
|
@ -210,11 +210,11 @@ $Id$
|
|||
%>
|
||||
<tr class="cbi-section-table-row cbi-rowstyle-<%=i % 2 + 1%>">
|
||||
<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 style="border-bottom:1px solid #CCCCCC; padding:2px; background-color:<%=c%>" title="<%=pcdata(t)%>">
|
||||
<div class="ifacebox">
|
||||
<div class="ifacebox-head" style="background-color:<%=c%>" title="<%=pcdata(t)%>">
|
||||
<strong><%=net:upper()%></strong>
|
||||
</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 />
|
||||
<small>?</small>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue