File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -1345,6 +1345,18 @@ label[for] {
1345
1345
margin : 10px 0 ;
1346
1346
}
1347
1347
1348
+ .cta.arrow {
1349
+ height : auto ;
1350
+ & ::after {
1351
+ content : " →" / " " ;
1352
+ }
1353
+ & :dir (rtl ) {
1354
+ & ::after {
1355
+ content : " ←" / " " ;
1356
+ }
1357
+ }
1358
+ }
1359
+
1348
1360
.callout-right {
1349
1361
@include respond-min (768px ) {
1350
1362
float : right ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h1>{% translate "Contact the Django Software Foundation" %}</h1>
29
29
< a href ="https://forum.djangoproject.com "> Django Forum</ a > .
30
30
{% endblocktranslate %}
31
31
</ p >
32
- < form action =". " method ="post " accept-charset ="utf-8 " class =" form-input " >
32
+ < form action =". " method ="post " accept-charset ="utf-8 ">
33
33
{% csrf_token %}
34
34
< div >
35
35
{{ form.name.as_field_group }}
@@ -44,6 +44,8 @@ <h1>{% translate "Contact the Django Software Foundation" %}</h1>
44
44
{{ form.body.as_field_group }}
45
45
</ div >
46
46
{{ form.captcha }}
47
- < p class ="submit "> < input type ="submit " class ="cta " value ="{% translate "Send → " %}"> </ p >
47
+ < p class ="submit ">
48
+ < button type ="submit " class ="cta arrow "> {% translate "Send" %}</ button >
49
+ </ p >
48
50
</ form >
49
51
{% endblock %}
You can’t perform that action at this time.
0 commit comments