summaryrefslogtreecommitdiff
path: root/www/styles/main-style.css
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-09-01 12:43:28 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-09-01 12:43:28 (GMT)
commit389fc21b6028d1c2bab510d66ed74f6bfcc105f5 (patch)
treeabf4264e0d8c2befe3359b32cfeef22f5d5bc87c /www/styles/main-style.css
parentdd6aa62a59aa80e547785564bb04f0907fd8b0e7 (diff)
upload: multi upload style, add file formats
Diffstat (limited to 'www/styles/main-style.css')
-rw-r--r--www/styles/main-style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css
index 3c09e11..42a9efe 100644
--- a/www/styles/main-style.css
+++ b/www/styles/main-style.css
@@ -21,6 +21,7 @@
*/
body {
+ margin-bottom: 200px;
background-color: #eee;
}
@@ -100,7 +101,7 @@ body {
background-position: center center;
}
-#uploadModal div.modal-body .drop form input {
+#uploadModal div.modal-body .drop form input {
display: none;
}
@@ -115,6 +116,10 @@ body {
display: none;
}
+#uploadModal div.modal-body form ul {
+ text-align: left;
+}
+
.text-center {
text-align: center;
}