summaryrefslogtreecommitdiffstats
path: root/client/components/cards/attachments.styl
diff options
context:
space:
mode:
authorfloatinghotpot <rjfun.mobile@gmail.com>2015-11-13 11:13:54 +0800
committerfloatinghotpot <rjfun.mobile@gmail.com>2015-11-13 11:13:54 +0800
commiteaf2afb44cb9de64b1ed13cb795efd0f44c541ec (patch)
treea806c9fecfa22bcb8a0f9ff3375aefa3652818f9 /client/components/cards/attachments.styl
parent41b23f88aea0f421226f92b081cdb1b61c64bde4 (diff)
downloadwekan-eaf2afb44cb9de64b1ed13cb795efd0f44c541ec.tar.gz
wekan-eaf2afb44cb9de64b1ed13cb795efd0f44c541ec.tar.bz2
wekan-eaf2afb44cb9de64b1ed13cb795efd0f44c541ec.zip
add preview attached image, allow upload image from clipboard and drag & drp
Diffstat (limited to 'client/components/cards/attachments.styl')
-rw-r--r--client/components/cards/attachments.styl11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/components/cards/attachments.styl b/client/components/cards/attachments.styl
index 5cdf7386..a582f3af 100644
--- a/client/components/cards/attachments.styl
+++ b/client/components/cards/attachments.styl
@@ -45,3 +45,14 @@
display: block
box-shadow: 0 1px 2px rgba(0,0,0,.2)
+.preview-large-image
+ max-width: 1000px
+ display: block
+ box-shadow: 0 1px 2px rgba(0,0,0,.2)
+
+.preview-clipboard-image
+ width: 280px
+ height: 200px
+ display: block
+ border: 1px solid black
+ box-shadow: 0 1px 2px rgba(0,0,0,.2)