Changeset 7531

Show
Ignore:
Timestamp:
09/22/11 19:48:58 (20 months ago)
Author:
jow
Message:

modules/admin-full: fix some small style quirks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm

    r7505 r7531  
    366366                    <span id="<%=dev:name()%>-iw-devinfo"></span> 
    367367                </td> 
    368                 <td style="width:170px;text-align:right"> 
     368                <td style="width:250px;text-align:right"> 
    369369                    <input type="button" class="cbi-button cbi-button-add" style="width:80px;background-image:url(<%=resource%>/cbi/find.gif)" onclick="location.href='<%=luci.dispatcher.build_url("admin/network/wireless_join")%>?device=<%=dev:name()%>'" title="<%:Find and join network%>" value="<%:Scan%>" /> 
    370370                    <input type="button" class="cbi-button cbi-button-add" style="width:80px;background-image:url(<%=resource%>/cbi/add.gif)" onclick="location.href='<%=luci.dispatcher.build_url("admin/network/wireless_add")%>?device=<%=dev:name()%>'" title="<%:Provide new network%>" value="<%:Add%>" /> 
     
    385385                        <em><%:Collecting data...%></em> 
    386386                    </td> 
    387                     <td class="cbi-value-field" style="width:340px;text-align:right"> 
     387                    <td class="cbi-value-field" style="width:250px;text-align:right"> 
    388388                        <input id="<%=net:id()%>-iw-toggle" type="button" class="cbi-button cbi-button-add" style="width:80px;background-image:url(<%=resource%>/cbi/reload.gif)" onclick="wifi_shutdown('<%=net:id()%>', this)" title="<%:Delete this network%>" value="<%:Enable%>" /> 
    389389                        <input type="button" class="cbi-button cbi-button-add" style="width:80px;background-image:url(<%=resource%>/cbi/edit.gif)" onclick="location.href='<%=net:adminlink()%>'" title="<%:Edit this network%>" value="<%:Edit%>" />