Solucionado problema de visualizaciones de opciones de menú en modo 'responsive'
This commit is contained in:
parent
5064d55b71
commit
1d12b58954
2 changed files with 11 additions and 4 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue