1
0
Fork 0

ultimos ajustes en la navegación implementación landingpage submodulo

This commit is contained in:
Hacky Purple 2018-10-14 01:53:58 -05:00
parent 2b46012390
commit 32e6c8aded
2 changed files with 12 additions and 7 deletions

View File

@ -63,8 +63,8 @@ h1, h2, h3, h4, h5, h6 {
margin-right: 5em;
}
#menu_tupale {
height: 500px;
.menu_tupale {
height: 50vh;
overflow: auto;
}
@ -104,8 +104,7 @@ h1, h2, h3, h4, h5, h6 {
.navbar-brand img {
width: 15em;
height: auto;
margin-top: 100px;
transition: all 1.3s ease;
transition: all 1s ease;
}
/* 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;
}
}

View File

@ -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>
<span class='caret'></span>
</button>
<ul class='dropdown-menu' aria-labelledby='drown_$tabla'>
<ul class='menu_tupale dropdown-menu' aria-labelledby='drown_$tabla'>
$listado
</ul>
</div>
@ -4152,7 +4152,7 @@ $boton="
</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>";
$resultado="$boton";
return $resultado;