Fix the spacing and layout for datagrid filters.

Review Request #13136 — Created July 6, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

Datagrid filters (such as Show/Hide Archived) were lacking any suitable
spacing, appearing right alongside the header or tabs. This gave a
pretty ugly appearance.

This change fixes that, adding some spacing between the title/tabs and
filter, and between multiple filters. We don't currently use multiple
filters anywhere, but in testing this, I found that multiple filters
would be stacked vertically, rather than horizontally. This has been
fixed as well.

Tested the dashboard, users page, and other datagrids.

Tested adding multiple filters.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix the spacing and layout for datagrid filters.
Datagrid filters (such as Show/Hide Archived) were lacking any suitable spacing, appearing right alongside the header or tabs. This gave a pretty ugly appearance. This change fixes that, adding some spacing between the title/tabs and filter, and between multiple filters. We don't currently use multiple filters anywhere, but in testing this, I found that multiple filters would be stacked vertically, rather than horizontally. This has been fixed as well.
102cacd48443dc500d31f0eaed31dbfd0b367439 Christian Hammond
reviewboard/static/rb/css/ui/datagrids.less
Loading...