Skip to content

Commit

Permalink
minor adjustments to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jan 7, 2025
1 parent 414323c commit a448046
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ApiClient.init().then(apiClient => {
apiOptions._yearInput._labelElement.insertAdjacentElement('beforeend', yearLabelAfter);

const pathBuilder = new PathBuilder(apiOptions, calendarSelect)
.class('row align-items-center ps-2')
.class('row align-items-center ps-3')
.pathWrapperClass('col-sm-8 border border-secondary rounded bg-light px-3 py-1')
.buttonWrapperClass('col-sm-3')
.buttonClass('btn btn-primary')
Expand Down
6 changes: 5 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@
*/
?>
<div id="pathBuilderComponent"></div>
<small class="text-muted"><i><?php echo _("URL of the API request based on selected options. The button is set to the same URL, click on it to see results."); ?></i></small>
<div class="row mb-4">
<small class="text-muted">
<i><?php echo _("URL of the API request based on selected options. The button is set to the same URL, click on it to see results."); ?></i>
</small>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a448046

Please # to comment.