summaryrefslogtreecommitdiff
path: root/www/styles/main-style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/styles/main-style.css')
-rw-r--r--www/styles/main-style.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css
index eef0e63..38796fe 100644
--- a/www/styles/main-style.css
+++ b/www/styles/main-style.css
@@ -74,3 +74,39 @@ body {
font-weight: bold;
font-size: 1.6em;
}
+
+#uploadModal {
+ width: 90%;
+ max-width: 560px;
+ min-width: 280px;
+ margin-top: 0;
+}
+
+#uploadModal.fade {
+ top: -250px;
+}
+
+#uploadModal.fade.in {
+ top: 10px;
+}
+
+#uploadModal div.modal-body {
+ padding-left: 0;
+ padding-right: 0;
+ width: 100%;
+ height: 250px;
+ background-image: url('/img/dz-backdrop.png');
+ background-repeat: no-repeat;
+ background-position: center center;
+}
+
+#uploadModal div.modal-body form {
+ display: block;
+ width: 100%;
+ height: 100%;
+ margin: 0px;
+}
+
+#uploadModal div.modal-body form div.dz-preview {
+ display: none;
+}