allow any type of attachments; fixed cordova build in docker

This commit is contained in:
Marc Wäckerlin
2016-01-12 00:22:58 +00:00
parent a3288d4241
commit 3c87e6585b
7 changed files with 161 additions and 43 deletions

View File

@@ -247,9 +247,12 @@ label[for=send] img {
float: left;
padding: .5ex 1ex .5ex 1ex;
}
#msgs .msg img {
#msgs .msg .text img {
border-radius: 2ex;
-moz-border-radius: 2ex;
-webkit-border-radius: 2ex;
display: block;
width: 99%;
width: 100%;
}
#preview img {