Fix egw message Ui in mobile theme

This commit is contained in:
Hadi Nategh 2021-03-04 16:33:33 +01:00
parent a8f11ca1b7
commit bf3bb8999a
4 changed files with 4 additions and 4 deletions

View File

@ -501,7 +501,6 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
height: 60px !important;
background-position: center;
z-index: 100;
box-shadow: 0px 1px 5px 3px silver;
background-image: url(../../../pixelegg/images/topmenu_items/mobile/plus_white.svg) !important;
background-repeat: no-repeat;
background-size: 24px 24px;

View File

@ -108,7 +108,6 @@
height: 60px !important;
background-position: center;
z-index: 100;
box-shadow: 0px 1px 5px 3px silver;
background-image: url(../../../pixelegg/images/topmenu_items/mobile/plus_white.svg) !important;
background-repeat: no-repeat;
background-size: 24px 24px;

View File

@ -8307,13 +8307,14 @@ table.egwGridView_grid img.et2_appicon {
body div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk {
width: 100%;
}
body div#egw_message {
body div.egw_message_wrapper {
bottom: 0px;
top: auto;
left: 0px;
right: 0px !important;
max-width: 100%;
border-radius: 0;
position: fixed;
}
body div.ui-dialog {
width: 100% !important;

View File

@ -607,13 +607,14 @@
td.sub_item_hk {width:100%;}
}
}
div#egw_message {
div.egw_message_wrapper {
bottom: 0px;
top: auto;
left: 0px;
right: 0px !important;
max-width: 100%;
border-radius: 0;
position: fixed;
}
div.ui-dialog {
width:100% !important;