88 lines
1.2 KiB
CSS
88 lines
1.2 KiB
CSS
/* 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;
|
|
}
|