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
This commit is contained in:
John Blackbourn 2014-12-02 03:19:00 +00:00
parent 34f8e4d433
commit b510780a53
1 changed files with 1 additions and 1 deletions

View File

@ -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 );