From 912cf378d730b3df8d285ba765711d9c456bdea0 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 1 Jun 2018 15:58:17 -0700 Subject: Add checkboxes in list view to move tasks to another column at once --- assets/sass/_list_items.sass | 11 +++++++++++ assets/sass/app.sass | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 assets/sass/_list_items.sass (limited to 'assets/sass') diff --git a/assets/sass/_list_items.sass b/assets/sass/_list_items.sass new file mode 100644 index 00000000..69b641c8 --- /dev/null +++ b/assets/sass/_list_items.sass @@ -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 diff --git a/assets/sass/app.sass b/assets/sass/app.sass index b4cd10a8..17956d1e 100644 --- a/assets/sass/app.sass +++ b/assets/sass/app.sass @@ -51,4 +51,5 @@ @import panel @import activity_stream @import user_mentions -@import image_slideshow \ No newline at end of file +@import image_slideshow +@import list_items -- cgit v1.2.3