Skip to content

Commit

Permalink
Update event-page.css
Browse files Browse the repository at this point in the history
Remove margin from select for exposed filters  in views-workshops-events
Add padding more workshops return button
  • Loading branch information
belray authored Feb 15, 2024
1 parent a7a7b09 commit 1886c36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/event-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ body.node--type-event .node__content .field .field__label::after {
display:inline;
}

.view-workshop-events select {
margin:0;
}

.views-field-field-libcal-categories .field-content, .views-field-field-seats .field-content {
display:inline;
}
Expand Down Expand Up @@ -217,3 +221,7 @@ body.node--type-event .node__content .field .field__label::after {
.list.workshops .views-field-body p {
display:block;
}

.view-footer .more-link {
padding: 3px 10px;
}

0 comments on commit 1886c36

Please sign in to comment.