mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG][ADD][IMP] web_searchbar_full_width: migrated module to odoo v12
This commit is contained in:
committed by
Ruchir Shukla
parent
bd3474228d
commit
9eefaf9f06
@@ -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%;
|
||||
}
|
||||
@@ -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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user