Skip to content

Commit

Permalink
Merge pull request #24 from arlen/feature-nojira-styleupdates-001
Browse files Browse the repository at this point in the history
Small improvements to form layout and colors (NOJIRA)
  • Loading branch information
arlen authored Oct 17, 2021
2 parents 11a4dac + 36212e4 commit 409d8b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -916,12 +916,12 @@ ul.form-list .fields-header {
ul.form-list input[type="text"],
ul.form-list input[type="number"],
ul.form-list input[type="password"] {
width: 95%;
width: 100%;
font-size: 1em;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid ;
border: 1px solid var(--cmg-color-lightgray-007);
padding: 4px 6px;
}
ul.form-list input[type="text"]:focus,
Expand Down
9 changes: 4 additions & 5 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
}
ul.form-list .field-info {
display: inline-block;
width: 65%;
width: 70%;
}
ul.form-list-admin .field-name {
width: 50%;
Expand All @@ -98,10 +98,9 @@
ul.form-list-admin .field-info {
width: 40%;
}
ul.form-list input[type="text"],
ul.form-list input[type="number"],
ul.form-list input[type="password"] {
width: 97%;
ul.form-list li {
display: flex;
column-gap: 1em;
}
ul.form-list li.field-stack textarea {
margin: 0.5em 0 0.5em 0.5em;
Expand Down

0 comments on commit 409d8b2

Please sign in to comment.