Solucionado problema de visualizaciones de opciones de menú en modo 'responsive'

This commit is contained in:
Manuel Cillero 2018-02-15 02:21:44 +01:00
parent 5064d55b71
commit 1d12b58954
2 changed files with 11 additions and 4 deletions

View file

@ -790,6 +790,10 @@ div.modal {
background: url(../images/close_active.png);
}
.ui-helper-hidden-accessible {
background-color: #182330;
}
/**********************************************************/
/* 15. BUTTONS */
/**********************************************************/
@ -1187,6 +1191,9 @@ div.details { padding: 20px !important; }
background-color: #000;
border-color: #000;
}
body .flyout-menu ul.social-menu {
display: none;
}
div#content {
padding-left: 3.333333%;