1
0
Fork 0

ultimos cambios sin guardar

This commit is contained in:
Hacky Purple 2018-04-25 14:11:05 -05:00
parent a6539b5ee6
commit 1b0dc63b01
2 changed files with 8 additions and 5 deletions

View File

@ -186,7 +186,7 @@ if ($variable !=''){
}
$acceso = 1;
$menu ="
<div class='col-sm-2 hidden-xs hidden-sm'>
<div class='col-sm-2 hidden-xs hidden-sm barra_lateral_escondida'>
<div class='container'>
<nav style=' max-height:95% !important ; overflow:auto !important; ' id='toc' data-spy='affix' data-toggle='toc'></nav>
</div>
@ -212,10 +212,10 @@ if ($variable !=''){
$orden="DESC";
$menu ="
<div class='col-sm-2 hidden-xs hidden-sm'>
<div class='container'>
<nav style=' max-height:95% !important ; overflow:auto !important; ' id='toc' data-spy='affix' data-toggle='toc'></nav>
</div>
<div class='col-sm-2 hidden-xs hidden-sm barra-lateral-derecha'>
<div class='container'>
<nav style=' max-height:95% !important ; overflow:auto !important; ' id='toc' data-spy='affix' data-toggle='toc'></nav>
</div>
</div>";
$cols_interior ="10";

View File

@ -4,6 +4,9 @@ body {overflow-x:hidden!important;}
background-color: #777677;
}
.affix{
position: unset;
}
.btn-botonera-admin {
margin-left: 20px;
margin-right: 20px;