diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/styles/main-style.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 2ba7fe1..17925fb 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -73,21 +73,6 @@ body { 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; |