RTL fixes. Props yoavf. see #13233

git-svn-id: http://svn.automattic.com/wordpress/trunk@14376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-05-03 18:33:49 +00:00
parent 284e2758b9
commit 5cedf1a572
2 changed files with 16 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -327,9 +327,14 @@ td.available-theme {
#side-sortables .add-menu-item-tabs li { #side-sortables .add-menu-item-tabs li {
padding-left: 8px; padding-left: 8px;
} }
#front-page-warning,
#front-static-pages ul,
.inline-editor ul.cat-checklist ul,
.categorydiv ul.categorychecklist ul, .categorydiv ul.categorychecklist ul,
.customlinkdiv ul.categorychecklist ul,
.posttypediv ul.categorychecklist ul,
.taxonomydiv ul.categorychecklist ul, .taxonomydiv ul.categorychecklist ul,
#linkcategorydiv ul.categorychecklist ul { #linkcategorydiv ul.categorychecklist ul{
margin-left: 0; margin-left: 0;
margin-right: 18px; margin-right: 18px;
} }
@ -412,7 +417,7 @@ td.action-links, th.action-links {
} }
/* show/hide settings */ /* show/hide settings */
#screen-meta-links { #screen-meta-links {
margin: 0 0 0 9px; margin: 0 0 0 18px;
} }
#screen-options-link-wrap, #screen-options-link-wrap,
#contextual-help-link-wrap { #contextual-help-link-wrap {
@ -580,7 +585,14 @@ ol {
padding-left:10px; padding-left:10px;
} }
/* Custom Header */
table#available-headers td {
padding: 0 0 10px 20px;
}
table#available-headers label input {
margin-right: 0;
margin-left: 8px;
}
/* ltr /* ltr
=================================== */ =================================== */