mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user