RTL CSS updates for 2.7-beta2, props kashani, see#8047

git-svn-id: https://develop.svn.wordpress.org/trunk@9552 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-06 18:21:05 +00:00
parent d68f02fbef
commit 57e1f3c6b5
3 changed files with 47 additions and 25 deletions

View File

@ -32,13 +32,49 @@
} }
/* Recent Comments */ /* Recent Comments */
#the-comment-list .comment-item { #the-comment-list .comment-item {
padding: 5px 47px 5px 5px; padding: 1em 70px 1em 10px;
} }
#the-comment-list .comment-item .avatar { #the-comment-list .comment-item .avatar {
left: auto; left: auto;
right: 5px; right: 0;
} }
/* Feeds */ /* Feeds */
.rss-widget cite { .rss-widget cite {
text-align: left; text-align: left;
} }
.rss-widget span.rss-date {
font-family: Tahoma, Arial;
}
/* QuickPress */
#dashboard_quick_press h4 {
float: right;
font-family: Tahoma, Arial;
text-align: left;
}
#dashboard_quick_press h4 label {
margin-right: 0;
margin-left: 10px;
}
#dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap {
margin: 0 5em 1em 0;
}
#dashboard_quick_press #media-buttons {
margin: 0 5em .5em 0;
padding: 0 2px 0 0;
}
#dashboard-widgets #dashboard_quick_press form p.submit {
padding: 1em 5em 1em 1em;
}
#dashboard-widgets #dashboard_quick_press form p.submit input {
float: right;
}
#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
margin: 0 10px 0 1em;
}
#dashboard-widgets #dashboard_quick_press form p.submit #publish {
float: left;
}
/* Recent Drafts */
#dashboard_recent_drafts h4 abbr {
font-family: Tahoma, Arial;
}

View File

@ -1,12 +0,0 @@
html {
direction: ltr;
}
#uploadoptions, table {
direction: rtl;
}
td {
padding: 1px 6px 0;
}
.submit {
text-align: left;
}

View File

@ -1,11 +1,5 @@
/* 0 - 200 /* 0 - 200
=================================== */ =================================== */
.plugins .togl {
border-right-width: 0;
border-left-width: 1px;
border-right-style: none;
border-left-style: solid;
}
form#upload th { form#upload th {
text-align: left; text-align: left;
} }
@ -267,7 +261,7 @@ ul#adminmenu li.write-new-button a {
margin-right: 0; margin-right: 0;
margin-left: 15px; margin-left: 15px;
} }
#poststuff #media-buttons a { #media-buttons a {
padding: 0 10px 5px 0; padding: 0 10px 5px 0;
} }
.submitbox .submit { .submitbox .submit {
@ -427,13 +421,17 @@ td.action-links, th.action-links {
margin: 1px 1px 1px 2px; margin: 1px 1px 1px 2px;
} }
/* show/hide settings */ /* show/hide settings */
#screen-options-link-wrap { #screen-meta-links {
margin: 0 0 0 20px;
}
#screen-options-link-wrap,
#contextual-help-link-wrap {
float: left; float: left;
font-family: Tahoma, Arial; font-family: Tahoma, Arial;
right: auto; margin: -1px 0 0 10px;
left: 100px;
} }
#screen-options-wrap h5 { #screen-options-wrap h5,
#contextual-help-wrap h5 {
padding: 10px 15px 0 0; padding: 10px 15px 0 0;
} }
.metabox-prefs label { .metabox-prefs label {