RTL fixes. Props yoavf. fixes #9975
git-svn-id: http://svn.automattic.com/wordpress/trunk@11487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
77aea25489
commit
485174959d
|
@ -75,3 +75,9 @@ body, td, textarea, input, select {
|
|||
.updated, .error {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.screen-reader-text, .screen-reader-text span {
|
||||
left:auto;
|
||||
right:-1000em;
|
||||
}
|
||||
}
|
|
@ -529,6 +529,14 @@ td.action-links, th.action-links {
|
|||
padding-left: 0;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type:decimal;
|
||||
margin-left:0;
|
||||
margin-right:2em;
|
||||
}
|
||||
|
||||
|
||||
/* TinyMCE
|
||||
=================================== */
|
||||
.clearlooks2 .mceTop .mceLeft {
|
||||
|
|
Loading…
Reference in New Issue