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

git-svn-id: http://core.svn.wordpress.org/trunk@20689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-05-02 17:54:20 +00:00
parent 4144452598
commit 153112bb3a
3 changed files with 5 additions and 4 deletions

View File

@ -1257,8 +1257,8 @@ h2 .nav-tab {
------------------------------------------------------------------------------*/
.pressthis a span {
background-position: -20px 5px ;
padding: 8px 32px 8px 16px;
background-position: right 5px;
padding: 8px 27px 8px 11px;
}
.pressthis a:after {

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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 567 B