diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-09-01 12:43:28 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-09-01 12:43:28 (GMT) |
commit | 389fc21b6028d1c2bab510d66ed74f6bfcc105f5 (patch) | |
tree | abf4264e0d8c2befe3359b32cfeef22f5d5bc87c /www/styles | |
parent | dd6aa62a59aa80e547785564bb04f0907fd8b0e7 (diff) |
upload: multi upload style, add file formats
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main-style.css | 7 |
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; } |