Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
[HOTFIX] Show submit button in groupex-form-full (#745)
Browse files Browse the repository at this point in the history
* [HOTFIX] Show submit button in groupex-form-full

* [HOTFIX] Add new property to class align-center for button.
  • Loading branch information
ivan-berezhnov authored and alexschedrov committed Aug 10, 2017
1 parent b5b8595 commit 31c5130
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions themes/openy_themes/openy_rose/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/openy_themes/openy_rose/css/styles.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions themes/openy_themes/openy_rose/scss/base/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
@extend .btn;
}

.align-center {
text-align: center;
margin: 12px 0 25px;
}

// Embedded items.
.embedded-entity {
clear: both;
Expand Down
3 changes: 3 additions & 0 deletions themes/openy_themes/openy_rose/scss/modules/_schedules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,9 @@
display: block;
}
}
#submit-wrapper {
display: block !important;
}
}

//Daxko registration iframe
Expand Down

0 comments on commit 31c5130

Please sign in to comment.