Index: wp-admin/css/forms.css
===================================================================
--- wp-admin/css/forms.css	(revision 32735)
+++ wp-admin/css/forms.css	(working copy)
@@ -1087,8 +1087,10 @@
 	}
 
 	.form-table span.description {
+		display: inline;
 		padding: 4px 0 0;
 		line-height: 1.4em;
+		font-size: 14px;
 	}
 
 	.form-table th {
@@ -1098,10 +1100,22 @@
 	}
 
 	.form-table td {
-		padding-top: 8px;
+		margin-bottom: 0;
+		padding-bottom: 6px;
+		padding-top: 4px;
 		padding-left: 0;
 	}
 
+	.form-table.permalink-structure td code {
+		margin-left: 32px;
+	}
+
+	.form-table.permalink-structure td input[type="text"] {
+		margin-left: 32px;
+		margin-top: 4px;
+		width: 96%;
+	}
+
 	.form-table input.regular-text {
 		width: 100%;
 	}
