Skip to content

Commit

Permalink
Select attribute fields by css class name (CFM-31) (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Oct 24, 2024
1 parent 77ccfbb commit 4ca3036
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -489,19 +489,19 @@
padding: 1em;
border: 1px solid var(--cmg-color-bg-006);
}
#dispatch_AttributeCollectors .fields-address .fieldset-info .fieldset-subgroup:first-child .fieldset-field:last-child {
#dispatch_AttributeCollectors .fields-address .fieldset-info .fieldset-subgroup:first-child .fieldset-field.field-type-room {
flex-grow: 0;
}
#dispatch_AttributeCollectors .fields-address .fieldset-info .fieldset-subgroup:first-child .fieldset-field:last-child input {
#dispatch_AttributeCollectors .fields-address .fieldset-info .fieldset-subgroup:first-child .fieldset-field.field-type-room input {
width: 12.4rem;
}
/* names */
#dispatch_AttributeCollectors .fields-name .fieldset-info .fieldset-field:first-child input,
#dispatch_AttributeCollectors .fields-name .fieldset-info .fieldset-field:last-child input {
#dispatch_AttributeCollectors .fields-name .fieldset-info .fieldset-field.field-type-honorific input,
#dispatch_AttributeCollectors .fields-name .fieldset-info .fieldset-field.field-type-suffix input {
width: 5em;
}
/* telephone numbers */
#dispatch_AttributeCollectors .fields-telephone-number .fieldset-info .fieldset-field:nth-child(3) input {
#dispatch_AttributeCollectors .fields-telephone-number .fieldset-info .fieldset-field.field-type-number input {
width: 24em;
}
/* FOOTER */
Expand Down

0 comments on commit 4ca3036

Please sign in to comment.