Fix the image overlap with the Press This bookmarklet in RTL. props dd32 for the initial patch. fixes #19502.

git-svn-id: https://develop.svn.wordpress.org/trunk@20689 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-05-02 17:54:20 +00:00
parent cf6ce55d51
commit 1558ba7faf
3 changed files with 5 additions and 4 deletions

View File

@@ -4743,8 +4743,9 @@ input.button-highlighted,
}
.pressthis a span {
background: url(../images/press-this.png) no-repeat -45px 5px ;
padding: 8px 16px 8px 32px;
background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px;
padding: 8px 11px 8px 27px;
margin: 0 5px;
display: inline-block;
}