Add checkboxes in list view to move tasks to another column at once

This commit is contained in:
Frédéric Guillot
2018-06-01 15:58:17 -07:00
parent cd6da13897
commit 912cf378d7
45 changed files with 344 additions and 4 deletions

View 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

View File

@@ -51,4 +51,5 @@
@import panel
@import activity_stream
@import user_mentions
@import image_slideshow
@import image_slideshow
@import list_items