The CSS here could use a little love so it works better across themes with different kinds of padding, line-heights, font sizes, etc. This will put the spacing as padding on the links rather than more hard-coded dimensions.
- remove height on #page-manager-edit .actions {}
- change padding on #page-manager-edit .actions li a { padding:0.2em 0.5em; }
- remove unnecessary line-height on #page-manager-edit .actions li {}
- I'm not sure that you want the same CSS class (page-manager-group-title) on the titles in the left nav and as the section title in the page. For example, the same padding (0.2em 0.5em) should be on the page subtitle so it aligns properly, but applying it to #page-manager-edit .page-manager-group-title {} also applies it to the left nav
Comments
Comment #1
merlinofchaos commentedOk, committed, except for the second part. It's actually a little harder to remove that class than it sounds, since the operation links are generated out of the same tree.