SAAS-1025: Restyle the billing page

Changed pricing grid header
Added paypal and 2checkout badges
This commit is contained in:
drigato 2015-08-26 10:26:03 -04:00
parent 9951abd897
commit 7e1fe030fe
2 changed files with 10 additions and 6 deletions

View File

@ -408,6 +408,10 @@ echo($currentProduct["name"]);
<div id="paymentmethod"> <div id="paymentmethod">
<?php echo $form->paymentmethod ?> <?php echo $form->paymentmethod ?>
</div> </div>
<!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0"><tr><td></td></tr><tr><td align="center"><img src="https://www.paypalobjects.com/webstatic/en_CA/mktg/logo-image/bdg_secured_by_pp_2line.png" border="0" alt="Secured by PayPal"></td></tr></table><!-- PayPal Logo -->
<div>
<img src="https://www.2checkout.com/upload/images/paymentlogoshorizontal.png" alt="2Checkout.com is a worldwide leader in online payment services" />
</div>
<div class="clearfix"></div> <div class="clearfix"></div>
<div id="total_box"> <div id="total_box">

View File

@ -60,7 +60,7 @@
table-layout: fixed; table-layout: fixed;
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
box-shadow: 0px 5px 5px rgba(0,0,0,0.5); /*box-shadow: 0px 5px 5px rgba(0,0,0,0.5);*/
color: #000; color: #000;
} }
@ -99,13 +99,13 @@
.pricing-grid th .pricing-grid th
{ {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border: 0px; border: 0px;
color: #CDCDCD; color: #CDCDCD;
background-color:#ff5d1a; background-color:#5E5E5E;
background: -moz-linear-gradient(top, #dd4202 0, #ff5d1a 100%); background: #5E5E5E;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd4202), color-stop(100%, #ff5d1a)); border-top: 1px solid #9d9d9d;
/*background: -moz-linear-gradient(top, #dd4202 0, #ff5d1a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dd4202), color-stop(100%, #ff5d1a));*/
} }