|
|
@ -1,4 +1,4 @@ |
|
|
|
.icon{ |
|
|
|
.icon { |
|
|
|
background-color: #F8F8F8; |
|
|
|
border-radius: 50%; |
|
|
|
width: 55px; |
|
|
@ -9,17 +9,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
.o-mail-Form-chatter { |
|
|
|
width: 80px !important; |
|
|
|
height: calc(100vh - 35px); |
|
|
|
background-color: white; |
|
|
|
position: fixed; |
|
|
|
top: 35px; |
|
|
|
right: 0; |
|
|
|
align-items: flex-start; |
|
|
|
justify-content: center; |
|
|
|
width: 80px !important; |
|
|
|
height: calc(100vh - 35px); |
|
|
|
background-color: white; |
|
|
|
right: 0; |
|
|
|
align-items: flex-start; |
|
|
|
justify-content: center; |
|
|
|
position: absolute; |
|
|
|
} |
|
|
|
|
|
|
|
@media screen and (max-width: 767.98px){ |
|
|
|
@media screen and (max-width: 767.98px) { |
|
|
|
.o-mail-Form-chatter { |
|
|
|
width: 100% !important; |
|
|
|
height: unset; |
|
|
@ -29,15 +28,15 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.chatter-remove-position{ |
|
|
|
.chatter-remove-position { |
|
|
|
position: relative !important; |
|
|
|
} |
|
|
|
|
|
|
|
.o_form_sheet_bg{ |
|
|
|
.o_form_sheet_bg { |
|
|
|
width: calc(100vw - 80px); |
|
|
|
} |
|
|
|
|
|
|
|
.o_ChatterContainer{ |
|
|
|
.o_ChatterContainer { |
|
|
|
display: grid; |
|
|
|
justify-content: center; |
|
|
|
padding-bottom: 80px; |
|
|
@ -46,45 +45,56 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.hide { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
.icon:hover + .hide { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
|
|
|
|
.o_form_editable { |
|
|
|
flex-direction: row!important; |
|
|
|
flex-direction: row !important; |
|
|
|
} |
|
|
|
|
|
|
|
@media(max-width:768px){ |
|
|
|
@media (max-width: 768px) { |
|
|
|
.o_form_editable { |
|
|
|
flex-direction: column!important; |
|
|
|
flex-direction: column !important; |
|
|
|
} |
|
|
|
.o-mail-Form-chatter:not(.o-aside):not(.o-full-width) .o_ChatterContainer { |
|
|
|
|
|
|
|
.o-mail-Form-chatter:not(.o-aside):not(.o-full-width) .o_ChatterContainer { |
|
|
|
display: flex; |
|
|
|
margin-top: 22px; |
|
|
|
padding-bottom: initial; |
|
|
|
} |
|
|
|
|
|
|
|
.icon { |
|
|
|
margin-left: 48px; |
|
|
|
width: 457px; |
|
|
|
} |
|
|
|
|
|
|
|
.hide { |
|
|
|
margin-top: 62px; |
|
|
|
margin-left: -53px; |
|
|
|
} |
|
|
|
.chatter-remove-position .o_ChatterContainer{ |
|
|
|
|
|
|
|
.chatter-remove-position .o_ChatterContainer { |
|
|
|
display: unset !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.o_form_statusbar{ |
|
|
|
|
|
|
|
.o_form_statusbar { |
|
|
|
width: calc(100vw - 120px); |
|
|
|
} |
|
|
|
.o_form_view .o_form_sheet_bg{ |
|
|
|
|
|
|
|
.o_form_view .o_form_sheet_bg { |
|
|
|
max-width: unset !important; |
|
|
|
} |
|
|
|
.o_form_sheet{ |
|
|
|
|
|
|
|
.o_form_sheet { |
|
|
|
margin: 1rem auto !important; |
|
|
|
max-width: 1543px; |
|
|
|
} |
|
|
|
|
|
|
|
.o_form_view .o_form_renderer { |
|
|
|
position: relative; |
|
|
|
} |