diff --git a/modules/paybox/hookpayment.tpl b/modules/paybox/hookpayment.tpl index c798a50e..ff326a53 100755 --- a/modules/paybox/hookpayment.tpl +++ b/modules/paybox/hookpayment.tpl @@ -1,7 +1,7 @@

- {l s='Pay with Paybox' mod='paybox'} - {$pbx_text} + {$pbx_text} + {l s='Pay with Paybox' mod='paybox'}

diff --git a/modules/paypal/views/templates/hook/express_checkout_payment.tpl b/modules/paypal/views/templates/hook/express_checkout_payment.tpl index 99d8ff95..3a6b10ef 100755 --- a/modules/paypal/views/templates/hook/express_checkout_payment.tpl +++ b/modules/paypal/views/templates/hook/express_checkout_payment.tpl @@ -54,15 +54,15 @@ {else}

+ {$PayPal_content.payment_choice} {if isset($use_mobile) && $use_mobile} - + {else} {if isset($logos.LocalPayPalHorizontalSolutionPP) && $PayPal_payment_method == $PayPal_integral} - {$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'} + {$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'} {else} - {$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'} + {$PayPal_content.payment_choice|escape:'htmlall':'UTF-8'} {/if} - {$PayPal_content.payment_choice} {/if} diff --git a/themes/site/css/style.css b/themes/site/css/style.css index 3a9d7e15..1d5813c5 100755 --- a/themes/site/css/style.css +++ b/themes/site/css/style.css @@ -3321,11 +3321,34 @@ table.std tfoot tr.cart_total_price.endline td, #block-order-detail tr.endline t margin-right: 20px; float: none !important; } + #order #center_column #HOOK_PAYMENT p.payment_module, #order #center_column #HOOK_PAYMENT div.payment_module { - background: #e2e2e1; - margin: 15px 0; - overflow: auto; + background: #fff; + float: left; + height: 250px; + margin-bottom: 30px; + margin-right: 15px; + text-align: center; + width: 335px; + border: 15px solid transparent; + -moz-border-image: -moz-linear-gradient(top, #e1e3e2 0%, #f3f3f3 100%); + -webkit-border-image: -webkit-linear-gradient(top, #e1e3e2 0%, #f3f3f3 100%); + border-image: linear-gradient(to bottom, #e1e3e2 0%, #f3f3f3 100%); + border-image-slice: 1; } + .title_payment { + font-family: georgia,times new roman,serif; + display: block; + font-size: 18px; + border-bottom: 4px double #e9e5e6; + text-align: center; + margin: 20px; + font-style: italic; + color: #222; + padding-bottom: 20px; + } + #order #center_column #HOOK_PAYMENT p a:hover { text-decoration: none;} + #order #center_column #HOOK_PAYMENT p.payment_module:hover, #order #center_column #HOOK_PAYMENT div.payment_module:hover { background: #ffffff;