Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css	(revision 646)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css	(working copy)
@@ -689,6 +689,20 @@
 #postbox textarea#posttext, textarea.posttext {
 	display: block;
 }
+#postbox .inputarea {
+	float: left;
+	padding-left: 10px;
+	width: calc(100% - 60px);
+}
+#postbox form#new_post {
+	margin-top: 0;
+}
+#postbox textarea#posttext {
+	clear: left;
+}
+#postbox .clear {
+	clear: both;
+}
 .sleeve_main {
 	float: left;
 	margin-right: 0;
