From e0b4de6dcc07961e5136c039ca2ff970eeeac60b Mon Sep 17 00:00:00 2001 From: Siddharth Bhalgami Date: Sat, 4 Feb 2017 16:17:52 +0530 Subject: [PATCH] [10.0-MIG] web_searchbar_full_width for v10.0 --- .../{__openerp__.py => __manifest__.py} | 2 +- .../static/src/css/web_searchbar_full_width.css | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) rename web_searchbar_full_width/{__openerp__.py => __manifest__.py} (97%) diff --git a/web_searchbar_full_width/__openerp__.py b/web_searchbar_full_width/__manifest__.py similarity index 97% rename from web_searchbar_full_width/__openerp__.py rename to web_searchbar_full_width/__manifest__.py index 76c9a7fb..2ffc4026 100644 --- a/web_searchbar_full_width/__openerp__.py +++ b/web_searchbar_full_width/__manifest__.py @@ -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", diff --git a/web_searchbar_full_width/static/src/css/web_searchbar_full_width.css b/web_searchbar_full_width/static/src/css/web_searchbar_full_width.css index f09caad6..b65b9928 100644 --- a/web_searchbar_full_width/static/src/css/web_searchbar_full_width.css +++ b/web_searchbar_full_width/static/src/css/web_searchbar_full_width.css @@ -1,8 +1,16 @@ -.openerp .oe-control-panel .oe-cp-title { +.o_control_panel .breadcrumb { width: 100%; + margin-bottom: 5px; } -.openerp .oe-control-panel .oe-cp-search-view { - padding-top: 0px; - padding-bottom: 3px; + +.o_control_panel .o_cp_searchview { width: 100%; } + +.o_control_panel .o_cp_left { + width: 45%; +} + +.o_control_panel .o_cp_right { + width: 55%; +}