summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-10-07 12:59:10 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-10-07 12:59:10 (GMT)
commit30d6af7727e2ead6b011663c7ee36b45c47ebe2c (patch)
tree06b6fe1fc857b04a61058bca14c728d6388d8592 /styles
parent16bb94a816318c6b72edbd051d2ac0f459e8ddf5 (diff)
selecting a single file works now
Diffstat (limited to 'styles')
-rw-r--r--styles/shows.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/styles/shows.css b/styles/shows.css
index f241f40..a6a4696 100644
--- a/styles/shows.css
+++ b/styles/shows.css
@@ -14,3 +14,21 @@
margin: 0.5em;
padding: 0.5em 1em;
}
+#shows-upload div.modal-body {
+ margin-left: auto;
+ margin-right: auto;
+ width: 330px;
+ height: 330px;
+ background-image: url('/img/dz-backdrop.png');
+ background-repeat: no-repeat;
+ background-position: center center;
+}
+#shows-upload div.modal-body form {
+ display: block;
+ width: 100%;
+ height: 100%;
+ margin: 0px;
+}
+#shows-upload div.modal-body form div.dz-preview {
+ display: none;
+}