Merge branch 'paypal' into develop
This commit is contained in:
commit
688ba3bb8c
@ -2841,8 +2841,34 @@ body#order #HOOK_PAYMENT{
|
||||
margin-top:20px;
|
||||
}
|
||||
body#order #HOOK_PAYMENT .payment_module{
|
||||
padding: 10px !important;
|
||||
padding: 10px !important;
|
||||
background: #fff;
|
||||
margin-bottom: 15px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
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;
|
||||
overflow: auto;
|
||||
height: auto;
|
||||
}
|
||||
body#order #HOOK_PAYMENT p a span.title_payment {
|
||||
font-family: georgia,times new roman,serif;
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
border-bottom: 4px double #e9e5e6;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
color: #222;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
font-weight: normal;
|
||||
}
|
||||
#order #center_column #HOOK_PAYMENT p a:hover { text-decoration: none;}
|
||||
|
||||
body#order #HOOK_PAYMENT p{
|
||||
clear: both;
|
||||
color: #e36ea2;
|
||||
|
Loading…
Reference in New Issue
Block a user