summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardHeader.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-05 22:54:04 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-05 22:54:04 +0300
commitca6cadbe6d257e72131d6be73c137dfcf8b1d435 (patch)
tree5533350dc323ae35ff22041252397933b3e2d68f /client/components/boards/boardHeader.styl
parent515c9be051272b91563c6de516424a246503853a (diff)
parentcc753cf4e45436ca2318b1e2cb67ee7bf804c50d (diff)
downloadwekan-ca6cadbe6d257e72131d6be73c137dfcf8b1d435.tar.gz
wekan-ca6cadbe6d257e72131d6be73c137dfcf8b1d435.tar.bz2
wekan-ca6cadbe6d257e72131d6be73c137dfcf8b1d435.zip
Merge branch 'TNick-nested-tasks' into devel
Diffstat (limited to 'client/components/boards/boardHeader.styl')
-rw-r--r--client/components/boards/boardHeader.styl19
1 files changed, 19 insertions, 0 deletions
diff --git a/client/components/boards/boardHeader.styl b/client/components/boards/boardHeader.styl
index 0abdb5bd..402b4f1e 100644
--- a/client/components/boards/boardHeader.styl
+++ b/client/components/boards/boardHeader.styl
@@ -1,3 +1,22 @@
.integration-form
padding: 5px
border-bottom: 1px solid #ccc
+
+.flex
+ display: -webkit-box
+ display: -moz-box
+ display: -webkit-flex
+ display: -moz-flex
+ display: -ms-flexbox
+ display: flex
+
+.option
+ @extends .flex
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ background: #fff;
+ text-decoration: none;
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
+ box-shadow: 0 1px 2px rgba(0,0,0,0.2);
+ margin-top: 5px;
+ padding: 5px;