mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +01:00
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:
parent
ff0d36a3f1
commit
6b6dc0f8e0
@ -4548,7 +4548,7 @@ app.classes.mail = AppJS.extend(
|
||||
// Coming from tree
|
||||
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)
|
||||
|
@ -3214,6 +3214,7 @@ div#popupMainDiv {
|
||||
padding: 8px;
|
||||
background-color: #FFFFFF;
|
||||
background-repeat: repeat-x;
|
||||
overflow: auto;
|
||||
}
|
||||
div#popupMainDiv > * {
|
||||
margin: 0px;
|
||||
|
@ -198,7 +198,7 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
|
||||
}
|
||||
//end sidebox
|
||||
|
||||
//not et2-select should also have rounded corners
|
||||
//normal select should also have rounded corners
|
||||
select{
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
}
|
||||
|
@ -3217,6 +3217,7 @@ div#popupMainDiv {
|
||||
padding: 8px;
|
||||
background-color: #FFFFFF;
|
||||
background-repeat: repeat-x;
|
||||
overflow: auto;
|
||||
}
|
||||
div#popupMainDiv > * {
|
||||
margin: 0px;
|
||||
|
@ -3196,6 +3196,7 @@ div#popupMainDiv {
|
||||
padding: 8px;
|
||||
background-color: #FFFFFF;
|
||||
background-repeat: repeat-x;
|
||||
overflow: auto;
|
||||
}
|
||||
div#popupMainDiv > * {
|
||||
margin: 0px;
|
||||
|
@ -3207,6 +3207,7 @@ div#popupMainDiv {
|
||||
padding: 8px;
|
||||
background-color: #FFFFFF;
|
||||
background-repeat: repeat-x;
|
||||
overflow: auto;
|
||||
}
|
||||
div#popupMainDiv > * {
|
||||
margin: 0px;
|
||||
@ -4312,8 +4313,9 @@ body.scrollVertical {
|
||||
font-size: 120%;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select {
|
||||
width: 70% !important;
|
||||
width: auto;
|
||||
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) {
|
||||
border-radius: 50%;
|
||||
|
@ -24,6 +24,7 @@ div#popupMainDiv {
|
||||
padding: 8px;
|
||||
background-color: @gray_0;
|
||||
background-repeat: repeat-x;
|
||||
overflow: auto;//If popup is not big enough make sure we can still reach bottom buttons
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user