diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-06-27 19:58:22 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-06-27 19:58:22 (GMT) |
commit | 477f691dd3e48d9aa1da2cb214cebfa82a943571 (patch) | |
tree | 84b7548a560ab1c071fc1bce638434e9a94f2286 /www/styles | |
parent | 5c15acdc038c89c4828952d7245c5c5ec2ae33c0 (diff) |
try to make to import dropzone modal a little smaller
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/shows.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/styles/shows.css b/www/styles/shows.css index 6a8897a..47670c7 100644 --- a/www/styles/shows.css +++ b/www/styles/shows.css @@ -38,8 +38,8 @@ #shows-upload div.modal-body { margin-left: auto; margin-right: auto; - width: 330px; - height: 330px; + width: 250px; + height: 250px; background-image: url('/img/dz-backdrop.png'); background-repeat: no-repeat; background-position: center center; |