From 55835092807e1c1ea68ac75895a182921bee4b34 Mon Sep 17 00:00:00 2001 From: Rajit Sarkar Date: Thu, 31 Oct 2024 08:14:19 -0400 Subject: [PATCH 01/12] CONCD-924 Xs don't seem right --- concordia/static/scss/base.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/concordia/static/scss/base.scss b/concordia/static/scss/base.scss index 440bed2ef..52fff9aa6 100644 --- a/concordia/static/scss/base.scss +++ b/concordia/static/scss/base.scss @@ -129,6 +129,8 @@ $alert-padding-x: 1rem; @import '../../../node_modules/bootstrap/scss/nav'; @import '../../../node_modules/bootstrap/scss/navbar'; @import '../../../node_modules/bootstrap/scss/breadcrumb'; +@import '../../../node_modules/bootstrap/scss/alert'; +@import '../../../node_modules/bootstrap/scss/close'; @import '../../../node_modules/bootstrap/scss/carousel'; // progress @@ -236,6 +238,11 @@ header.border-bottom { } } +.alert a { + color: inherit; + font-size: 1.5rem; +} + .font-serif { font-family: $font-family-serif; } From 075016ba2951f082a9a8b65408139e8712366591 Mon Sep 17 00:00:00 2001 From: Rajit Sarkar Date: Thu, 31 Oct 2024 08:15:16 -0400 Subject: [PATCH 02/12] CONCD-924 Status/contributor count/call to action should align with left edge of transcription box (they are currently a little indented) --- concordia/templates/transcriptions/asset_detail/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concordia/templates/transcriptions/asset_detail/editor.html b/concordia/templates/transcriptions/asset_detail/editor.html index f97927114..321401f32 100644 --- a/concordia/templates/transcriptions/asset_detail/editor.html +++ b/concordia/templates/transcriptions/asset_detail/editor.html @@ -3,7 +3,7 @@ {% csrf_token %}
-
+

From 904b05e90dde979e1dc62457f50179930edf6918 Mon Sep 17 00:00:00 2001 From: Rajit Sarkar Date: Thu, 31 Oct 2024 08:37:32 -0400 Subject: [PATCH 03/12] CONCD-924 workaround for dialog not closing --- .../asset_detail/asset_reservation_failure_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concordia/templates/transcriptions/asset_detail/asset_reservation_failure_modal.html b/concordia/templates/transcriptions/asset_detail/asset_reservation_failure_modal.html index 1f19afa10..c4b5705dc 100644 --- a/concordia/templates/transcriptions/asset_detail/asset_reservation_failure_modal.html +++ b/concordia/templates/transcriptions/asset_detail/asset_reservation_failure_modal.html @@ -2,7 +2,7 @@