Calendar: Remove static sizing, spacing & padding on edit dialog actions selectbox

This commit is contained in:
nathan 2022-02-18 14:03:21 -07:00
parent 9079f97d7e
commit e3bcd06e77
4 changed files with 6 additions and 48 deletions

View File

@ -1441,12 +1441,6 @@ Hide subsequent headers in week view with non-consolidated owners
right: 0px;
}
#calendar-edit_action {
width: 10em;
padding-left: 10px;
margin-left: 5px;
}
#calendar-list_undelete_popup, #calendar-list_delete_popup {
display: none;
}

View File

@ -104,12 +104,12 @@
margin-bottom: 10px;
}
#calendar-sidebox_cat_id ~ * {
vertical-align: top;
display: inline-block;
background-color: transparent;
background-image: url(../../../node_modules/jquery-ui-themes/themes/redmond/images/ui-icons_469bdd_256x240.png);
border: none;
box-shadow: none;
vertical-align: top;
display: inline-block;
background-color: transparent;
background-image: url(../../../api/js/jquery/jquery-ui/themes/themes/redmond/images/ui-icons_469bdd_256x240.png);
border: none;
box-shadow: none;
}
#calendar-sidebox_buttons tbody {
width: 100%;
@ -1416,11 +1416,6 @@ Hide subsequent headers in week view with non-consolidated owners
bottom: 0px;
right: 0px;
}
#calendar-edit_action {
width: 10em;
padding-left: 10px;
margin-left: 5px;
}
#calendar-list_undelete_popup,
#calendar-list_delete_popup {
display: none;
@ -2071,12 +2066,6 @@ div.calendar {
#calendar-edit tr.dialogFooterToolbar label.et2_label {
top: 0px !important;
}
#calendar-edit #calendar-edit_action {
margin-left: 5px;
padding-left: 10px;
width: 10em;
padding: 3px 0 5px 10px;
}
#calendar-edit #calendar-edit_recur_enddate input.et2_date {
margin: 0px -1px;
}

View File

@ -1404,11 +1404,6 @@ Hide subsequent headers in week view with non-consolidated owners
bottom: 0px;
right: 0px;
}
#calendar-edit_action {
width: 10em;
padding-left: 10px;
margin-left: 5px;
}
#calendar-list_undelete_popup,
#calendar-list_delete_popup {
display: none;
@ -2059,12 +2054,6 @@ div.calendar {
#calendar-edit tr.dialogFooterToolbar label.et2_label {
top: 0px !important;
}
#calendar-edit #calendar-edit_action {
margin-left: 5px;
padding-left: 10px;
width: 10em;
padding: 3px 0 5px 10px;
}
#calendar-edit #calendar-edit_recur_enddate input.et2_date {
margin: 0px -1px;
}

View File

@ -15,9 +15,6 @@
@import (reference) "../../../pixelegg/less/definitions.less";
@import (less) "../default/app.css";
/*generell*/
// makes svg visible
@ -550,17 +547,6 @@ div.calendar { position: relative; }
label.et2_label {top: 0px !important;}
}
// actions
#calendar-edit_action {
margin-left: 5px;
padding-left: 10px;
width: 10em;
padding: 3px 0 5px 10px;
}
#calendar-edit_recur_enddate input.et2_date {margin: 0px -1px;}
}