Problem/Motivation
We can improve handling of views exposed forms and entity browser tabs.
Views exposed forms are a bit of the mess when there is a lot of them.
Entity browser tabs should use Bootstrap nav-tabs CSS classes.
Proposed resolution
Add flex layout CSS rules for views exposed forms.
Add nav-tabs CSS classes for entity browser tabs.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | views-exp-filter-and-entity-browser-tabs-improvements-2998225-11.patch | 8.46 KB | pivica |
| #11 | interdiff-2998225-10-11.txt | 2.54 KB | pivica |
Comments
Comment #2
pivica commentedHere is a first patch. Also added 'views__pager' helper CSS class to mini pager so you can add CSS layout rules easer to it.
Comment #3
pivica commentedUpdated patch against latest dev.
Comment #4
pivica commentedComment #5
sasanikolic commentedHere is the patch against latest dev.
Comment #6
sasanikolic commentedComment #7
pivica commentedComments need fixing:
"Use Bootstrap tabs for EB tabs".
Missing new line.
Missing new line.
Comment #8
pivica commentedHere is a new patch based on the latest feedback. I think this is good to go now.
Comment #9
pivica commentedNoticed various problems with datetime field. That is improved. Also increased horizontal gap in inline forms and refactored/improved CSS. Removed new div wrapper and form-inline-group CSS class is now added directly to the form element.
Comment #10
pivica commentedAdded form-item class to datetime-wrapper and apply margin bottom reset for datetime for all screens.
Comment #11
pivica commentedAdded $form-inline-group-gutter SASS variable. Actions should use the same gutter value.
Comment #12
pivica commentedComment #14
pivica commentedCommitted.
Comment #15
pivica commented