fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
590be20
)
Payment form fixes.
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 16 Jun 2020 15:46:46 +0000
(17:46 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000
(14:15 +0200)
src/club/templates/club/membership_form.html
patch
|
blob
|
history
src/club/templates/club/payment/payu-re.html
patch
|
blob
|
history
src/club/templates/club/payment/payu.html
patch
|
blob
|
history
src/wolnelektury/templates/base/superbase.html
patch
|
blob
|
history
diff --git
a/src/club/templates/club/membership_form.html
b/src/club/templates/club/membership_form.html
index
36cd052
..
36dcb66
100644
(file)
--- 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;
}
.methods img {
height: 30px;
-margin-right:
10
px;
+margin-right:
5
px;
vertical-align: middle;
}
.payment-method.disabled {
vertical-align: middle;
}
.payment-method.disabled {
@@
-43,10
+43,11
@@
vertical-align: middle;
border: 1px solid black;
background: none;
cursor: pointer;
border: 1px solid black;
background: none;
cursor: pointer;
- padding:
10px
0;
+ padding: 0;
margin-right: 3%;
margin-bottom: 10px;
line-height: 3em;
margin-right: 3%;
margin-bottom: 10px;
line-height: 3em;
+ font-size: 20px;
}
.plan-toggle {
width: 46.5%;
}
.plan-toggle {
width: 46.5%;
@@
-80,8
+81,7
@@
vertical-align: middle;
}
.kwota.active, .plan-toggle.active {
}
.kwota.active, .plan-toggle.active {
- background: black;
- color: white;
+ background: #b2ce1f;
}
.inna input {display: none;}
.inna.active input {display: inline;}
}
.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
b81c3aa
..
781577c
100644
(file)
--- a/
src/club/templates/club/payment/payu-re.html
+++ b/
src/club/templates/club/payment/payu-re.html
@@
-1,4
+1,7
@@
{% load static %}
{% 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' %}">
<img src="{% static 'club/payu/payu.png' %}">
<img src="{% static 'club/visa-100.png' %}">
<img src="{% static 'club/mastercard.png' %}">
diff --git
a/src/club/templates/club/payment/payu.html
b/src/club/templates/club/payment/payu.html
index
e500424
..
634f017
100644
(file)
--- a/
src/club/templates/club/payment/payu.html
+++ b/
src/club/templates/club/payment/payu.html
@@
-1,4
+1,7
@@
{% load static %}
{% 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' %}">
<img src="{% static 'club/payu/payu.png' %}">
<img src="{% static 'club/payu/blik.png' %}">
<img src="{% static 'club/visa-100.png' %}">
diff --git
a/src/wolnelektury/templates/base/superbase.html
b/src/wolnelektury/templates/base/superbase.html
index
33344bd
..
13cf50d
100644
(file)
--- a/
src/wolnelektury/templates/base/superbase.html
+++ b/
src/wolnelektury/templates/base/superbase.html
@@
-120,11
+120,8
@@
<li{% if active_menu_item == 'audiobooks' %} class="active"{% endif %}>
<a href="{% url 'audiobook_list' %}">{% trans "Audiobooks" %}</a>
</li>
<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>
</li>
</ul>
</nav>