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.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css
index af38c79..c01e238 100644
--- a/www/styles/main-style.css
+++ b/www/styles/main-style.css
@@ -88,20 +88,44 @@ body {
font-size: 1.8em;
}
+#uploadModal div.modal-header {
+ border-bottom: none;
+ padding: 15px 0;
+}
+
+#uploadModal div.modal-header .nav-tabs > li:first-child {
+ margin-left: 10px;
+}
+
+#uploadModal div.modal-header .close {
+ margin-right: 15px;
+}
+
#uploadModal div.modal-body {
text-align: center;
}
+#uploadModal div.modal-body .upload-tabs .tab-archive,
+#uploadModal div.modal-body .upload-tabs .tab-external {
+ display: none;
+}
+
#uploadModal div.modal-body .drop {
padding-left: 0;
padding-right: 0;
- width: 100%;
+ margin: 0 auto;
+ width: 250px;
height: 250px;
+ cursor: pointer;
background-image: url('../img/dz-backdrop.png');
background-repeat: no-repeat;
background-position: center center;
}
+#uploadModal div.modal-body .datepicker {
+ margin: 0 auto;
+}
+
#uploadModal div.modal-body .drop form input {
display: none;
}