Index: /trunk/files/wp-admin/css/dashboard-rtl.css
===================================================================
--- /trunk/files/wp-admin/css/dashboard-rtl.css (revision 464)
+++ /trunk/files/wp-admin/css/dashboard-rtl.css (revision 467)
@@ -33,9 +33,9 @@
 /* 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 */
@@ -43,2 +43,38 @@
 	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;
+}
Index: /trunk/files/wp-admin/rtl.css
===================================================================
--- /trunk/files/wp-admin/rtl.css (revision 466)
+++ /trunk/files/wp-admin/rtl.css (revision 468)
@@ -1,10 +1,4 @@
 /* 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;
@@ -268,5 +262,5 @@
 	margin-left: 15px;
 }
-#poststuff #media-buttons a {
+#media-buttons a {
 	padding: 0 10px 5px 0;
 }
@@ -428,11 +422,15 @@
 }
 /* show/hide settings */
-#screen-options-link-wrap {
-	float: left;
-	font-family: Tahoma, Arial;
-	right: auto;
-	left: 100px;
-}
-#screen-options-wrap h5 {
+#screen-meta-links {
+	margin: 0 0 0 20px;
+}
+#screen-options-link-wrap,
+#contextual-help-link-wrap {
+	float: left;
+	font-family: Tahoma, Arial;
+	margin: -1px 0 0 10px;
+}
+#screen-options-wrap h5,
+#contextual-help-wrap h5 {
 	padding: 10px 15px 0 0;
 }
