Created
September 11, 2018 14:08
-
-
Save jonnykates/0c11090463d878ef316a9d8cea6f50b4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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