Mobile theme:

- Let the contextmenu be visible during the search as user may need it after the search result
This commit is contained in:
Hadi Nategh 2016-03-10 15:57:33 +00:00
parent e481c2d133
commit 1d03c28ba0
2 changed files with 8 additions and 2 deletions

View File

@ -7945,9 +7945,12 @@ form[id^="tracker-"] .dialogHeadbar {
}
body .et2_searchbox.expanded {
position: absolute;
width: 100% !important;
width: auto !important;
height: 50px;
left: 65px;
right: 70px;
margin-left: 0;
margin-right: 50px;
}
body .et2_searchbox.expanded button.et2_button {
background: none;

View File

@ -1055,9 +1055,12 @@
}
.et2_searchbox.expanded {
position: absolute;
width:100% !important;
width:auto !important;
height:50px;
left:65px;
right:70px;
margin-left:0;
margin-right:50px;
button.et2_button{
background: none;
}