diff --git a/calendar/templates/default/meeting.xet b/calendar/templates/default/meeting.xet index e23707d786..b1e0f32c31 100644 --- a/calendar/templates/default/meeting.xet +++ b/calendar/templates/default/meeting.xet @@ -102,36 +102,42 @@ - #popupMainDiv { - border: none; - margin: 0; -} + #popupMainDiv { + border: none; + margin: 0; + } -.meetingRequestMessage { - font-size: 120%; -} + .meetingRequestMessage { + font-size: 120%; + } -table.meetingRequest { - border: 2px solid black; -} -.meetingRequest tr.th { - background-color: #4040FF; -} -.meetingRequest tr.th td { - font-weight: bold; - font-size: 120%; - color: white; -} -.meetingRequest td { - padding: 3px; -} + table.meetingRequest { + border: 2px solid black; + } + .meetingRequest tr.th { + background-color: #4040FF; + } + .meetingRequest tr.th td { + font-weight: bold; + font-size: 120%; + color: white; + } + .meetingRequest td { + padding: 3px; + } + .meetingRequest a { + display: inline-block; + max-width: 60em; + overflow-wrap: break-word; + vertical-align: text-top; + } -.meetingRequestError { - color: red; - font-style: italic; - font-size: 120%; -} + .meetingRequestError { + color: red; + font-style: italic; + font-size: 120%; + } - + \ No newline at end of file diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index e13d71d49d..56a2ceb3b1 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -3549,6 +3549,14 @@ div.admin-config form > table td b { /** * Message in popup */ +body .egw_message_wrapper.isPopup { + top: 0px; + bottom: auto; + overflow-y: unset; + right: 33% !important; + max-width: unset; + min-width: unset; +} body .egw_message_wrapper { background-color: #d9d9d9; right: 0 !important; @@ -3876,6 +3884,12 @@ td.lettersearch { height: 63px; overflow: hidden; } +#egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_inner_container a { + max-width: 60em; + display: inline-block; + overflow-wrap: break-word; + vertical-align: text-top; +} #egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_top_toolbar { display: inline-block; width: 100%; diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index 23c8794eb3..2825ce7697 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -3529,11 +3529,19 @@ div.admin-config form > table td b { /** * Message in popup */ +body .egw_message_wrapper.isPopup { + top: 0px; + bottom: auto; + overflow-y: unset; + right: 33% !important; + max-width: unset; + min-width: unset; +} body .egw_message_wrapper { background-color: #d9d9d9; right: 0 !important; - max-width: 25%; - min-width: 25%; + max-width: 40%; + min-width: 40%; box-shadow: 2px 3px 13px #666666; -moz-box-shadow: 2px 3px 13px #666666; -webkit-box-shadow: 2px 3px 13px #666666; @@ -3856,6 +3864,12 @@ td.lettersearch { height: 63px; overflow: hidden; } +#egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_inner_container a { + max-width: 60em; + display: inline-block; + overflow-wrap: break-word; + vertical-align: text-top; +} #egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_top_toolbar { display: inline-block; width: 100%; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index e2b3376886..8648627faf 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3877,6 +3877,12 @@ td.lettersearch { height: 63px; overflow: hidden; } +#egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_inner_container a { + max-width: 60em; + display: inline-block; + overflow-wrap: break-word; + vertical-align: text-top; +} #egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_top_toolbar { display: inline-block; width: 100%; diff --git a/pixelegg/less/layout_messages.less b/pixelegg/less/layout_messages.less index d6a003b7e1..91468e5cbb 100755 --- a/pixelegg/less/layout_messages.less +++ b/pixelegg/less/layout_messages.less @@ -98,9 +98,16 @@ background-color: rgba(103, 159, 210, 0.2); } .egwpopup_message_inner_container { - height: 63px; - overflow: hidden; - } + height: 63px; + overflow: hidden; + + a { + max-width: 60em; + display: inline-block; + overflow-wrap: break-word; + vertical-align: text-top; + } + } .egwpopup_message_top_toolbar { display: inline-block; width: 100%; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index e426b6b4f1..a822db3b85 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -3177,22 +3177,31 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon { border-radius: 2px; } div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_hk div.sub_item_hk { - color: #373f3f; + color: #373f3f; } + div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected { - background-color: hsl(200, 98%, 39%) !important; - background-image: none !important; + background-color: hsl(200, 98%, 39%) !important; + background-image: none !important; } + div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_icon img.sub_icon { - filter: invert(1) brightness(5); + filter: invert(1) brightness(5); } + +div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_icon img[id$="filemanager"] { + filter: invert(0) brightness(5) !important; +} + div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.sub_item_text, div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_hk div.sub_item_hk { - color: hsl(0, 0%, 100%); + color: hsl(0, 0%, 100%); } + div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep { - border-top: 1px solid #E6E6E6; + border-top: 1px solid #E6E6E6; } + /** * EGroupware: Stylite Pixelegg template * @@ -3550,29 +3559,41 @@ div.admin-config form > table td b { .info_message { background-image: url(../../api/templates/default/images/dialog_info.svg); } + .info_message .discard { - float: right; - margin-top: 4px; + float: right; + margin-top: 4px; } + .success_message { - background-image: url(../../api/templates/default/images/check.svg); + background-image: url(../../api/templates/default/images/check.svg); } + /** * Message in popup */ +body .egw_message_wrapper.isPopup { + top: 0px; + bottom: auto; + overflow-y: unset; + right: 33% !important; + max-width: unset; + min-width: unset; +} + body .egw_message_wrapper { - background-color: #d9d9d9; - right: 0 !important; - max-width: 25%; - min-width: 25%; - box-shadow: 2px 3px 13px #666666; - -moz-box-shadow: 2px 3px 13px #666666; - -webkit-box-shadow: 2px 3px 13px #666666; - -khtml-box-shadow: 2px 3px 13px #666666; - bottom: 0; - max-height: 60%; - overflow-y: auto; - z-index: 100000; + background-color: #d9d9d9; + right: 0 !important; + max-width: 40%; + min-width: 40%; + box-shadow: 2px 3px 13px #666666; + -moz-box-shadow: 2px 3px 13px #666666; + -webkit-box-shadow: 2px 3px 13px #666666; + -khtml-box-shadow: 2px 3px 13px #666666; + bottom: 0; + max-height: 60%; + overflow-y: auto; + z-index: 100000; } body .egw_message_wrapper > div:last-child { margin-bottom: 0px !important; @@ -3878,23 +3899,35 @@ td.lettersearch { overflow: hidden; padding: 10px; background-color: #fafafa; - margin-bottom: 5px; + margin-bottom: 5px; } + #egwpopup #egwpopup_list .egwpopup_message:hover { - background-color: rgba(103, 159, 210, 0.2); + background-color: rgba(103, 159, 210, 0.2); } + #egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_inner_container { - height: 63px; - overflow: hidden; + height: 63px; + overflow: hidden; } + +#egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_inner_container a { + max-width: 60em; + display: inline-block; + overflow-wrap: break-word; + vertical-align: text-top; +} + #egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_top_toolbar { - display: inline-block; - width: 100%; + display: inline-block; + width: 100%; } + #egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_top_toolbar .egwpopup_message_date { - float: left; - color: #767676; + float: left; + color: #767676; } + #egwpopup #egwpopup_list .egwpopup_message .egwpopup_message_top_toolbar .egwpopup_message_open { display: inline-block; float: right;