mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-26 05:12:04 +02:00
19.0 vanilla
This commit is contained in:
parent
5faf7397c5
commit
2696f14ed7
721 changed files with 220375 additions and 91221 deletions
|
|
@ -0,0 +1,34 @@
|
|||
/* 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue