41 lines
709 B
SCSS
41 lines
709 B
SCSS
.o_data_row .w-100 {
|
|
width: 40px !important;
|
|
height: 40px !important;
|
|
//display: block !important;
|
|
}
|
|
|
|
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) {
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.o_list_record_selector {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.img-fluid {
|
|
max-width: unset !important;
|
|
width: 40px;
|
|
}
|
|
|
|
.o_inner_group .img-fluid {
|
|
width: 133px !important;
|
|
height: 133px !important;
|
|
}
|
|
|
|
.o_search_panel.account_root {
|
|
flex: unset !important;
|
|
}
|
|
|
|
.multi-line {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
> label.o_form_label {
|
|
width: 52px;
|
|
}
|
|
> span {
|
|
flex: 1;
|
|
}
|
|
> div {
|
|
flex: 2
|
|
}
|
|
} |