summaryrefslogtreecommitdiff
path: root/www/styles/main-style.css
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-09-06 02:15:59 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-09-06 02:15:59 (GMT)
commitb8c174cf5f3321c7f10620f204daa2824e48fc46 (patch)
tree6d06674418f81b1e4803020939fa541282278716 /www/styles/main-style.css
parentbea885985e9763cb0a4dfa0e69c084ba26b65c5a (diff)
add rudimentary jingles audio import
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;
+}