summaryrefslogtreecommitdiffstats
path: root/client/components/cards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-21 21:09:31 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-21 21:09:31 +0200
commit32d5a1d3f72ad46b792a3e1c4e4a5a3079cabd58 (patch)
treec41c9c3ffcd938015416f324e3a2a6698c6d76de /client/components/cards
parentdb44b8ea54ef8c8296ba864e699775456c311437 (diff)
parentb94bd73d33e39d7c2af15668dd15ea21edea5cc1 (diff)
downloadwekan-32d5a1d3f72ad46b792a3e1c4e4a5a3079cabd58.tar.gz
wekan-32d5a1d3f72ad46b792a3e1c4e4a5a3079cabd58.tar.bz2
wekan-32d5a1d3f72ad46b792a3e1c4e4a5a3079cabd58.zip
Merge branch 'ui-feature-drag-handler' of https://github.com/hupptechnologies/wekan into hupptechnologies-ui-feature-drag-handler
Diffstat (limited to 'client/components/cards')
-rw-r--r--client/components/cards/minicard.jade2
-rw-r--r--client/components/cards/minicard.styl13
2 files changed, 15 insertions, 0 deletions
diff --git a/client/components/cards/minicard.jade b/client/components/cards/minicard.jade
index f23e91b3..0dfcee44 100644
--- a/client/components/cards/minicard.jade
+++ b/client/components/cards/minicard.jade
@@ -9,6 +9,8 @@ template(name="minicard")
each labels
.minicard-label(class="card-label-{{color}}" title="{{name}}")
.minicard-title
+ .handle
+ .fa.fa-arrows
if $eq 'prefix-with-full-path' currentBoard.presentParentTask
.parent-prefix
| {{ parentString ' > ' }}
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl
index 8fec7238..7ad51161 100644
--- a/client/components/cards/minicard.styl
+++ b/client/components/cards/minicard.styl
@@ -94,6 +94,19 @@
.minicard-custom-field-item
max-width:50%;
flex-grow:1;
+ .handle
+ width: 20px;
+ height: 20px;
+ position: absolute;
+ right: 5px;
+ top: 5px;
+ display:none;
+ @media only screen and (max-width: 1199px) {
+ display:block;
+ }
+ .fa-arrows
+ font-size:20px;
+ color: #ccc;
.minicard-title
p:last-child
margin-bottom: 0