mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
Twenty Twelve RTL: add editor-style-rtl stylesheet, props SergeyBiryukov and obenland. See #21441.
git-svn-id: http://core.svn.wordpress.org/trunk@21433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e22591ce49
commit
ae0e3c298a
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