Increase click-size of multi-selection button

This commit is contained in:
scott1702 2015-06-17 15:11:21 +12:00 committed by scott1702
parent e570d4a726
commit bf25dd9492
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<div class="cms-content-batchactions">
<div class="view-mode-batchactions-wrapper">
<label class="view-mode-batchactions-wrapper">
<input id="view-mode-batchactions" name="view-mode-batchactions" type="checkbox" />
<label for="view-mode-batchactions"><% _t("CMSPagesController_ContentToolbar_ss.MULTISELECT","Multi-selection") %></label>
</div>
<span class="view-mode-batchactions-label"><% _t("CMSPagesController_ContentToolbar_ss.MULTISELECT","Multi-selection") %></span>
</label>
$BatchActionsForm
</div>