Vacation notice starts as a taller window so bottom buttons are visible.

-- Popups can now be scrolled if needed
Regarding Ticket #100521
This commit is contained in:
milan 2024-11-14 19:30:57 +01:00
parent ff0d36a3f1
commit 6b6dc0f8e0
7 changed files with 9 additions and 3 deletions

View File

@ -4548,7 +4548,7 @@ app.classes.mail = AppJS.extend(
// Coming from tree // Coming from tree
acc_id = parseInt(_senders[0].id); acc_id = parseInt(_senders[0].id);
} }
this.egw.open_link('mail.mail_sieve.editVacation&acc_id=' + acc_id, '_blank', '700x660'); this.egw.open_link('mail.mail_sieve.editVacation&acc_id=' + acc_id, '_blank', '700x800');
}, },
subscription_refresh: function(_data) subscription_refresh: function(_data)

View File

@ -3214,6 +3214,7 @@ div#popupMainDiv {
padding: 8px; padding: 8px;
background-color: #FFFFFF; background-color: #FFFFFF;
background-repeat: repeat-x; background-repeat: repeat-x;
overflow: auto;
} }
div#popupMainDiv > * { div#popupMainDiv > * {
margin: 0px; margin: 0px;

View File

@ -198,7 +198,7 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
} }
//end sidebox //end sidebox
//not et2-select should also have rounded corners //normal select should also have rounded corners
select{ select{
border-radius: var(--sl-border-radius-medium); border-radius: var(--sl-border-radius-medium);
} }

View File

@ -3217,6 +3217,7 @@ div#popupMainDiv {
padding: 8px; padding: 8px;
background-color: #FFFFFF; background-color: #FFFFFF;
background-repeat: repeat-x; background-repeat: repeat-x;
overflow: auto;
} }
div#popupMainDiv > * { div#popupMainDiv > * {
margin: 0px; margin: 0px;

View File

@ -3196,6 +3196,7 @@ div#popupMainDiv {
padding: 8px; padding: 8px;
background-color: #FFFFFF; background-color: #FFFFFF;
background-repeat: repeat-x; background-repeat: repeat-x;
overflow: auto;
} }
div#popupMainDiv > * { div#popupMainDiv > * {
margin: 0px; margin: 0px;

View File

@ -3207,6 +3207,7 @@ div#popupMainDiv {
padding: 8px; padding: 8px;
background-color: #FFFFFF; background-color: #FFFFFF;
background-repeat: repeat-x; background-repeat: repeat-x;
overflow: auto;
} }
div#popupMainDiv > * { div#popupMainDiv > * {
margin: 0px; margin: 0px;
@ -4312,8 +4313,9 @@ body.scrollVertical {
font-size: 120%; font-size: 120%;
} }
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select {
width: 70% !important; width: auto;
margin-left: 10px; margin-left: 10px;
margin-right: 10px;
} }
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) {
border-radius: 50%; border-radius: 50%;

View File

@ -24,6 +24,7 @@ div#popupMainDiv {
padding: 8px; padding: 8px;
background-color: @gray_0; background-color: @gray_0;
background-repeat: repeat-x; background-repeat: repeat-x;
overflow: auto;//If popup is not big enough make sure we can still reach bottom buttons
} }