mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix contextmenu position for mobile theme desktop version
This commit is contained in:
parent
e5996336e6
commit
3439bac8cf
@ -6682,12 +6682,6 @@ span.egw_tutorial_title {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 32px !important;
|
line-height: 32px !important;
|
||||||
}
|
}
|
||||||
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
|
||||||
font-size: medium;
|
|
||||||
top: 50px !important;
|
|
||||||
right: 0px;
|
|
||||||
left: auto !important;
|
|
||||||
}
|
|
||||||
body table.egwGridView_outer thead tr th {
|
body table.egwGridView_outer thead tr th {
|
||||||
font-size: small !important;
|
font-size: small !important;
|
||||||
}
|
}
|
||||||
@ -7493,6 +7487,12 @@ span.egw_tutorial_title {
|
|||||||
/*mobile etemplate2*/
|
/*mobile etemplate2*/
|
||||||
/*mobile etemplate2*/
|
/*mobile etemplate2*/
|
||||||
@media only screen and (min-width: 320px) and (max-width: 1279px) {
|
@media only screen and (min-width: 320px) and (max-width: 1279px) {
|
||||||
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
||||||
|
font-size: medium;
|
||||||
|
top: 50px !important;
|
||||||
|
right: 0px;
|
||||||
|
left: auto !important;
|
||||||
|
}
|
||||||
body div#egw_message {
|
body div#egw_message {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
top: auto;
|
top: auto;
|
||||||
|
@ -106,18 +106,7 @@
|
|||||||
line-height: 32px !important;
|
line-height: 32px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
//###################
|
|
||||||
//# #
|
|
||||||
//# CONTEXT MENU #
|
|
||||||
//# #
|
|
||||||
//###################
|
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon
|
|
||||||
{
|
|
||||||
font-size:medium;
|
|
||||||
top:50px !important;
|
|
||||||
right:0px;
|
|
||||||
left:auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
//###################
|
//###################
|
||||||
//# #
|
//# #
|
||||||
@ -1023,6 +1012,18 @@
|
|||||||
@media only screen and (min-width: 320px) and (max-width: 1279px) {
|
@media only screen and (min-width: 320px) and (max-width: 1279px) {
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
|
//###################
|
||||||
|
//# #
|
||||||
|
//# CONTEXT MENU #
|
||||||
|
//# #
|
||||||
|
//###################
|
||||||
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon
|
||||||
|
{
|
||||||
|
font-size:medium;
|
||||||
|
top:50px !important;
|
||||||
|
right:0px;
|
||||||
|
left:auto !important;
|
||||||
|
}
|
||||||
div#egw_message {
|
div#egw_message {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
top: auto;
|
top: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user