Fix contextmenu position for mobile theme desktop version

This commit is contained in:
Hadi Nategh 2015-12-18 15:34:00 +00:00
parent e5996336e6
commit 3439bac8cf
2 changed files with 19 additions and 18 deletions

View File

@ -6682,12 +6682,6 @@ span.egw_tutorial_title {
width: 100%;
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 {
font-size: small !important;
}
@ -7493,6 +7487,12 @@ span.egw_tutorial_title {
/*mobile etemplate2*/
/*mobile etemplate2*/
@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 {
bottom: 0px;
top: auto;

View File

@ -106,18 +106,7 @@
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) {
body
{
//###################
//# #
//# CONTEXT MENU #
//# #
//###################
div.dhtmlxMenu_egw_SubLevelArea_Polygon
{
font-size:medium;
top:50px !important;
right:0px;
left:auto !important;
}
div#egw_message {
bottom: 0px;
top: auto;