From f1ce621be7f2b54095973b6960693161dc3ff84d Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 18 Mar 2015 01:39:52 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/press-this.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/css/press-this.css b/src/wp-admin/css/press-this.css index 57dae27ed4..95dc46d4f1 100644 --- a/src/wp-admin/css/press-this.css +++ b/src/wp-admin/css/press-this.css @@ -1276,10 +1276,10 @@ html { top: 0; right: 0; bottom: 0; - padding: 0.85714em 1.07143em; + padding: 0 1.07143em; background: #f7f7f7; border-color: #dedede; - border-bottom: 0; + border: 0; border-left: 1px solid #f1f1f1; -webkit-border-radius: 0; border-radius: 0;