modules/admin-full: layout tweaks
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Nov 2010 04:25:07 +0000 (04:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Nov 2010 04:25:07 +0000 (04:25 +0000)
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
modules/admin-full/luasrc/view/admin_network/iface_status.htm

index a880658..5932a90 100644 (file)
@@ -194,7 +194,7 @@ $Id$
                                        <td>
                                                <span style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:2px"><%=net%></span>
                                        </td>
-                                       <td class="cbi-value-field" style="width:16px; padding:3px; text-align:center" id="<%=net%>-ifc-signal">
+                                       <td class="cbi-value-field" style="min-width:16px; padding:3px; text-align:center" id="<%=net%>-ifc-signal">
                                                <img src="<%=resource%>/icons/ethernet_disabled.png" style="width:16px; height:16px" /><br />
                                                <small>?</small>
                                        </td>
index d4b0287..7c03769 100644 (file)
@@ -83,7 +83,7 @@
 <table>
        <tr class="cbi-section-table">
                <td></td>
-               <td class="cbi-value-field" style="width:16px; padding:3px; text-align:center" id="<%=self.option%>-ifc-signal">
+               <td class="cbi-value-field" style="min-width:16px; padding:3px; text-align:center" id="<%=self.option%>-ifc-signal">
                        <img src="<%=resource%>/icons/ethernet_disabled.png" style="width:16px; height:16px" /><br />
                        <small>?</small>
                </td>