From 322b924a138967f2f6f007febf304e52350af097 Mon Sep 17 00:00:00 2001 From: Kersten Jeremy Date: Wed, 5 Mar 2014 17:16:47 +0100 Subject: [PATCH] [IMP] Custom the payment_acquirer html field in css of its own module and not in web/base.saas bzr revid: jke@openerp.com-20140305161647-s27kplpnjg1usikg --- addons/portal/static/src/css/portal.css | 10 ++++++++-- addons/portal_sale/portal_sale_view.xml | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/addons/portal/static/src/css/portal.css b/addons/portal/static/src/css/portal.css index e32f3b0e639..5157b1a8027 100644 --- a/addons/portal/static/src/css/portal.css +++ b/addons/portal/static/src/css/portal.css @@ -6,12 +6,18 @@ z-index: 0; } + +.openerp .oe_form .oe_form_embedded_html.view_portal_payment_options { + overflow: visible; +} + .openerp .payment_acquirers { - margin: -40px 0 -32px -24px; position: relative; padding: 10px 15px; right: -125px; /* improved margin according bootstrap3 */ - + width: 650px; + margin-left: 80px; + background: #729FCF; background-image: -webkit-gradient(linear, left top, left bottom, from(#729FCF), to(#3465A4)); background-image: -webkit-linear-gradient(top, #729FCF, #3465A4); diff --git a/addons/portal_sale/portal_sale_view.xml b/addons/portal_sale/portal_sale_view.xml index ac56cc9ddfc..772e01af100 100644 --- a/addons/portal_sale/portal_sale_view.xml +++ b/addons/portal_sale/portal_sale_view.xml @@ -9,7 +9,7 @@ - + @@ -19,7 +19,7 @@ - +