From a843d21c19b3869e823a19e1be0b4c06b90e1c2c Mon Sep 17 00:00:00 2001 From: Michelle <88682822+emshahh@users.noreply.github.com> Date: Wed, 29 May 2024 16:32:03 -0400 Subject: [PATCH 1/2] styling for button --- .../static/css/candidate_url_list.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sde_indexing_helper/static/css/candidate_url_list.css b/sde_indexing_helper/static/css/candidate_url_list.css index da6dabbc..55a4e6ef 100644 --- a/sde_indexing_helper/static/css/candidate_url_list.css +++ b/sde_indexing_helper/static/css/candidate_url_list.css @@ -271,4 +271,17 @@ letter-spacing: -0.02em; div.dt-container div.dt-info { padding-top: 0; white-space: normal; +} + +.document_type_dropdown, .dropdown-toggle { + width: 100%; + display: flex; + justify-content: center; +} + + .dropdown-toggle { + width: 80%; + display: flex; + align-items: center; + justify-content: space-between; } \ No newline at end of file From 6d62eb35957ed0bf68aa5681efdd927c43cef58f Mon Sep 17 00:00:00 2001 From: Kshaw362 Date: Thu, 30 May 2024 10:28:11 -0400 Subject: [PATCH 2/2] 77: small change to center the text and carot in the dropdowns --- sde_indexing_helper/static/css/candidate_url_list.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sde_indexing_helper/static/css/candidate_url_list.css b/sde_indexing_helper/static/css/candidate_url_list.css index 55a4e6ef..b8ab0e9c 100644 --- a/sde_indexing_helper/static/css/candidate_url_list.css +++ b/sde_indexing_helper/static/css/candidate_url_list.css @@ -281,7 +281,7 @@ letter-spacing: -0.02em; .dropdown-toggle { width: 80%; - display: flex; + /* display: flex; */ align-items: center; - justify-content: space-between; + /* justify-content: space-between; */ } \ No newline at end of file