diff options
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; } |