From e43fa83c393a71042a3a938a27a0f82555defa9d Mon Sep 17 00:00:00 2001 From: rasarkar <105652044+rasarkar@users.noreply.github.com> Date: Fri, 26 Jan 2024 06:41:10 -0500 Subject: [PATCH] CONCD-650 Initial feedback (#2245) * CONCD-650 Make the X to escape out always available * CONCD-650 Also make the guide closeable at any time by hitting ESC * CONCD-650 the padding around the transcription box is missing * CONCD-650 Reduce padding around both the How to Guide heading and the section title * CONCD-650 Campaign.description * CONCD-650 added padding above Helpful Links * CONCD-650 reduced font size of Helpful Links --- concordia/static/scss/base.scss | 9 +++++ .../transcriptions/asset_detail.html | 38 +++++++++++-------- 2 files changed, 32 insertions(+), 15 deletions(-) diff --git a/concordia/static/scss/base.scss b/concordia/static/scss/base.scss index 0f6474e3d..045d6c8a1 100644 --- a/concordia/static/scss/base.scss +++ b/concordia/static/scss/base.scss @@ -271,6 +271,10 @@ ul.nav-secondary { flex: initial !important; } +#transcription-input { + width: 99% !important; +} + /* * vertical and horizontal dividers */ @@ -1075,12 +1079,17 @@ $card-progress-height: 12px; position: absolute; border-radius: 0; right: 0; + top: 129px; font-size: 0.75rem; margin-right: -55px; margin-top: 39px; width: 110px; } +#close-guide { + margin: -1rem 1rem -1rem auto; +} + .sidebar { height: 580px; /* 100% Full-height */ width: 0; /* 0 width - change this with JavaScript */ diff --git a/concordia/templates/transcriptions/asset_detail.html b/concordia/templates/transcriptions/asset_detail.html index 9d2abf85a..9fcfc7f65 100644 --- a/concordia/templates/transcriptions/asset_detail.html +++ b/concordia/templates/transcriptions/asset_detail.html @@ -444,26 +444,29 @@