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