From 721e247d4e698b4d54015c1dcba5cd40d51cb85a Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 18 Sep 2024 12:03:33 -0700 Subject: [PATCH 1/4] Updated instructions to use numbered list Signed-off-by: Natalia Luzuriaga --- frontend/pages/success.html | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/pages/success.html b/frontend/pages/success.html index 5fc0428..75ea1bd 100644 --- a/frontend/pages/success.html +++ b/frontend/pages/success.html @@ -30,6 +30,7 @@

Error

To find possible duplicates: +

  1. Open your results file.
  2. Find the records with the same cluster_id.
    (See examples.)
From ff68b700608a2f2b6a69b55c221c7bfcc774e470 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 18 Sep 2024 12:28:07 -0700 Subject: [PATCH 2/4] Fixed line wrap of lists Signed-off-by: Natalia Luzuriaga --- frontend/css/style.css | 9 ++++++--- frontend/pages/success.html | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 3ada146..fa4a162 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -70,9 +70,12 @@ img { animation: spin 2s linear infinite; } -.security-info { - padding-inline-start: 0; - list-style-position: inside; +ul, ol { + padding-left: 15px; +} + +ol { + margin-bottom: 0px; } @keyframes spin { diff --git a/frontend/pages/success.html b/frontend/pages/success.html index 75ea1bd..82ffc75 100644 --- a/frontend/pages/success.html +++ b/frontend/pages/success.html @@ -32,8 +32,9 @@

Error

To find possible duplicates:
  1. Open your results file.
  2. -
  3. Find the records with the same cluster_id.
    (See examples.)
  4. +
  5. Find the records with the same cluster_id.
+ (See examples.)

From 9e436ac0a0904f98f6eb4b2102f7c2ae0ea16403 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 18 Sep 2024 12:29:44 -0700 Subject: [PATCH 3/4] fixed prettier warnings Signed-off-by: Natalia Luzuriaga --- frontend/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index fa4a162..a9e98a3 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -70,7 +70,8 @@ img { animation: spin 2s linear infinite; } -ul, ol { +ul, +ol { padding-left: 15px; } From 4e44f04c9efd6075092d8e333a478f07f8c733c0 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 18 Sep 2024 17:50:09 -0700 Subject: [PATCH 4/4] Edited select file format text and added more spacing around submit button in index.html Signed-off-by: Natalia Luzuriaga --- frontend/css/style.css | 5 +++++ frontend/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index a9e98a3..f3b3a6e 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -27,6 +27,11 @@ h2, width: 100%; } +#submit { + margin-top: 10px; + margin-bottom: 10px; +} + .usa-button-group { justify-content: center; } diff --git a/frontend/index.html b/frontend/index.html index adf95fe..d9a3af1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -27,7 +27,7 @@

DedupliFHIR

/>
- +