Add checkboxes in list view to move tasks to another column at once
This commit is contained in:
11
assets/sass/_list_items.sass
Normal file
11
assets/sass/_list_items.sass
Normal file
@@ -0,0 +1,11 @@
|
||||
.list-item-links, .list-item-actions
|
||||
display: inline-block
|
||||
float: left
|
||||
margin-left: 10px
|
||||
|
||||
.list-item-links
|
||||
a
|
||||
margin: 0
|
||||
|
||||
.list-item-action-hidden
|
||||
display: none
|
||||
@@ -51,4 +51,5 @@
|
||||
@import panel
|
||||
@import activity_stream
|
||||
@import user_mentions
|
||||
@import image_slideshow
|
||||
@import image_slideshow
|
||||
@import list_items
|
||||
|
||||
Reference in New Issue
Block a user