diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-18 04:25:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-18 04:25:07 +0000 |
commit | 40254276927f08fd24b874e287795ff86cc2b7d8 (patch) | |
tree | 98c463175f7be91858d2cfdf111d9679822cbe93 /modules | |
parent | aa4e848841402844611b12002df04f8226b272fa (diff) |
modules/admin-full: layout tweaks
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_network/iface_overview.htm | 2 | ||||
-rw-r--r-- | modules/admin-full/luasrc/view/admin_network/iface_status.htm | 2 |
2 files changed, 2 insertions, 2 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 a88065833..5932a9031 100644 --- a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm +++ b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm @@ -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> diff --git a/modules/admin-full/luasrc/view/admin_network/iface_status.htm b/modules/admin-full/luasrc/view/admin_network/iface_status.htm index d4b028720..7c0376965 100644 --- a/modules/admin-full/luasrc/view/admin_network/iface_status.htm +++ b/modules/admin-full/luasrc/view/admin_network/iface_status.htm @@ -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> |