[MIG][ADD][IMP] web_searchbar_full_width: migrated module to odoo v12

This commit is contained in:
Krushndevsinh Jadeja
2019-03-16 15:11:41 +05:30
committed by Ruchir Shukla
parent bd3474228d
commit 9eefaf9f06
10 changed files with 540 additions and 40 deletions

View File

@@ -1,16 +0,0 @@
.o_control_panel .breadcrumb {
width: 100%;
margin-bottom: 5px;
}
.o_control_panel .o_cp_searchview {
width: 100%;
}
.o_control_panel .o_cp_left {
width: 45%;
}
.o_control_panel .o_cp_right {
width: 55%;
}

View File

@@ -0,0 +1,18 @@
.o_control_panel {
.breadcrumb {
width: 100%;
margin-bottom: 5px;
}
.o_cp_searchview {
width: 100%;
}
.o_cp_left {
width: 45%;
}
.o_cp_right {
width: 55%;
}
}