respuesta al issue #38 Mejorar usabilidad panel consulta
This commit is contained in:
parent
500e08cd2f
commit
29ad943a7e
16
index.php
16
index.php
@ -37,7 +37,7 @@
|
|||||||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'/>
|
||||||
<!-- Chrome, Firefox OS y Opera -->
|
<!-- Chrome, Firefox OS y Opera -->
|
||||||
<link rel='stylesheet' href='./librerias/animate/animate.min.css'>
|
<link rel='stylesheet' href='./librerias/animate/animate.min.css'>
|
||||||
|
<link rel='stylesheet' href='librerias/css/tupale.css'>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1769,13 +1769,13 @@ echo "
|
|||||||
|
|
||||||
|
|
||||||
<div class='modal fade animated' id='muestraInfo' tabindex='-1' role='dialog' aria-labelledby='myModalLabel' aria-hidden='true'>
|
<div class='modal fade animated' id='muestraInfo' tabindex='-1' role='dialog' aria-labelledby='myModalLabel' aria-hidden='true'>
|
||||||
<div <div id="modal_landing" class='modal-dialog modal-lg' >
|
<div <div id='modal-landing-consulta' class='modal-dialog modal-lg' >
|
||||||
<div class='modal-content'>
|
<div id='contenido-landing-consulta' class='modal-content'>
|
||||||
<div class='modal-header' >
|
<div id='header-landing-consulta' class='modal-header' >
|
||||||
<button type='button' class='close' data-dismiss='modal' aria-hidden='true'><i class='fa fa-times-circle'></i></button>
|
<button type='button' class='close' data-dismiss='modal' aria-hidden='true'><i class='glyphicon glyphicon-remove'></i> </button>
|
||||||
<div id='titulo_modal'></div>
|
<h4 class='modal-title' id='myModalLabel_info'><div id='titulo_modal'></div>Panel Editor Consulta</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class='modal-body'>
|
<div id='landing-consulta' class='modal-body'>
|
||||||
|
|
||||||
<div id='muestra_form'>
|
<div id='muestra_form'>
|
||||||
|
|
||||||
|
87
librerias/css/tupale.css
Normal file
87
librerias/css/tupale.css
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
/* Portal Consulta Editor*/
|
||||||
|
#muestraInfo {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
#modal-landing-consulta{
|
||||||
|
position: fixed;
|
||||||
|
margin: 0;
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contenido-landing-consulta {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header-landing-consulta{
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 50px;
|
||||||
|
padding: 10px;
|
||||||
|
background: #e5e5e5;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#panel-buscador {
|
||||||
|
margin-bottom: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#landing-consulta {
|
||||||
|
position: absolute;
|
||||||
|
top: 50px;
|
||||||
|
bottom: 60px !important;
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
max-height: calc(100vh - 100px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll{
|
||||||
|
overflow-y: auto;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.acciones-consulta>a {
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
#id_consultas>td{
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#div_resultados{
|
||||||
|
height: auto !important;
|
||||||
|
scroll-behavior: auto;
|
||||||
|
}
|
||||||
|
#pie_modal{
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 50px;
|
||||||
|
padding: 12px;
|
||||||
|
background: #e5e5e5;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.landing-heading .glyphicon {
|
||||||
|
transition: .3s transform ease-in-out;
|
||||||
|
}
|
||||||
|
.landing-heading .collapsed .glyphicon {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-group {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
2
milfs
2
milfs
@ -1 +1 @@
|
|||||||
Subproject commit 3ba85d859b2041ad08ccb276a94154c9cd0d3da9
|
Subproject commit 1da7e72b282de52d8608764d850266996d57a3bb
|
Loading…
Reference in New Issue
Block a user