mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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 {
|
.updated, .error {
|
||||||
clear: both;
|
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-left: 0;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
list-style-type:decimal;
|
||||||
|
margin-left:0;
|
||||||
|
margin-right:2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* TinyMCE
|
/* TinyMCE
|
||||||
=================================== */
|
=================================== */
|
||||||
.clearlooks2 .mceTop .mceLeft {
|
.clearlooks2 .mceTop .mceLeft {
|
||||||
|
Loading…
Reference in New Issue
Block a user