? .DS_Store
? 872680.patch
? 872680_0.patch
? 872680_2.patch
? head.db
? tabledrag-fix.patch
? modules/.DS_Store
? sites/default/files
? sites/default/settings.php
Index: misc/tabledrag.js
===================================================================
RCS file: /cvs/drupal/drupal/misc/tabledrag.js,v
retrieving revision 1.40
diff -u -p -r1.40 tabledrag.js
--- misc/tabledrag.js	21 Jul 2010 00:26:21 -0000	1.40
+++ misc/tabledrag.js	8 Aug 2010 10:56:33 -0000
@@ -1167,7 +1167,7 @@ Drupal.theme.prototype.tableDragIndentat
 };
 
 Drupal.theme.prototype.tableDragChangedWarning = function () {
-  return '<div class="warning">' + Drupal.theme('tableDragChangedMarker') + ' ' + Drupal.t('Changes made in this table will not be saved until the form is submitted.') + '</div>';
+  return '<div class="tabledrag-changed-warning messages warning">' + Drupal.theme('tableDragChangedMarker') + ' ' + Drupal.t('Changes made in this table will not be saved until the form is submitted.') + '</div>';
 };
 
 })(jQuery);
Index: modules/system/system-behavior.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system-behavior.css,v
retrieving revision 1.12
diff -u -p -r1.12 system-behavior.css
--- modules/system/system-behavior.css	20 Jul 2010 10:17:59 -0000	1.12
+++ modules/system/system-behavior.css	8 Aug 2010 10:56:34 -0000
@@ -136,6 +136,9 @@ div.tree-child-horizontal {
 .tabledrag-toggle-weight {
   font-size: 0.9em;
 }
+body div.tabledrag-changed-warning {
+  margin-bottom: 0.5em;
+}
 
 /**
  * Progress bar
