Add bulk task modification in list view

This commit is contained in:
Frédéric Guillot
2018-06-06 11:07:12 -07:00
parent 653128cdb4
commit 2a299d33d1
39 changed files with 265 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
.bulk-change-checkbox
float: left
.bulk-change-inputs
float: left
padding-left: 10px
label
margin-top: 0
margin-bottom: 3px

View File

@@ -2,8 +2,8 @@
@import mixins
fieldset
border: 1px solid #ccc
margin-top: 20px
border: 1px solid #ddd
margin-top: 10px
legend
font-weight: 500

View File

@@ -53,3 +53,4 @@
@import user_mentions
@import image_slideshow
@import list_items
@import bulk_change