diff --git a/librerias/notas/script.js b/librerias/notas/script.js index 2192ca9..830a83e 100755 --- a/librerias/notas/script.js +++ b/librerias/notas/script.js @@ -24,7 +24,7 @@ $(document).ready(function(){ }); -var zIndex = 200; +var zIndex = 0; function make_draggable(elements) { diff --git a/librerias/notas/styles.css b/librerias/notas/styles.css index 2ebf2e1..fd32f67 100755 --- a/librerias/notas/styles.css +++ b/librerias/notas/styles.css @@ -105,12 +105,12 @@ padding: 1px; .tablero_titulo{ background-color:white; /*border:1px solid #333; */ - height:150px; + min-height:120px; padding:10px; width:1000px; position:relative; overflow:hidden; - cursor:move; + text-align: center; top: 100px; left: 400px; @@ -118,6 +118,7 @@ padding: 1px; box-shadow:2px 2px 15px #3E3131; background:url(./img/paper.jpg) no-repeat left top; background-size: cover; + z-index: 99999; /*resize: both;*/ diff --git a/milfs/css/style.css b/milfs/css/style.css index 87a4fba..9bb326f 100644 --- a/milfs/css/style.css +++ b/milfs/css/style.css @@ -1,8 +1,8 @@ @media (max-width: 768px) { .modal-body { - max-height: calc(100vh - 100px); - min-height: calc(100vh - 100px); } + max-height: calc(100vh - 100px) !important; + min-height: calc(100vh - 100px) !important; } } .drop-up { diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 55a621e..c5966bc 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -1,6 +1,196 @@ +
Ingresa con tu usuario para agregar datos a esta aplicación.