forked from extern/egroupware
Mobile theme:
- Fix styling of favorites list
This commit is contained in:
parent
a0d9d138b6
commit
8f9d798c92
@ -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;
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user