Skip to content

Commit

Permalink
Merge pull request #391 from NHSLeadership/next-button-right-force
Browse files Browse the repository at this point in the history
On Gravity forms, move "save and continue" button to the left hand si…
  • Loading branch information
tblacker7 authored Feb 10, 2021
2 parents 097f269 + a17d768 commit 13acf6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/scss/gravity-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,11 @@

.gform_page_footer {
padding-top : nhsuk-spacing(5) !important;
a.gform_save_link {
float: left;
margin-left: 0;
margin-right: nhsuk-spacing(4);
}
}

#ui-datepicker-div {
Expand Down
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12195,6 +12195,12 @@ button + .button {
padding-top: 32px !important;
}

.gform_wrapper .gform_page_footer a.gform_save_link {
float: left;
margin-left: 0;
margin-right: 24px;
}

.gform_wrapper #ui-datepicker-div {
border: 2px solid #005eb8;
border-radius: 4px;
Expand Down
2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 13acf6a

Please sign in to comment.