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

View File

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