[IMP] big inputs on forms in edit mode

This commit is contained in:
Sergey Shebanin
2021-11-24 17:15:03 +03:00
parent a9daa2aea7
commit 7441e79dc9
6 changed files with 219 additions and 55 deletions

View File

@@ -70,6 +70,7 @@
.o_cp_bottom_left {
float: left;
margin: 5px 0;
max-width: 80%;
}
.o_cp_bottom_right {
@@ -86,6 +87,10 @@
.o_cp_pager {
margin-bottom: 0;
}
.o_list_selection_box {
padding-left: 5px !important;
padding-right: 5px;
}
.o_cp_action_menus {
padding-right: 0;
@@ -165,6 +170,7 @@
align-items: center;
.o_searchview_input_container {
flex: 1 1 auto;
margin-left: 5px;
}
}
.o_searchview {