RTL styles for pointers. props helenyhou, fixes #19335.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -156,3 +156,33 @@
|
||||
background-position:-16px -15px;
|
||||
}
|
||||
|
||||
/* - RTL
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.rtl .wp-pointer-content h3 {
|
||||
padding-right: 60px;
|
||||
padding-left: 18px;
|
||||
}
|
||||
|
||||
.rtl .wp-pointer-content h3:before {
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.rtl .wp-pointer-buttons a {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl .wp-pointer-buttons a.close {
|
||||
padding-right:3px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.rtl .wp-pointer-buttons a.close:before {
|
||||
right:-10px;
|
||||
}
|
||||
|
||||
.rtl .wp-pointer-top .wp-pointer-arrow,
|
||||
.rtl .wp-pointer-bottom .wp-pointer-arrow,
|
||||
.rtl .wp-pointer-undefined .wp-pointer-arrow {
|
||||
right: 50px;
|
||||
}
|
||||
Reference in New Issue
Block a user