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

Fixes #32733.



git-svn-id: https://develop.svn.wordpress.org/trunk@33410 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-24 17:23:05 +00:00
parent a652f54b0f
commit 2971d7d3ed
1 changed files with 1 additions and 0 deletions

View File

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