RTL fixes. Props yoavf. see #13233

git-svn-id: https://develop.svn.wordpress.org/trunk@14376 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-05-03 18:33:49 +00:00
parent a51d50ad9c
commit a45b583463
2 changed files with 16 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

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