mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix egw message Ui in mobile theme
This commit is contained in:
parent
a8f11ca1b7
commit
bf3bb8999a
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user