Index: wp-admin/css/wp-admin-rtl.css
===================================================================
--- wp-admin/css/wp-admin-rtl.css	(revision 24256)
+++ wp-admin/css/wp-admin-rtl.css	(working copy)
@@ -23,7 +23,7 @@
 	11.1 - Custom Fields
 	11.2 - Post Revisions
 	11.3 - Featured Images
-	11.4 - Post Format Selection
+	11.4 - Post formats
 12.0 - Categories
 13.0 - Tags
 14.0 - Media Screen
@@ -1045,11 +1045,50 @@
 }
 
 /*------------------------------------------------------------------------------
-  11.4 - Post format selection
+  11.4 - Post formats
 ------------------------------------------------------------------------------*/
 
+#post-body-content.wp-format-image label,
+#post-body-content.wp-format-video label,
+#post-body-content.wp-format-audio label {
+	float: right;
+}
 
+.wp-format-media-holder {
+	float: right;
+}
 
+#wp_format_image,
+#wp_format_audio,
+#wp_format_video {
+	float: right;
+	margin-right: 0;
+	margin-left: 23px;
+}
+
+.post-format-options a {
+	float: right;
+	margin-right: 0;
+	margin-left: 10px;
+}
+
+#poststuff .post-format-change {
+	margin: -7px 2px 13px 0;
+	clear: right;
+}
+
+.post-format-change span.icon {
+	float: right;
+	margin: 2px 0 0 5px;
+}
+
+@media only screen and (max-width: 782px) {
+	.post-format-options a {
+		margin-left: 0;
+		margin-right: 19px;
+	}
+}
+
 /*------------------------------------------------------------------------------
   12.0 - Categories
 ------------------------------------------------------------------------------*/
Index: wp-admin/css/wp-admin.css
===================================================================
--- wp-admin/css/wp-admin.css	(revision 24256)
+++ wp-admin/css/wp-admin.css	(working copy)
@@ -4046,7 +4046,7 @@
 	border: 1px dashed #dfdfdf;
 	background: #f5f5f5 url(../images/media-button-2x.png) no-repeat 50% 25%;
 	box-sizing: border-box;
-	position:relative;
+	position: relative;
 }
 
 .wp-format-media-holder:hover {
@@ -4055,7 +4055,7 @@
 
 .wp-format-media-holder.drag-over {
 	background: rgba( 0, 86, 132, 0.9 );
-	border-color:transparent;
+	border-color: transparent;
 }
 
 .wp-format-media-holder div {
@@ -4069,7 +4069,7 @@
 	right: 10px;
 	bottom: 10px;
 	border: 1px dashed #fff;
-	display:block;
+	display: block;
 }
 
 #poststuff .wp-format-media-holder.drag-over div h3 {
@@ -4087,7 +4087,7 @@
 	font-weight: 200;
 	color: #fff;
 	padding: 0;
-	text-align:center;
+	text-align: center;
 	font-family: sans-serif;
 }
 
@@ -4220,7 +4220,7 @@
 	border-style: solid;
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
-	border-color: #CCC;
+	border-color: #ccc;
 	margin: 13px 0 10px;
 	padding: 5px;
 	overflow: hidden;
Index: wp-admin/includes/post-formats.php
===================================================================
--- wp-admin/includes/post-formats.php	(revision 24256)
+++ wp-admin/includes/post-formats.php	(working copy)
@@ -67,17 +67,17 @@
 
 		<div class="field wp-format-link">
 			<label for="wp_format_link_url"><?php _e( 'Link URL' ); ?></label>
-			<input type="text" id="wp_format_link_url" name="_format_link_url" value="<?php echo esc_url( $format_meta['link_url'] ); ?>" class="widefat" />
+			<input type="text" id="wp_format_link_url" name="_format_link_url" value="<?php echo esc_url( $format_meta['link_url'] ); ?>" class="widefat code" />
 		</div>
 
 		<div class="field wp-format-quote">
 			<label for="wp_format_quote_source_url"><?php _e( 'Quote source link' ); ?></label>
-			<input type="text" id="wp_format_quote_source_url" name="_format_quote_source_url" value="<?php echo esc_url( $format_meta['quote_source_url'] ); ?>" class="widefat" />
+			<input type="text" id="wp_format_quote_source_url" name="_format_quote_source_url" value="<?php echo esc_url( $format_meta['quote_source_url'] ); ?>" class="widefat code" />
 		</div>
 
 		<div class="field wp-format-image">
 			<label for="wp_format_image_url"><?php _e( 'Image click-through link' ); ?></label>
-			<input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat" />
+			<input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat code" />
 		</div>
 
 		<div class="field wp-format-video">
