mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-20 14:52:00 +02:00
Initial commit: Technical packages
This commit is contained in:
commit
3473fa71a0
873 changed files with 297766 additions and 0 deletions
78
odoo-bringout-oca-ocb-note/note/static/src/scss/note.scss
Normal file
78
odoo-bringout-oca-ocb-note/note/static/src/scss/note.scss
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
|
||||
.o_kanban_group .note_text_line_through {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.o_note_form_view {
|
||||
.o_form_sheet_bg {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
.o_form_statusbar {
|
||||
margin: 0;
|
||||
}
|
||||
.o_form_sheet {
|
||||
margin: 0;
|
||||
border: none;
|
||||
flex: 1;
|
||||
box-shadow: none;
|
||||
padding: 0;
|
||||
max-width: 100%;
|
||||
.oe_pad {
|
||||
flex: 1;
|
||||
margin-bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.oe_pad_content {
|
||||
border: none;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.note-editable {
|
||||
border: none;
|
||||
padding: $o-sheet-vpadding $o-horizontal-padding 10px !important;
|
||||
min-height: 300px;
|
||||
}
|
||||
}
|
||||
.o_field_widget[name="memo"] {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-height: 200px;
|
||||
height: 100%
|
||||
}
|
||||
&.o_form_readonly {
|
||||
.oe_memo {
|
||||
padding: $o-sheet-vpadding $o-horizontal-padding;
|
||||
}
|
||||
}
|
||||
|
||||
.oe_memo {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
// Quick create notes from systray
|
||||
.o_note.o_ActivityMenuView_activityGroup {
|
||||
.o_ActivityMenuView_activityGroupInfo {
|
||||
.o_ActivityMenuView_activityGroupTitle {
|
||||
.o_ActivityMenuView_activityGroupName {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
}
|
||||
.o_note_input_box {
|
||||
display: flex;
|
||||
p {
|
||||
flex: 1 1 auto;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
.o_note_save {
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.o_note_input {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue