diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 16:01:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 16:01:07 +0000 |
commit | 8d2af100a87810fd5f9a727adb255c29e1b73309 (patch) | |
tree | b27584ec9a24d0237d324e8f3f13fdb0289c6216 /modules | |
parent | 481ddd09098242db05231a2e84c19c831d5cd033 (diff) |
modules/admin-full: remove inline style for inface boxes
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_network/iface_overview.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm index 6826d1ad3..0e03b912b 100644 --- a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm +++ b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm @@ -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> |