From 3fcc9897caed1b1c86cb6394533ede6411b72c63 Mon Sep 17 00:00:00 2001 From: Peter Grassberger Date: Fri, 5 Feb 2016 14:27:48 +0100 Subject: fix #uploadModal style 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; -- cgit v0.10.2