From bfdd7f1f6041b67193aebd1dde82b07656b63af1 Mon Sep 17 00:00:00 2001 From: "kush.varade.19" Date: Wed, 24 Jun 2026 15:37:39 +0530 Subject: [PATCH 1/3] Font-size is handled for all the input text --- core/static/core/scss/base/general.scss | 2 +- core/static/core/scss/components/forms.scss | 2 +- core/static/core/scss/emlo-common.scss | 4 ++++ .../templates/person/component/issues_with_date.html | 12 +++--------- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/core/static/core/scss/base/general.scss b/core/static/core/scss/base/general.scss index 423f303d..25ee3978 100644 --- a/core/static/core/scss/base/general.scss +++ b/core/static/core/scss/base/general.scss @@ -231,7 +231,7 @@ input[type="radio"] { gap: $checkbox-gap; // 🟢 This adds space between box and label text margin-bottom: 0.5rem; margin-right: 0.5rem; - font-size: 0.95rem; + font-size: 15px; font-weight: 400; &::before { diff --git a/core/static/core/scss/components/forms.scss b/core/static/core/scss/components/forms.scss index 89f69d0f..6929f933 100644 --- a/core/static/core/scss/components/forms.scss +++ b/core/static/core/scss/components/forms.scss @@ -21,7 +21,7 @@ textarea { width: 100%; padding: $space-xxs; border: 1px solid $light-grey; - font-size: 13px; + font-size: 15px; color: $black; background-color: $white; transition: all 0.2s ease; diff --git a/core/static/core/scss/emlo-common.scss b/core/static/core/scss/emlo-common.scss index e64927c8..c8ce0a18 100644 --- a/core/static/core/scss/emlo-common.scss +++ b/core/static/core/scss/emlo-common.scss @@ -193,6 +193,10 @@ fieldset:has(#header_abstract) .choices-container .choice-item { } } +.is-range-div { + margin-top: 10px; +} + .issues-date-ct { display: flex; flex-direction: row; diff --git a/person/templates/person/component/issues_with_date.html b/person/templates/person/component/issues_with_date.html index 72ccc858..4a79d11c 100644 --- a/person/templates/person/component/issues_with_date.html +++ b/person/templates/person/component/issues_with_date.html @@ -3,21 +3,15 @@
{{ inferred }} - +
{{ uncertain }} - +
{{ approx }} - +
From 9c3d3e7dd0c0db3dc674534d89d763dbe33fc587 Mon Sep 17 00:00:00 2001 From: Anusha Ranganathan Date: Thu, 9 Jul 2026 11:46:02 +0530 Subject: [PATCH 2/3] Increase height of select to accommodate font --- core/static/core/scss/emlo-common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/static/core/scss/emlo-common.scss b/core/static/core/scss/emlo-common.scss index c8ce0a18..e87f86de 100644 --- a/core/static/core/scss/emlo-common.scss +++ b/core/static/core/scss/emlo-common.scss @@ -459,6 +459,7 @@ fieldset:has(#header_abstract) .choices-container .choice-item { position: relative; .sf-select { + height: 2.5em; border: 1px solid; padding: 0.5em; cursor: pointer; From a052d4a8594f251fc7c047d2d8f45dfe75646ea1 Mon Sep 17 00:00:00 2001 From: Anusha Ranganathan Date: Thu, 9 Jul 2026 17:14:03 +0530 Subject: [PATCH 3/3] Fix size of checkbox label and move help text outside the label --- .../core/component/create_update_recref.html | 2 +- core/templates/core/component/image_formset.html | 6 ++++-- work/templates/work/component/manif_form.html | 16 +++++++++------- .../templates/work/component/place_fieldset.html | 4 ++-- work/templates/work/corr_form.html | 8 ++++---- 5 files changed, 20 insertions(+), 16 deletions(-) diff --git a/core/templates/core/component/create_update_recref.html b/core/templates/core/component/create_update_recref.html index b6a4ee9a..95a08b69 100644 --- a/core/templates/core/component/create_update_recref.html +++ b/core/templates/core/component/create_update_recref.html @@ -60,4 +60,4 @@   (Enter yyyy, mm/yyyy, or dd/mm/yyyy) -{% endif %} \ No newline at end of file +{% endif %} diff --git a/core/templates/core/component/image_formset.html b/core/templates/core/component/image_formset.html index f04e381e..5d04c99c 100644 --- a/core/templates/core/component/image_formset.html +++ b/core/templates/core/component/image_formset.html @@ -95,7 +95,8 @@
{{ form.licence_url.errors }}{{ form.licence_url }}
- {% include "core/component/common_checkbox.html" with field=form.can_be_displayed name='Can be displayed to public If this box is not ticked, the image will not be displayed in the \'front-end\'.:' is_normal_size=True %} + {% include "core/component/common_checkbox.html" with field=form.can_be_displayed name='Can be displayed to public' is_normal_size=True %} + If this box is not ticked, the image will not be displayed in the 'front-end'.
{{ form.display_order.errors }}{{ form.display_order }} @@ -105,7 +106,8 @@
{% if not forloop.first %} - {% include "core/component/common_checkbox.html" with field=form.is_delete name='Delete image from manifestation Tick then click save to delete the connection between this manifestation and this image.:' is_normal_size=True %} + {% include "core/component/common_checkbox.html" with field=form.is_delete name='Delete image from manifestation' is_normal_size=True %} + Tick then click Save to remove this image from the manifestation. {% endif %} diff --git a/work/templates/work/component/manif_form.html b/work/templates/work/component/manif_form.html index 143fe766..816ded3e 100644 --- a/work/templates/work/component/manif_form.html +++ b/work/templates/work/component/manif_form.html @@ -164,19 +164,21 @@
Language of manifestation {{ manif_form.manifestation_is_translation }} - -
+
+ + It is not necessary to enter language of manifestation if they are the same as those of + the original work. +
{% include "core/component/lang_section.html" with lang_formset=edit_lang_formset new_lang_form=new_lang_form %}
Incipit and explicit + + It is not necessary to enter incipit and explicit of manifestation if they are the same as those of + the original work. +

diff --git a/work/templates/work/component/place_fieldset.html b/work/templates/work/component/place_fieldset.html index 598228d0..8f23792e 100644 --- a/work/templates/work/component/place_fieldset.html +++ b/work/templates/work/component/place_fieldset.html @@ -10,9 +10,9 @@ {% include "core/component/recref.html" with recref_type='location' id_field=selected_id label=cap_name|add:' (standard format):' placeholder='Please select or create '|add:name|add:'.' %} - {% include "core/component/common_checkbox.html" with field=inferred name=cap_name|add:' inferred' %} + {% include "core/component/common_checkbox.html" with field=inferred name=cap_name|add:' inferred' is_normal_size=True %} - {% include "core/component/common_checkbox.html" with field=uncertain name=cap_name|add:' uncertain' %} + {% include "core/component/common_checkbox.html" with field=uncertain name=cap_name|add:' uncertain' is_normal_size=True %} {% include "core/component/comment_publication_formset.html" with comment_formset=comment_formset comment_title='Notes on '|add:name header_id=header_id|add:'_comment' header_class='toc-sub-item' %}
diff --git a/work/templates/work/corr_form.html b/work/templates/work/corr_form.html index ba272ba9..d492627b 100644 --- a/work/templates/work/corr_form.html +++ b/work/templates/work/corr_form.html @@ -14,12 +14,12 @@
- {% include "core/component/common_checkbox.html" with field=corr_form.authors_inferred name='Authors/senders inferred' %} + {% include "core/component/common_checkbox.html" with field=corr_form.authors_inferred name='Authors/senders inferred' is_normal_size=True %}
- {% include "core/component/common_checkbox.html" with field=corr_form.authors_uncertain name='Authors/senders uncertain' %} + {% include "core/component/common_checkbox.html" with field=corr_form.authors_uncertain name='Authors/senders uncertain' is_normal_size=True %}
@@ -41,10 +41,10 @@
- {% include "core/component/common_checkbox.html" with field=corr_form.addressees_inferred name='Addressees inferred' %} + {% include "core/component/common_checkbox.html" with field=corr_form.addressees_inferred name='Addressees inferred' is_normal_size=True %}
- {% include "core/component/common_checkbox.html" with field=corr_form.addressees_uncertain name='Addressees uncertain' %} + {% include "core/component/common_checkbox.html" with field=corr_form.addressees_uncertain name='Addressees uncertain' is_normal_size=True %}