}
.methods img {
height: 30px;
-margin-right: 10px;
+margin-right: 5px;
vertical-align: middle;
}
.payment-method.disabled {
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%;
}
.kwota.active, .plan-toggle.active {
- background: black;
- color: white;
+ background: #b2ce1f;
}
.inna input {display: none;}
.inna.active input {display: inline;}
{% 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' %}">
{% 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' %}">
<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>