Browse Source

checkbox smaller

rufengsuixing 5 năm trước cách đây
mục cha
commit
4a6279853e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      luasrc/view/AdGuardHome/log.htm

+ 1 - 1
luasrc/view/AdGuardHome/log.htm

@@ -2,7 +2,7 @@
 <%uci=require"luci.model.uci".cursor()%>
 <%nixio=require"nixio"%>
 
-<input type="checkbox" name="NAME" value="reverse" onclick=" return reverselog()" style="vertical-align:middle;" checked>reverse</input><br>
+<input type="checkbox" name="NAME" value="reverse" onclick=" return reverselog()" style="vertical-align:middle;height: auto;" checked>reverse</input><br>
 <textarea id="cbid.logview.1.conf" class="cbi-input-textarea" style="width: 100%;display:inline" data-update="change" name="vbid.logview.1.conf" rows="32" cols="60" readonly="readonly" > </textarea>
 <input class="cbi-button cbi-button-apply" name="apply_update_button" id="apply_update_button" value="dellog" onclick=" return apply_del_log() "/>