|
@@ -44,11 +44,11 @@
|
|
|
<ul class="fields">
|
|
|
{% for field in form %}
|
|
|
{% if field.name == 'file' %}
|
|
|
- {% include "wagtailimages/images/_file_field_as_li.html" with li_classes="label-above label-uppercase" %}
|
|
|
+ {% include "wagtailimages/images/_file_field_as_li.html" with li_classes="label-above" %}
|
|
|
{% elif field.is_hidden %}
|
|
|
{{ field }}
|
|
|
{% else %}
|
|
|
- {% include "wagtailadmin/shared/field_as_li.html" with li_classes="label-above label-uppercase" %}
|
|
|
+ {% include "wagtailadmin/shared/field_as_li.html" with li_classes="label-above" %}
|
|
|
{% endif %}
|
|
|
{% endfor %}
|
|
|
</ul>
|
|
@@ -81,7 +81,7 @@
|
|
|
|
|
|
<div class="row">
|
|
|
<div class="col8 divider-after">
|
|
|
- <h2 class="label no-float w-uppercase">{% trans "Focal point" %} <span class="w-font-normal">{% trans "(optional)" %}</span></h2>
|
|
|
+ <h2 class="label no-float">{% trans "Focal point" %} <span class="w-font-normal">{% trans "(optional)" %}</span></h2>
|
|
|
<p>{% trans "To define this image's most important region, drag a box over the image above." %} {% if image.has_focal_point %}({% trans "Current focal point shown" %}){% endif %}</p>
|
|
|
|
|
|
<button class="button button-secondary no remove-focal-point" type="button">{% trans "Remove focal area" %}</button>
|