mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
RTL fixes. Props yoavf. fixes #9975
git-svn-id: https://develop.svn.wordpress.org/trunk@11487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c4977b5b6b
commit
b1dd7095aa
@ -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…
x
Reference in New Issue
Block a user