From ae7d3570e012528e56af74b91e7ad120df0cb2cc Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 16 Jun 2020 17:46:46 +0200 Subject: [PATCH] Payment form fixes. --- src/club/templates/club/membership_form.html | 8 ++++---- src/club/templates/club/payment/payu-re.html | 3 +++ src/club/templates/club/payment/payu.html | 3 +++ src/wolnelektury/templates/base/superbase.html | 7 ++----- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/club/templates/club/membership_form.html b/src/club/templates/club/membership_form.html index 36cd0528a..36dcb6693 100644 --- a/src/club/templates/club/membership_form.html +++ b/src/club/templates/club/membership_form.html @@ -26,7 +26,7 @@ padding: 0 5px; } .methods img { height: 30px; -margin-right: 10px; +margin-right: 5px; vertical-align: middle; } .payment-method.disabled { @@ -43,10 +43,11 @@ vertical-align: middle; border: 1px solid black; background: none; cursor: pointer; - padding: 10px 0; + padding: 0; margin-right: 3%; margin-bottom: 10px; line-height: 3em; + font-size: 20px; } .plan-toggle { width: 46.5%; @@ -80,8 +81,7 @@ vertical-align: middle; } .kwota.active, .plan-toggle.active { - background: black; - color: white; + background: #b2ce1f; } .inna input {display: none;} .inna.active input {display: inline;} diff --git a/src/club/templates/club/payment/payu-re.html b/src/club/templates/club/payment/payu-re.html index b81c3aad5..781577c69 100644 --- a/src/club/templates/club/payment/payu-re.html +++ b/src/club/templates/club/payment/payu-re.html @@ -1,4 +1,7 @@ {% load static %} + + Bezpieczne wpłaty + diff --git a/src/club/templates/club/payment/payu.html b/src/club/templates/club/payment/payu.html index e500424ab..634f01704 100644 --- a/src/club/templates/club/payment/payu.html +++ b/src/club/templates/club/payment/payu.html @@ -1,4 +1,7 @@ {% load static %} + + Bezpieczne wpłaty + diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index 33344bd52..13cf50d52 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -120,11 +120,8 @@ {% trans "Audiobooks" %} - {% url 'subscribe' as u %} - - - {% trans "Newsletter" %} - + + {% trans "All works" %} -- 2.20.1