summaryrefslogtreecommitdiffstats
path: root/client/components/cards/attachments.styl
diff options
context:
space:
mode:
authorXavier Priour <xavier.priour@bubblyware.com>2015-12-02 09:54:21 +0100
committerXavier Priour <xavier.priour@bubblyware.com>2015-12-02 09:54:21 +0100
commit569f8d50ba5dd65be2ab2c3ee9a52ea22d2e566b (patch)
tree75b1188515d70a814933e30d1b89d63116029710 /client/components/cards/attachments.styl
parent82c59fb85f5f44928a506da59087809640d99050 (diff)
parent827663f2550ba691067535b317dd9f0b0bec12ba (diff)
downloadwekan-569f8d50ba5dd65be2ab2c3ee9a52ea22d2e566b.tar.gz
wekan-569f8d50ba5dd65be2ab2c3ee9a52ea22d2e566b.tar.bz2
wekan-569f8d50ba5dd65be2ab2c3ee9a52ea22d2e566b.zip
Merge remote-tracking branch 'upstream/devel' into devel
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)