mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Mobile theme:
- Let the contextmenu be visible during the search as user may need it after the search result
This commit is contained in:
parent
e481c2d133
commit
1d03c28ba0
@ -7945,9 +7945,12 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
}
|
}
|
||||||
body .et2_searchbox.expanded {
|
body .et2_searchbox.expanded {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100% !important;
|
width: auto !important;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
left: 65px;
|
||||||
|
right: 70px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
margin-right: 50px;
|
||||||
}
|
}
|
||||||
body .et2_searchbox.expanded button.et2_button {
|
body .et2_searchbox.expanded button.et2_button {
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -1055,9 +1055,12 @@
|
|||||||
}
|
}
|
||||||
.et2_searchbox.expanded {
|
.et2_searchbox.expanded {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width:100% !important;
|
width:auto !important;
|
||||||
height:50px;
|
height:50px;
|
||||||
|
left:65px;
|
||||||
|
right:70px;
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
|
margin-right:50px;
|
||||||
button.et2_button{
|
button.et2_button{
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user