Index: src/wp-admin/css/edit.css
===================================================================
--- src/wp-admin/css/edit.css	(revision 48861)
+++ src/wp-admin/css/edit.css	(working copy)
@@ -1058,7 +1058,6 @@
 	outline: 0 none;
 }
 
-#front-page-warning,
 #front-static-pages ul,
 ul.export-filters,
 .inline-editor ul.cat-checklist ul,
@@ -1069,6 +1068,11 @@
 	margin-left: 18px;
 }
 
+#front-page-warning,
+{
+	margin-left: 0px;
+}
+
 ul.categorychecklist li {
 	margin: 0;
 	padding: 0;
Index: src/wp-admin/options-reading.php
===================================================================
--- src/wp-admin/options-reading.php	(revision 48861)
+++ src/wp-admin/options-reading.php	(working copy)
@@ -137,7 +137,7 @@
 </label></li>
 </ul>
 	<?php if ( 'page' === get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) === get_option( 'page_on_front' ) ) : ?>
-	<div id="front-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div>
+	<div id="front-page-warning" class="notice notice-error"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div>
 	<?php endif; ?>
 	<?php if ( get_option( 'wp_page_for_privacy_policy' ) === get_option( 'page_for_posts' ) || get_option( 'wp_page_for_privacy_policy' ) === get_option( 'page_on_front' ) ) : ?>
 	<div id="privacy-policy-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same as your Privacy Policy page!' ); ?></p></div>
