From b510780a535733635d0438f00d7158b6b431bf13 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 2 Dec 2014 03:19:00 +0000 Subject: [PATCH] Correct the width of the background vignette in the plugin info modal. Fixes #28229 git-svn-id: https://develop.svn.wordpress.org/trunk@30700 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 68c6c8739f..3af3a6e616 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -2203,7 +2203,7 @@ div.action-links { float: right; top: 0; height: 250px; - width: 830px; + width: 772px; margin: 0 -20px; background: transparent; -webkit-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );