Skip to content

Commit

Permalink
Tidy the redet form if not using Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Dec 18, 2023
1 parent 8815af7 commit e216613
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
14 changes: 14 additions & 0 deletions css/theme-generic.css

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

2 changes: 1 addition & 1 deletion css/theme-generic.css.map

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

15 changes: 15 additions & 0 deletions scss/generic/_verification.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#redet-form {
.helpText {
margin: 0;
}
.form-control {
/* Allow space for required * */
width: 95%;
}
label {
width: auto;
}
input[type="checkbox"] {
margin: 10px 8px;
}
}
3 changes: 2 additions & 1 deletion scss/theme-generic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
@import "common/ol2-map";
@import "common/import-helper-2";
@import "common/fancy-dialog";
@import "generic/bootstrapify";
@import "generic/bootstrapify";
@import "generic/verification";

0 comments on commit e216613

Please sign in to comment.