summaryrefslogtreecommitdiff
path: root/www/styles
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-05 13:27:48 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-05 13:27:48 (GMT)
commit3fcc9897caed1b1c86cb6394533ede6411b72c63 (patch)
treece6a91c92b85613e55f8bad76e7bdb09c4e6881c /www/styles
parentb2b3cdc04f2ba9f6ef5daa9b444f30b6aaff193f (diff)
fix #uploadModal style
Diffstat (limited to 'www/styles')
-rw-r--r--www/styles/main-style.css15
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;