Mobile theme:

- Fix styling of favorites list
This commit is contained in:
Hadi Nategh 2016-03-11 10:50:42 +00:00
parent a0d9d138b6
commit 8f9d798c92
2 changed files with 5 additions and 4 deletions

View File

@ -7475,7 +7475,6 @@ form[id^="tracker-"] .dialogHeadbar {
outline: none;
}
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] {
position: relative !important;
top: 0 !important;
outline: none;
}
@ -7491,7 +7490,8 @@ form[id^="tracker-"] .dialogHeadbar {
display: none;
}
body .et2_nextmatch .nm-mob-header div.nm_favorites_div div[name="favorite"] ul.favorites {
width: 160px;
width: 100%;
left: 0px !important;
box-shadow: 0px 4px 5px 2px silver;
border: 1px solid silver;
}

View File

@ -567,7 +567,7 @@
outline:none;
}
div[name="favorite"] {
position:relative !important;
top:0 !important;
outline:none;
.et2_dropdown {
@ -584,7 +584,8 @@
}
}
ul.favorites {
width:160px;
width:100%;
left:0px !important;
box-shadow: 0px 4px 5px 2px silver;
border: 1px solid silver;
li.ui-menu-item {