forked from qwerty/tupali
inline block footer y otros
This commit is contained in:
parent
f22409ca8c
commit
124cecee9c
@ -78,7 +78,9 @@
|
||||
display: inline-flex !important;
|
||||
}
|
||||
|
||||
|
||||
#fh5co-footer{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -320,6 +322,9 @@ legend.legend-area {
|
||||
max-width: 100% !important;
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
#buscador_blog {
|
||||
padding: 0px;;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@ -356,6 +361,7 @@ legend.legend-area {
|
||||
#btn_filtro{
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -5627,7 +5627,7 @@ $contenido
|
||||
|
||||
}
|
||||
|
||||
$documento="<div class='exportar_documento' id='gen_documento'><a href='opendata.php?tipo=documento&identificador=$identificador'><i class='fa fa-file-text-o'></i> Exportar</a></div>";
|
||||
$documento="<div style='padding-top: 30px;'class='exportar_documento' id='gen_documento'><a href='opendata.php?tipo=documento&identificador=$identificador'><i class='fa fa-file-text-o'></i> Exportar</a></div>";
|
||||
|
||||
if($plantilla_original=="svg") { return $impresion;}else{
|
||||
if($tipo=="listado") {
|
||||
@ -5690,7 +5690,8 @@ $salto="";
|
||||
$impresion
|
||||
|
||||
<!-- formulario de respuesta -->
|
||||
<div id='formulario_respuesta_$identificador' class='formulario_respuesta ' style=''>$respuestas</div>
|
||||
<div id='formulario_respuesta_$identificador' class='formulario_respuesta ' style=''>$respuestas
|
||||
</div>
|
||||
<!-- formulario de respuesta -->
|
||||
|
||||
$pie
|
||||
@ -9144,12 +9145,12 @@ if($valor =='*formato*') {
|
||||
$control_buscador = MD5(rand());
|
||||
$resultado="
|
||||
|
||||
<div id='buscador_blog'>
|
||||
<div class='col-xs-12' id='buscador_blog'>
|
||||
<div class='col-xs-12 col-md-10 input-group' >
|
||||
<input placeholder='Escribe para buscar' class='form-control' id='$control_buscador' name= '$control_buscador'>
|
||||
</div>
|
||||
|
||||
<div class='col-md-2' style='padding-left: 0px;'>
|
||||
<div class='col-md-2' id='lupa_buscador'style='padding: 0px;'>
|
||||
<div class='btn btn-default' onclick =\"xajax_buscar_datos((document.getElementById('$control_buscador').value),'$id_form','$plantilla','$div'); \"><i class='fa fa-search'></i></div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user