Skip to content

Minor stylistic improvements to forms (NOJIRA) #55

Merged
merged 1 commit into from
Sep 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ ul.form-list li {
border-bottom: 1px solid var(--cmg-color-lightgray-005);
border-right: 1px solid var(--cmg-color-lightgray-005);
margin: 0;
padding: 0.5em;
padding: 0.75em;
list-style: none;
}
.cm-time-picker-vals ul li:nth-child(even),
Expand All @@ -956,9 +956,6 @@ ul.form-list li.fields-submit {
ul.form-list .field-name {
display: block;
}
ul.form-list .field-title {
font-weight: bold;
}
ul.form-list .field-info {
position: relative;
}
Expand Down
1 change: 1 addition & 0 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
ul.form-list li {
display: flex;
column-gap: 1em;
align-items: center;
}
ul.form-list li.field-stack textarea {
margin: 0.5em 0 0.5em 0.5em;
Expand Down