Skip to content

Commit

Permalink
Edited select file format text and added more spacing around submit b…
Browse files Browse the repository at this point in the history
…utton in index.html

Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
  • Loading branch information
natalialuzuriaga committed Sep 19, 2024
1 parent 9e436ac commit 4e44f04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ h2,
width: 100%;
}

#submit {
margin-top: 10px;
margin-bottom: 10px;
}

.usa-button-group {
justify-content: center;
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>DedupliFHIR</h1>
/>
</div>
<div class="usa-form-group">
<label class="usa-label" for="options">Select file format for results data</label>
<label class="usa-label" for="options">Select file format for your results data</label>
<select class="usa-select" name="options" id="options">
<option value=".xlsx" selected="selected" >.xlsx</option>
<option value=".csv">.csv</option>
Expand Down

0 comments on commit 4e44f04

Please sign in to comment.