forked from qwerty/milfs
ultimos ajustes en la navegación implementación landingpage submodulo
This commit is contained in:
parent
2b46012390
commit
32e6c8aded
@ -63,8 +63,8 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
margin-right: 5em;
|
margin-right: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_tupale {
|
.menu_tupale {
|
||||||
height: 500px;
|
height: 50vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -104,8 +104,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
.navbar-brand img {
|
.navbar-brand img {
|
||||||
width: 15em;
|
width: 15em;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-top: 100px;
|
transition: all 1s ease;
|
||||||
transition: all 1.3s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* textos menú*/
|
/* textos menú*/
|
||||||
@ -567,5 +566,11 @@ RESPONSIVE */
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 495px) {
|
@media only screen and (max-width: 320px) {
|
||||||
|
#slogan_cabecera {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
#div_panel_aplicaciones {
|
||||||
|
padding-top: 10em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -2691,7 +2691,7 @@ $listado .= "<li > <a class='btn btn-link' onclick=\"xajax_portal_filtro_cadena
|
|||||||
Filtro $campo_nombre[0] <i class='glyphicon glyphicon-filter'></i>
|
Filtro $campo_nombre[0] <i class='glyphicon glyphicon-filter'></i>
|
||||||
<span class='caret'></span>
|
<span class='caret'></span>
|
||||||
</button>
|
</button>
|
||||||
<ul class='dropdown-menu' aria-labelledby='drown_$tabla'>
|
<ul class='menu_tupale dropdown-menu' aria-labelledby='drown_$tabla'>
|
||||||
$listado
|
$listado
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -4152,7 +4152,7 @@ $boton="
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a class='btn btn-botonera-admin visible-xs' onclick=\"xajax_cerrar_sesion(); \">$_SESSION[username] $_SESSION[equipo] Salir <i class='glyphicon glyphicon-log-out '></i></a>
|
|
||||||
<div class='container-fluid' id='div_panel_aplicacionesX' style='max-height:500px; overflow:auto;'></div>";
|
<div class='container-fluid' id='div_panel_aplicacionesX' style='max-height:500px; overflow:auto;'></div>";
|
||||||
$resultado="$boton";
|
$resultado="$boton";
|
||||||
return $resultado;
|
return $resultado;
|
||||||
|
Loading…
Reference in New Issue
Block a user