From d6cc0a2a10aeef33d2cf4ad66a27b051103a3ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Maur=C3=ADcio?= Date: Tue, 29 Apr 2014 15:11:03 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1877 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../WebContent/static/html/css/theme.css | 29 +------------------ 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/css/theme.css b/trunk/SiprpWebFichasClinicas/WebContent/static/html/css/theme.css index 0ed7a07c..1fff62cd 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/css/theme.css +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/css/theme.css @@ -7,6 +7,7 @@ html { body { /* Margin bottom by footer height */ margin-bottom: 60px; + overflow:auto; } #footer { position: absolute; @@ -349,31 +350,3 @@ a.form-side-menu.visible { width: 40%; } } - -/* modal dialog */ - -@media (min-width: 400px) { - - .modal-large, .modal-medium, .modal-small - { - width:100%; - } -} - -@media (min-width: 1200px) -{ - .modal-large - { - width: 98%; - } - - .modal-medium - { - width: 70%; - } - - .modal-small - { - width: 40%; - } -} \ No newline at end of file