Customize: Align screen options toggle with info icon.
Fixes #32733. Built from https://develop.svn.wordpress.org/trunk@33336 git-svn-id: http://core.svn.wordpress.org/trunk@33308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8dad70c190
commit
f1e604e6e2
|
@ -340,14 +340,14 @@
|
|||
border: none;
|
||||
content: "\f111";
|
||||
display: block;
|
||||
font: 20px/1 "dashicons";
|
||||
font: 16px/1 "dashicons";
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
text-indent: 0;
|
||||
right: 5px;
|
||||
right: 7px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.wp-customizer #screen-options-wrap {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -340,14 +340,14 @@
|
|||
border: none;
|
||||
content: "\f111";
|
||||
display: block;
|
||||
font: 20px/1 "dashicons";
|
||||
font: 16px/1 "dashicons";
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
text-indent: 0;
|
||||
left: 5px;
|
||||
left: 7px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.wp-customizer #screen-options-wrap {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta3-33335';
|
||||
$wp_version = '4.3-beta3-33336';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue