Index: hosting/hosting.css
===================================================================
RCS file: /cvs/drupal/contributions/modules/hosting/hosting.css,v
retrieving revision 1.10
diff -u -p -r1.10 hosting.css
--- hosting/hosting.css	22 Oct 2008 09:04:01 -0000	1.10
+++ hosting/hosting.css	30 Oct 2008 15:35:34 -0000
@@ -70,7 +70,6 @@ table.hosting-table td {
   margin:3px 2px;
   border-left:solid 1px #F1F1F1;
   border-bottom:solid 1px #F1F1F1;
-
 }
 
 .hosting-queue-frequency div ,.hosting-queue-frequency label{
@@ -132,6 +131,17 @@ tr.hosting-success td.hosting-status {
   background-image: url(ok.png);
 }
 
+.hosting-task-retry {
+  padding: 0 0 0 23px;
+  background:url(warning.png) 0 4px no-repeat;
+  margin:0;
+}
+
+.hosting-task-retry form, .hosting-task-retry form div, .hosting-task-retry form input {
+  margin:0;
+  padding:0;
+}
+
 .hosting-task-full { display: none }
 
 tr.hosting-warning td, tr.hosting-info td, tr.hosting-error td, tr.hosting-queue td, tr.hosting-success td {
Index: hosting/platform/hosting_platform.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/hosting/platform/hosting_platform.module,v
retrieving revision 1.23
diff -u -p -r1.23 hosting_platform.module
--- hosting/platform/hosting_platform.module	27 Oct 2008 20:49:46 -0000	1.23
+++ hosting/platform/hosting_platform.module	30 Oct 2008 15:35:34 -0000
@@ -200,7 +200,6 @@ function hosting_platform_view($node, $t
 
   $node->content['sites_view'] = array(
     '#type' => 'item',
-    '#title' => t("Site list"),
     '#value' => hosting_site_list("platform", $node->nid),
     '#prefix' => '<div id="hosting-site-list">',
     '#suffix' => '</div>',
Index: hosting/site/hosting_site.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/hosting/site/hosting_site.module,v
retrieving revision 1.40
diff -u -p -r1.40 hosting_site.module
--- hosting/site/hosting_site.module	30 Oct 2008 12:41:17 -0000	1.40
+++ hosting/site/hosting_site.module	30 Oct 2008 15:35:35 -0000
@@ -449,7 +449,7 @@ function hosting_site_list($filter_by = 
   }
 
   $header = array(
-    array('data' => t('Domain'), 'field' => 'title'),
+    array('data' => t('Site'), 'field' => 'title'),
     array('data' => t('Profile'), 'field' => 'profile'),
     array('data' => t('Language'), 'field' => 'language'),
     array('data' => t('Created'), 'field' => 'created', 'sort' => 'desc'));
