summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-11-25 09:41:34 -0800
committerMaxime Quandalle <maxime@quandalle.com>2015-11-25 09:46:30 -0800
commitf565aed2596baaf9cd3da63110068177f7461e8e (patch)
tree6cfd70ebf5091925f7e9662029a0ca2135103120 /client/components/import/import.styl
parent5763714d22c4533f173d1d34a1210acf548c4d58 (diff)
parentdb90771d9b1330eb8f7183c472545277b8ed9449 (diff)
downloadwekan-f565aed2596baaf9cd3da63110068177f7461e8e.tar.gz
wekan-f565aed2596baaf9cd3da63110068177f7461e8e.tar.bz2
wekan-f565aed2596baaf9cd3da63110068177f7461e8e.zip
Merge GitHub PR #401
I also completed the release notes related to the import feature. Closes #401
Diffstat (limited to 'client/components/import/import.styl')
-rw-r--r--client/components/import/import.styl17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/components/import/import.styl b/client/components/import/import.styl
new file mode 100644
index 00000000..3c6cfdf3
--- /dev/null
+++ b/client/components/import/import.styl
@@ -0,0 +1,17 @@
+.map-members
+ .mapping:first-of-type
+ border-top: solid 1px #999
+ .mapping
+ padding: 10px 0
+ border-bottom: solid 1px #999
+ .source
+ display: inline-block
+ width: 80%
+ .wekan
+ display: inline-block
+ width: 35px
+ .member
+ float: none
+
+a.show-mapping
+ text-decoration underline