debugger: use narrow fieldsets for checkboxes

This commit is contained in:
Andrew Dolgov 2019-02-19 21:24:00 +03:00
parent 5ce55faa3b
commit 9e7bbf6809
1 changed files with 2 additions and 2 deletions

View File

@ -858,11 +858,11 @@ class Feeds extends Handler_Protected {
<input type="hidden" name="action" value="do_update">
<input type="hidden" name="feed_id" value="<?php echo $feed_id ?>">
<fieldset>
<fieldset class="narrow">
<label class="checkbox"><input dojoType="dijit.form.CheckBox" type="checkbox" name="force_refetch" value="1" <?php echo $refetch_checked ?>> Force refetch</label>
</fieldset>
<fieldset>
<fieldset class="narrow">
<label class="checkbox"><input dojoType="dijit.form.CheckBox" type="checkbox" name="force_rehash" value="1" <?php echo $rehash_checked ?>> Force rehash</label>
</fieldset>