Twenty Twelve RTL: add editor-style-rtl stylesheet, props SergeyBiryukov and obenland. See #21441.
git-svn-id: https://develop.svn.wordpress.org/trunk@21433 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b8ccfe935f
commit
2d4822d1c3
23
wp-content/themes/twentytwelve/editor-style-rtl.css
Normal file
23
wp-content/themes/twentytwelve/editor-style-rtl.css
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
Theme Name: Twenty Twelve
|
||||
|
||||
Used to style the TinyMCE editor for RTL languages.
|
||||
See also rtl.css
|
||||
*/
|
||||
|
||||
html .mceContentBody {
|
||||
direction: rtl;
|
||||
unicode-bidi: embed;
|
||||
float: right;
|
||||
}
|
||||
li {
|
||||
margin: 0 24px 0 0;
|
||||
margin: 0 1.714285714rem 0 0;
|
||||
}
|
||||
td {
|
||||
text-align: right;
|
||||
}
|
||||
.wp-caption-dd {
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
}
|
Loading…
Reference in New Issue
Block a user