mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
4144452598
commit
153112bb3a
@ -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 {
|
||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user