Index: wp-includes/css/editor.dev.css
===================================================================
--- wp-includes/css/editor.dev.css	(revision 21533)
+++ wp-includes/css/editor.dev.css	(working copy)
@@ -102,11 +102,11 @@
 	font-size: 12px;
 	line-height: 16px;
 	padding: 0 0 0 8px;
-	overflow: visible;
 	height: 20px;
 	border-top: 1px solid #dfdfdf;
 	color: #000;
 	background-color: #f5f5f5;
+	position: relative;
 }
 
 .rtl .wp_themeSkin .mceStatusbar {
@@ -120,6 +120,9 @@
 .wp_themeSkin .mceStatusbar div {
 	float: left;
 	padding: 2px;
+	overflow: hidden;
+	position: absolute;
+	width: 97%;
 }
 
 .rtl .wp_themeSkin .mceStatusbar div {
@@ -1036,7 +1039,7 @@
 }
 
 .wp-editor-container {
-    border-width: 1px;
+	border-width: 1px;
 	border-style: solid;
 	-webkit-border-top-right-radius: 3px;
 	-webkit-border-top-left-radius: 3px;
@@ -1062,7 +1065,7 @@
 
 .wp-switch-editor {
 	height: 18px;
-    font: 13px/18px Arial,Helvetica,sans-serif normal;
+	font: 13px/18px Arial,Helvetica,sans-serif normal;
 	margin: 5px 5px 0 0;
 	padding: 4px 5px 2px;
 	float: right;
@@ -1103,7 +1106,7 @@
 
 .wp-media-buttons {
 	line-height: 1;
-    padding: 9px 0 0;
+	padding: 9px 0 0;
 }
 
 .wp-media-buttons a {
@@ -1365,7 +1368,7 @@
 	display: none;
 }
 
-#wp-link  #search-panel {
+#wp-link #search-panel {
 	float: left;
 	width: 100%;
 }
@@ -1700,12 +1703,12 @@
 }
 
 #wp-fullscreen-title {
-    font-size: 1.7em;
-    line-height: 100%;
-    outline: medium none;
-    padding: 6px 7px;
-    width: 100%;
-    margin-bottom: 30px;
+	font-size: 1.7em;
+	line-height: 100%;
+	outline: medium none;
+	padding: 6px 7px;
+	width: 100%;
+	margin-bottom: 30px;
 }
 
 #wp-fullscreen-container {
