### Eclipse Workspace Patch 1.0
#P Drupal7
Index: modules/block/block-admin-display-form.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/block/block-admin-display-form.tpl.php,v
retrieving revision 1.6
diff -u -r1.6 block-admin-display-form.tpl.php
--- modules/block/block-admin-display-form.tpl.php	15 May 2008 21:30:02 -0000	1.6
+++ modules/block/block-admin-display-form.tpl.php	18 Apr 2009 09:38:35 -0000
@@ -45,8 +45,8 @@
   <tbody>
     <?php $row = 0; ?>
     <?php foreach ($block_regions as $region => $title): ?>
-      <tr class="region region-<?php print $region?>">
-        <td colspan="5" class="region"><?php print $title; ?></td>
+      <tr class="region region-<?php print $region?><?php if ($row == 0): print ' first-region'; endif; ?>">
+        <td colspan="5" class="region"><span><?php print $title; ?></span></td>
       </tr>
       <tr class="region-message region-<?php print $region?>-message <?php print empty($block_listing[$region]) ? 'region-empty' : 'region-populated'; ?>">
         <td colspan="5"><em><?php print t('No blocks in this region'); ?></em></td>
Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.54
diff -u -r1.54 system.css
--- modules/system/system.css	11 Apr 2009 22:19:45 -0000	1.54
+++ modules/system/system.css	18 Apr 2009 09:38:35 -0000
@@ -1,7 +1,7 @@
 /* $Id: system.css,v 1.54 2009/04/11 22:19:45 webchick Exp $ */
 
-/*
-** HTML elements
+/**
+* HTML elements
 */
 body.drag {
   cursor: move;
@@ -38,8 +38,8 @@
   border-bottom: 3px solid #ccc;
 }
 
-/*
-** Other common styles
+/**
+* Other common styles
 */
 .breadcrumb {
   padding-bottom: .5em
@@ -209,15 +209,15 @@
   margin: 0;
 }
 
-/*
-** Inline items (need to override above)
+/**
+* Inline items (need to override above)
 */
 .container-inline div, .container-inline label {
   display: inline;
 }
 
-/*
-** Tab navigation
+/**
+* Tab navigation
 */
 ul.primary {
   border-collapse: collapse;
@@ -270,8 +270,8 @@
   border-bottom: 4px solid #999;
 }
 
-/*
-** Autocomplete styles
+/**
+* Autocomplete styles
 */
 /* Suggestion list */
 #autocomplete {
@@ -305,8 +305,8 @@
   background-position: 100% -18px; /* LTR */
 }
 
-/*
-** Collapsing fieldsets
+/**
+* Collapsing fieldsets
 */
 html.js fieldset.collapsed {
   border-bottom-width: 0;
@@ -352,8 +352,8 @@
   overflow: auto;
 }
 
-/*
-** Resizable text areas
+/**
+* Resizable text areas
 */
 .resizable-textarea {
   width: 95%;
@@ -372,9 +372,25 @@
   display: block;
 }
 
-/*
-** Table drag and drop.
+/**
+* Table drag and drop.
 */
+table.tabledrag-processed tr.region td.region {
+  background-color: #fff;
+  border: 0;
+  padding: 0;
+  vertical-align: bottom;
+}
+table.tabledrag-processed tr.region td.region span {
+  background-color: #D4E7F3;
+  display: block;
+  margin-top: 1.5em;
+  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
+}
+table.tabledrag-processed tr.first-region td.region span {
+  margin-top: 0;
+  padding: 0.2em 1.5em 0.3em 0.5em; /* LTR */
+}
 .draggable a.tabledrag-handle {
   cursor: move;
   float: left; /* LTR */
@@ -396,8 +412,8 @@
   background-position: 0 -20px;
 }
 
-/*
-** Teaser splitter
+/**
+* Teaser splitter
 */
 .joined + .grippie {
   height: 5px;
@@ -425,8 +441,8 @@
   display: none;
 }
 
-/*
-** Progressbar styles
+/**
+* Progressbar styles
 */
 .progress {
   font-weight: bold;
@@ -466,60 +482,60 @@
   width: 16em;
 }
 
-/*
-** Formatting for welcome page
+/**
+* Formatting for welcome page
 */
 #first-time strong {
   display: block;
   padding: 1.5em 0 .5em;
 }
 
-/*
-** To be used with tableselect.js
+/**
+* To be used with tableselect.js
 */
 tr.selected td {
   background: #ffc;
 }
 
-/*
-** Floating header for tableheader.js
+/**
+* Floating header for tableheader.js
 */
 table.sticky-header {
   margin-top: 0;
   background: #fff;
 }
 
-/*
-** Installation clean URLs
+/**
+* Installation clean URLs
 */
 #clean-url.install {
   display: none;
 }
 
-/*
-** For anything you want to hide on page load when JS is enabled, so
-** that you can use the JS to control visibility and avoid flicker.
+/**
+* For anything you want to hide on page load when JS is enabled, so
+* that you can use the JS to control visibility and avoid flicker.
 */
 html.js .js-hide {
   display: none;
 }
 
-/*
-** Styles for the system modules page (admin/build/modules)
+/**
+* Styles for the system modules page (admin/build/modules)
 */
 #system-modules div.incompatible {
   font-weight: bold;
 }
 
-/*
-** Styles for the system themes page (admin/build/themes)
+/**
+* Styles for the system themes page (admin/build/themes)
 */
 #system-themes-form div.incompatible {
   font-weight: bold;
 }
 
-/*
-** Password strength indicator
+/**
+* Password strength indicator
 */
 .password-strength-title {
   float: left; /* LTR */
@@ -555,8 +571,8 @@
   width: 17.3em;
 }
 
-/*
-** Password confirmation checker
+/**
+* Password confirmation checker
 */
 .confirm-parent {
   margin: 0;
