Add bulk task modification in list view
This commit is contained in:
2
assets/css/app.min.css
vendored
2
assets/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
10
assets/sass/_bulk_change.sass
Normal file
10
assets/sass/_bulk_change.sass
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -53,3 +53,4 @@
|
||||
@import user_mentions
|
||||
@import image_slideshow
|
||||
@import list_items
|
||||
@import bulk_change
|
||||
|
||||
Reference in New Issue
Block a user