Skip to content

Small improvements to form layout and colors (NOJIRA) #24

Merged
merged 1 commit into from
Oct 17, 2021
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
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