diff --git a/wp-admin/css/dashboard-rtl.css b/wp-admin/css/dashboard-rtl.css index e9f46a3762..2098dc6fa6 100644 --- a/wp-admin/css/dashboard-rtl.css +++ b/wp-admin/css/dashboard-rtl.css @@ -32,13 +32,49 @@ } /* Recent Comments */ #the-comment-list .comment-item { - padding: 5px 47px 5px 5px; + padding: 1em 70px 1em 10px; } #the-comment-list .comment-item .avatar { left: auto; - right: 5px; + right: 0; } /* Feeds */ .rss-widget cite { 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; +} diff --git a/wp-admin/css/upload-rtl.css b/wp-admin/css/upload-rtl.css deleted file mode 100644 index dc13a4b954..0000000000 --- a/wp-admin/css/upload-rtl.css +++ /dev/null @@ -1,12 +0,0 @@ -html { - direction: ltr; - } -#uploadoptions, table { - direction: rtl; - } -td { - padding: 1px 6px 0; - } -.submit { - text-align: left; - } \ No newline at end of file diff --git a/wp-admin/rtl.css b/wp-admin/rtl.css index 9faf7b3fec..2571d8044a 100644 --- a/wp-admin/rtl.css +++ b/wp-admin/rtl.css @@ -1,11 +1,5 @@ /* 0 - 200 =================================== */ -.plugins .togl { - border-right-width: 0; - border-left-width: 1px; - border-right-style: none; - border-left-style: solid; -} form#upload th { text-align: left; } @@ -267,7 +261,7 @@ ul#adminmenu li.write-new-button a { margin-right: 0; margin-left: 15px; } -#poststuff #media-buttons a { +#media-buttons a { padding: 0 10px 5px 0; } .submitbox .submit { @@ -427,13 +421,17 @@ td.action-links, th.action-links { margin: 1px 1px 1px 2px; } /* 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; font-family: Tahoma, Arial; - right: auto; - left: 100px; + margin: -1px 0 0 10px; } -#screen-options-wrap h5 { +#screen-options-wrap h5, +#contextual-help-wrap h5 { padding: 10px 15px 0 0; } .metabox-prefs label {