Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 21789)
+++ wp-admin/includes/template.php	(working copy)
@@ -491,9 +491,9 @@
 	$r .= "\n\t\t<td class='left'><label class='screen-reader-text' for='meta[{$entry['meta_id']}][key]'>" . __( 'Key' ) . "</label><input name='meta[{$entry['meta_id']}][key]' id='meta[{$entry['meta_id']}][key]' type='text' size='20' value='{$entry['meta_key']}' />";
 
 	$r .= "\n\t\t<div class='submit'>";
-	$r .= get_submit_button( __( 'Delete' ), "delete:the-list:meta-{$entry['meta_id']}::_ajax_nonce=$delete_nonce deletemeta", "deletemeta[{$entry['meta_id']}]", false );
+	$r .= get_submit_button( __( 'Delete' ), "small delete:the-list:meta-{$entry['meta_id']}::_ajax_nonce=$delete_nonce deletemeta", "deletemeta[{$entry['meta_id']}]", false );
 	$r .= "\n\t\t";
-	$r .= get_submit_button( __( 'Update' ), "add:the-list:meta-{$entry['meta_id']}::_ajax_nonce-add-meta=$update_nonce updatemeta" , "meta-{$entry['meta_id']}-submit", false );
+	$r .= get_submit_button( __( 'Update' ), "small add:the-list:meta-{$entry['meta_id']}::_ajax_nonce-add-meta=$update_nonce updatemeta" , "meta-{$entry['meta_id']}-submit", false );
 	$r .= "</div>";
 	$r .= wp_nonce_field( 'change-meta', '_ajax_nonce', false, false );
 	$r .= "</td>";
@@ -1638,7 +1638,7 @@
  */
 function get_submit_button( $text = null, $type = 'primary', $name = 'submit', $wrap = true, $other_attributes = null ) {
 	if ( ! is_array( $type ) )
-		$type = explode( ' ', $type ); 
+		$type = explode( ' ', $type );
 
 	$button_shorthand = array( 'primary', 'tiny', 'small', 'large' );
 	$classes = array( 'button' );
Index: wp-admin/css/wp-admin.css
===================================================================
--- wp-admin/css/wp-admin.css	(revision 21789)
+++ wp-admin/css/wp-admin.css	(working copy)
@@ -3191,6 +3191,10 @@
 	border-spacing: 0;
 }
 
+#postcustomstuff tr {
+	vertical-align: top;
+}
+
 #postcustomstuff table input,
 #postcustomstuff table select,
 #postcustomstuff table textarea {
@@ -3208,10 +3212,6 @@
 	width: auto;
 }
 
-#postcustomstuff #newmetaleft {
-	vertical-align: top;
-}
-
 #postcustomstuff #newmetaleft a {
 	padding: 0 10px;
 	text-decoration: none;
