Payment form fixes.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 16 Jun 2020 15:46:46 +0000 (17:46 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000 (14:15 +0200)
src/club/templates/club/membership_form.html
src/club/templates/club/payment/payu-re.html
src/club/templates/club/payment/payu.html
src/wolnelektury/templates/base/superbase.html

index 36cd052..36dcb66 100644 (file)
@@ -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;}
index b81c3aa..781577c 100644 (file)
@@ -1,4 +1,7 @@
 {% load static %}
+<span style="vertical-align: bottom; padding-right: 5px; font-size: 12px">
+  Bezpieczne wpłaty
+</span>
 <img src="{% static 'club/payu/payu.png' %}">
 <img src="{% static 'club/visa-100.png' %}">
 <img src="{% static 'club/mastercard.png' %}">
index e500424..634f017 100644 (file)
@@ -1,4 +1,7 @@
 {% load static %}
+<span style="vertical-align: bottom; padding-right: 5px; font-size: 12px;">
+  Bezpieczne wpłaty
+</span>
 <img src="{% static 'club/payu/payu.png' %}">
 <img src="{% static 'club/payu/blik.png' %}">
 <img src="{% static 'club/visa-100.png' %}">
index 33344bd..13cf50d 100644 (file)
                   <li{% if active_menu_item == 'audiobooks' %} class="active"{% endif %}>
                     <a href="{% url 'audiobook_list' %}">{% trans "Audiobooks" %}</a>
                   </li>
-                  {% url 'subscribe' as u %}
-                  <li{% if request.path == u %} class="active"{% endif %}>
-                    <a href="{{ u }}">
-                      {% trans "Newsletter" %}
-                    </a>
+                  <li{% if active_menu_item == 'all_works' %} class="active"{% endif %}>
+                    <a href="{% url 'catalogue' %}">{% trans "All works" %}</a>
                   </li>
                 </ul>
               </nav>