Skip to content

Commit

Permalink
Increase click-size of multi-selection button
Browse files Browse the repository at this point in the history
  • Loading branch information
scott1702 committed Jun 17, 2015
1 parent e570d4a commit cd999b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/Includes/CMSPagesController_ContentToolbar.ss
Original file line number Diff line number Diff line change
@@ -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>
</label>

$BatchActionsForm
</div>

0 comments on commit cd999b7

Please sign in to comment.