Index: rtl.css
===================================================================
--- rtl.css	(revision 8587)
+++ rtl.css	(working copy)
@@ -12,6 +12,12 @@
 	font-family: monospace !important;
 }
 
+/* Clears update nag, so it doesn't hide the submenu */
+#update-nag { 
+	clear: both; 
+	margin-bottom: 1em; 
+}
+
 #wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header
 {
 	direction:rtl!important;
@@ -113,9 +119,10 @@
 	right:auto
 }
 
-.tablenav div
+.tablenav div 
 {
-	float:right!important
+	float:right !important;
+	direction: rtl; 
 }
 
 .tablenav .delete 
@@ -321,4 +328,80 @@
 
 div#message {
 	clear: both;
-}
\ No newline at end of file
+}
+
+/* WPH - TinyMCE */
+
+#media-items th.label { 
+	width: 120px; 
+}
+#media-items th.label .alignleft { 
+	width: 100px; 
+}
+
+#media-items th.label .alignright { 
+	width: 16px; 
+	height: 16px; 
+} 
+
+/* LTRs some url- and code-only form fields */
+input#href, input#src, input#class_name { 
+	direction: ltr; 
+	text-align: left; 
+}
+
+#sidemenu a { 
+	float: right; 
+}
+
+thead.media-item-info {
+	float: left;
+	margin-bottom: 18px;
+	width: 100%;
+}
+
+thead.media-item-info td {
+	width: 100%;
+	text-align: left;
+}
+
+thead.media-item-info td.A1B1 {
+	width: 150px;
+}
+
+#gallery-form table.widefat th {
+	float: left; 
+	width: 74%;
+	text-align: center;
+}
+
+#gallery-form table.widefat th.order-head {
+	width: 18%;
+}
+
+#media-upload tr.align td.field, #media-upload tr.image-size td.field {
+	text-align: right !important;
+}
+
+#media-upload tr.align td.field {
+	float:right;
+	margin-right:-15px;
+}
+
+tr.image-size label {
+	display:inline;
+	margin:0 0 0 1em !important;
+}
+
+#library-form { 
+	float: right; 
+}
+
+#filter .subsubsub {
+	direction: rtl;
+	text-align: right;
+}
+
+#media-upload form#filter {
+	margin-right: -20px;
+}

