Description
There are some new styles for the admin part of MLTSHP, saved to static/css/admin.css that should be extracted to mltshp-patterns, and should be published (along with other admin styles that are already in this repo) to a new admin.min.css bundle.
However, part of the new styles includes a set of rules for a tabbed interface that should be generalized in a way that it can be used for non-admin use. There's currently one tabbed interface on the public side of MLTSHP - the user settings area (however, presentation here is very different than the other, so it may not be possible to combine them, but I'm calling it out in case there is any sensible overlap).
Here's a screenshot of the tabbed UI used for user management:
One other thing that could use some cleanup -- several admin pages make use of a "admin-new-users" class (create-users.html, group-shake-list.html, group-shake-view.html, index.html, new-users.html, shake-categories.html, user.html)... so this class is misnamed as it isn't particularly specific to new-users.html.