Skip to content

Commit

Permalink
Add fixes to increase compatability with the existing form sytnax. Cl…
Browse files Browse the repository at this point in the history
…oses #339
  • Loading branch information
iTerminate committed Dec 11, 2024
1 parent 892fc38 commit 68e266a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,15 @@ figcaption {
/* legend */
.output-control-group legend {
padding-top: 40px;
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}

.inline-checkbox {
Expand Down Expand Up @@ -658,3 +667,33 @@ button.editable {
border-radius: 9px;
height: fit-content;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
display: table;
line-height: 0;
content: '';
}

.form-horizontal .control-group:after {
clear: both;
}

.form-horizontal .control-group {
margin-bottom: 20px;
}

.form-horizontal .control-label {
float: left;
width: 160px;
padding-top: 5px;
/* text-align: right; */
}

.form-horizontal .control-group.radio-group .controls {
display: inline-block;
}

.form-horizontal .control-group.radio-group .radio {
display: block;
}

0 comments on commit 68e266a

Please sign in to comment.