summaryrefslogtreecommitdiffstats
path: root/client/styles
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-05-29 23:35:30 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-05-30 03:50:14 +0200
commit2c0030da62b9a1e59a55e3429fe514bbd51e1ee3 (patch)
treeb2834702806e59cb05ea02e2c377266eb17d6c8f /client/styles
parent6457615e6ac6717d2175be9483388d4d70ea1c4a (diff)
downloadwekan-2c0030da62b9a1e59a55e3429fe514bbd51e1ee3.tar.gz
wekan-2c0030da62b9a1e59a55e3429fe514bbd51e1ee3.tar.bz2
wekan-2c0030da62b9a1e59a55e3429fe514bbd51e1ee3.zip
Implement multi-selection
The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.
Diffstat (limited to 'client/styles')
-rw-r--r--client/styles/main.styl38
1 files changed, 0 insertions, 38 deletions
diff --git a/client/styles/main.styl b/client/styles/main.styl
index 521e1f56..4b78b9ec 100644
--- a/client/styles/main.styl
+++ b/client/styles/main.styl
@@ -318,44 +318,6 @@ dd
.card-composer
padding-bottom: 8px
-.cc-controls
- margin-top: 1px
-
- input[type="submit"]
- float: left
- margin-top: 0
- padding: 5px 18px
-
- .icon-lg
- float: left
-
- .cc-opt
- float: right
-
-.minicard-placeholder,
-.minicard.placeholder
- background: silver
- border: none
- min-height: 18px
-
- .hook
- height: 18px
- position: absolute
- right: 0
- top: 0
- width: 18px
-
-input[type="text"].attachment-add-link-input
- float: left
- margin: 0 0 8px
- width: 80%
-
-input[type="submit"].attachment-add-link-submit
- float: left
- margin: 0 0 8px 4px
- padding: 6px 12px
- width: 18%
-
.card-detail-badge
background-color: #dbdbdb
border-radius: 3px