Customize: Align screen options toggle with info icon.

Fixes #32733.


git-svn-id: https://develop.svn.wordpress.org/trunk@33336 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-20 21:20:15 +00:00
parent 358ab7b010
commit 06f92d93cc
1 changed files with 3 additions and 3 deletions

View File

@ -340,14 +340,14 @@
border: none; border: none;
content: "\f111"; content: "\f111";
display: block; display: block;
font: 20px/1 "dashicons"; font: 16px/1 "dashicons";
padding: 5px; padding: 5px;
text-align: center; text-align: center;
text-decoration: none !important; text-decoration: none !important;
text-indent: 0; text-indent: 0;
left: 5px; left: 7px;
position: absolute; position: absolute;
top: 5px; top: 7px;
} }
.wp-customizer #screen-options-wrap { .wp-customizer #screen-options-wrap {