Skip to content

Instantly share code, notes, and snippets.

@jonnykates
Created September 11, 2018 14:08
Show Gist options
  • Save jonnykates/0c11090463d878ef316a9d8cea6f50b4 to your computer and use it in GitHub Desktop.
Save jonnykates/0c11090463d878ef316a9d8cea6f50b4 to your computer and use it in GitHub Desktop.
Following things need to be sentence case in the markup:
- The module titles in the #managerPanel
- The h2 at the top of the .managerSubMenu: https://i.imgur.com/hhn1hkl.png
- The 'MODERATION' and 'NEW POST/COMMENTS PENDING' labels here on the home dashboard: https://i.imgur.com/LgyE4OD.png
CSS to add to existing manager.css to avoid and knock on:
.moduleButton,
.managerSubMenu h2,
.managerDashboardTabs .ajax__tab_active .ajax__tab_tab,
.dashboardPostWidgetOuter .sectionHeader {
text-transform: uppercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment