Problem/Motivation
This is a follow up of #2981044: Unify the grid/table views of the media library. From comment 45.2:
The tabbing order of the view is messed up. The grid and table buttons come before the name filter in the DOM, but visually they come after the apply-filters button This will confound sighted keyboard users. Make the tabbing order match the visual reading order.
Having the tab order match the visual order is A-level WCAG criteria, but we cannot actually fix this until Media Library is stable and can therefore add an accessible template to Seven. This issue should fix the DOM order and be commited asap after the media library is marked stable.
Proposed resolution
Add a views template to Seven for the Media library to fix the DOM order.
Remaining tasks
Create a patch and have it ready to be committed when the media library is marked stable.
User interface changes
No visual changes, just the DOM order should change.
API changes
None.
Data model changes
None.