mirror of https://github.com/OCA/web.git
[10.0-MIG] web_searchbar_full_width for v10.0
parent
65a8b211c2
commit
34feda51c7
|
@ -20,7 +20,7 @@
|
|||
##############################################################################
|
||||
{
|
||||
"name": "Full width searchbar",
|
||||
"version": "9.0.1.0.0",
|
||||
"version": "10.0.1.0.0",
|
||||
"author": "Therp BV, "
|
||||
"Odoo Community Association (OCA), "
|
||||
"Siddharth Bhalgami",
|
|
@ -1,8 +1,16 @@
|
|||
.openerp .oe-control-panel .oe-cp-title {
|
||||
.o_control_panel .breadcrumb {
|
||||
width: 100%;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.o_control_panel .o_cp_searchview {
|
||||
width: 100%;
|
||||
}
|
||||
.openerp .oe-control-panel .oe-cp-search-view {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 3px;
|
||||
width: 100%;
|
||||
|
||||
.o_control_panel .o_cp_left {
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.o_control_panel .o_cp_right {
|
||||
width: 55%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue