From 320c3a8c2ea4dbbaac1a60a42e9ead974ce209fe Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Fri, 6 Oct 2017 11:09:19 -0500 Subject: [PATCH] restriccio a 5MB de subida de archivos --- mapero.php | 90 +++++++++++++++++++++++++---------- milfs/funciones/funciones.php | 49 +++++++++++++++---- milfs/js/scripts.js | 7 ++- 3 files changed, 112 insertions(+), 34 deletions(-) diff --git a/mapero.php b/mapero.php index 9d61852..8c5ef25 100644 --- a/mapero.php +++ b/mapero.php @@ -38,6 +38,8 @@ $plantilla ="mapa"; + + @@ -156,15 +158,25 @@ $ids = json_decode($otro_json[0]); } - + .modal-dialog { - width: 70%; - height: 50%; + width: 95% !important; + height: auto; + padding: 0; +} + +.modal-lg { + width: 95% !important; + height: auto; padding: 0; } .modal-content { - height: 50%; + height: auto; +} +.modal-body { + max-height: calc(100vh - 100px); + overflow-y: auto; } ::-webkit-scrollbar { @@ -197,6 +209,28 @@ $ids = json_decode($otro_json[0]); echo $css_adicional; ?> + + +