Menus: Account for browsers that set a default margin for buttons.

Fixes #32733.


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


git-svn-id: http://core.svn.wordpress.org/trunk@33378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-24 17:24:24 +00:00
parent d512633588
commit 458332302e
5 changed files with 5 additions and 3 deletions

View File

@ -304,6 +304,7 @@
border: none;
color: #555;
cursor: pointer;
margin: 0;
padding: 20px;
position: absolute;
left: 31px;

File diff suppressed because one or more lines are too long

View File

@ -304,6 +304,7 @@
border: none;
color: #555;
cursor: pointer;
margin: 0;
padding: 20px;
position: absolute;
right: 31px;

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-33409';
$wp_version = '4.3-beta4-33410';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.