diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index a7d69094..d186aa04 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -225,7 +225,7 @@ h6 { } .auth-bg { - background: url(../img/auth-bg.jpg); + background: url(../img/auth-bg-sm.jpg); position: fixed; left: 0; top: 0; @@ -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/static/hosting/img/auth-bg-sm.jpg b/hosting/static/hosting/img/auth-bg-sm.jpg new file mode 100644 index 00000000..f3188480 Binary files /dev/null and b/hosting/static/hosting/img/auth-bg-sm.jpg differ 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.