mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-24 11:52:05 +02:00
34 lines
792 B
SCSS
34 lines
792 B
SCSS
/* Form View
|
|
**********************************************************/
|
|
.o_calendar_event_form_view {
|
|
.o_calendar_form_status_selection_badge {
|
|
> div {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.o_selection_badge {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Quick-Edit Form View
|
|
**********************************************************/
|
|
|
|
.modal-dialog:has(.o_calendar_event_form_quick_create) {
|
|
--modal-width: 490px;
|
|
}
|
|
|
|
.o_calendar_event_form_quick_create {
|
|
.o_form_nosheet {
|
|
padding: 0;
|
|
> div {
|
|
margin-top: 0.5rem;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
i.fa {
|
|
text-align: center;
|
|
min-width: 2rem;
|
|
}
|
|
}
|