mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user