Menus: Readjust screen options toggle icon.

Third revision. This will let the icon appear slightly bigger than the help
icon on Macs and just slightly smaller on Windows machines. It's a compromise
in every way.

Fixes #32733. Again.


Built from https://develop.svn.wordpress.org/trunk@33444


git-svn-id: http://core.svn.wordpress.org/trunk@33411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-27 15:43:25 +00:00
parent 72c9164f47
commit 2a516d6345
5 changed files with 9 additions and 9 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33443';
$wp_version = '4.3-beta4-33444';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.