Project browsing styling
Closes #3523691
I didn’t see an excellent place for global styles that are a bit higher level than base HTML elements. This adds some base views styling, adding a margin around an exposed form and space between rows.
I’m a bit wary of adding the space between rows for all Views. Maybe there should be a “views-listing” or similar class to Views that are whole-page listings? Or views that are an exception might uncheck “Add views row classes.”
The project logo will also appear on project pages, to the left of the title, like https://www.drupal.org/project/field_group, although the size might be different. The current sizing and rounded corners are copied from the project browser module.
browse-projects
is a class I put on the View. That CSS probably should move to a separate files that’s only loaded for this View, although it is very small for now. I have the icon, title, and description all output within one a
tag so everything is clickable.