Skip to content

Commit

Permalink
Merge pull request OCA#549 from bud-e/10.0_web_searchbar_full_width
Browse files Browse the repository at this point in the history
[10.0-MIG] web_searchbar_full_width for v10.0
  • Loading branch information
pedrobaeza authored Feb 12, 2017
2 parents 2f46ba9 + b492740 commit 2a9c911
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions web_searchbar_full_width/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -33,5 +33,5 @@
"data": [
'views/templates.xml',
],
'installable': False,
'installable': True,
}
Original file line number Diff line number Diff line change
@@ -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%;
}

0 comments on commit 2a9c911

Please sign in to comment.