Skip to content

Commit

Permalink
Minor stylistic improvements to forms (NOJIRA) (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Sep 23, 2022
1 parent 9bb20d3 commit 48ecad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit 48ecad1

Please sign in to comment.