Press This: fix styling of the "Scan" button. Fixes #31444.

git-svn-id: https://develop.svn.wordpress.org/trunk@31805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-03-18 01:39:52 +00:00
parent a2d7c3fa58
commit f1ce621be7
1 changed files with 2 additions and 2 deletions

View File

@ -1276,10 +1276,10 @@ html {
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
padding: 0.85714em 1.07143em; padding: 0 1.07143em;
background: #f7f7f7; background: #f7f7f7;
border-color: #dedede; border-color: #dedede;
border-bottom: 0; border: 0;
border-left: 1px solid #f1f1f1; border-left: 1px solid #f1f1f1;
-webkit-border-radius: 0; -webkit-border-radius: 0;
border-radius: 0; border-radius: 0;