From 1278b01bad70733dcd9ac658214e8ccbb5a7c247 Mon Sep 17 00:00:00 2001 From: PCoder Date: Mon, 31 Jul 2017 02:05:28 +0530 Subject: [PATCH] Added the missing class to show the outline. Also added some margin to fit perfectly. --- hosting/static/hosting/css/landing-page.css | 6 +++++- hosting/templates/hosting/payment.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index a7d69094..c2f4ea40 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -538,6 +538,10 @@ a.unlink:hover { padding: 5px; } +.card-warning-addtional-margin { + margin-top: 15px; +} + .stripe-payment-btn { outline: none; width: auto; @@ -718,4 +722,4 @@ a.unlink:hover { .footer-light a:hover, .footer-light a:focus, .footer-light a:active { color: #ddd; -} \ No newline at end of file +} diff --git a/hosting/templates/hosting/payment.html b/hosting/templates/hosting/payment.html index d03713c1..237dffd1 100644 --- a/hosting/templates/hosting/payment.html +++ b/hosting/templates/hosting/payment.html @@ -86,7 +86,7 @@
-

+

{% blocktrans %} You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page.