From 735dd0811c110740cedf55f8df1c21a75f9a697b Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Sun, 28 Dec 2014 22:14:39 +0000 Subject: [PATCH] changed credit card/paypal logs from offical ones to font very good ones upgraded fontamerican to 4.2 --- services/web/app/views/layout.jade | 2 +- services/web/app/views/subscriptions/new.jade | 8 ++++++-- services/web/public/stylesheets/app/plans.less | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/services/web/app/views/layout.jade b/services/web/app/views/layout.jade index 8e82cefa25..3d17e9b1a1 100644 --- a/services/web/app/views/layout.jade +++ b/services/web/app/views/layout.jade @@ -14,7 +14,7 @@ html(itemscope, itemtype='http://schema.org/Product') link(rel="icon", href="/favicon.ico") link(rel='stylesheet', href='/stylesheets/style.css?fingerprint='+fingerprint('/stylesheets/style.css')) - link(href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css",rel="stylesheet") + link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet") if settings.i18n.subdomainLang each subdomainDetails in settings.i18n.subdomainLang diff --git a/services/web/app/views/subscriptions/new.jade b/services/web/app/views/subscriptions/new.jade index 74c094bf90..65265e15a1 100644 --- a/services/web/app/views/subscriptions/new.jade +++ b/services/web/app/views/subscriptions/new.jade @@ -52,11 +52,15 @@ block content .col-md-6 label.radio-inline input.paymentTypeOption(type="radio",value="credit_card", ng-model="paymentMethod") - img(src="/recurly/images/credit_cards/visa_mastercard.png") + i.fa.fa-cc-mastercard.fa-3x + span   + i.fa.fa-cc-visa.fa-3x .col-md-6 label.radio-inline input.paymentTypeOption(type="radio", value="paypal", ng-model="paymentMethod") - img(src="/recurly/images/paypal_large.png") + i.fa.fa-cc-paypal.fa-3x + + .alert.alert-warning.small(ng-show="genericError") strong {{genericError}} diff --git a/services/web/public/stylesheets/app/plans.less b/services/web/public/stylesheets/app/plans.less index e74755a266..3f7d6c2fae 100644 --- a/services/web/public/stylesheets/app/plans.less +++ b/services/web/public/stylesheets/app/plans.less @@ -97,7 +97,7 @@ } input.paymentTypeOption.ng-valid { - margin-top: 10px; + margin-top: 15px; } .totalPrice {