Index: hosting.css
===================================================================
RCS file: /cvs/drupal/contributions/modules/hosting/hosting.css,v
retrieving revision 1.11
diff -u -p -r1.11 hosting.css
--- hosting.css	30 Oct 2008 15:53:53 -0000	1.11
+++ hosting.css	30 Oct 2008 16:28:09 -0000
@@ -72,15 +72,6 @@ table.hosting-table td {
   border-bottom:solid 1px #F1F1F1;
 }
 
-.hosting-queue-frequency div ,.hosting-queue-frequency label{
-  display: inline;
-}
-
-.hosting-queue-frequency, .hosting-queue-frequency-head {
-  text-align: right;
-  padding-right: 2em;
-}
-
 /*
  *  Status icons
  */
@@ -131,6 +122,14 @@ tr.hosting-success td.hosting-status {
   background-image: url(ok.png);
 }
 
+tr.hosting-warning td, tr.hosting-info td, tr.hosting-error td, tr.hosting-queue td, tr.hosting-success td {
+  background-color:transparent !important;
+}
+
+/*
+ *  Retry button
+ */
+
 .hosting-task-retry {
   padding: 0 0 0 23px;
   background:url(warning.png) 0 4px no-repeat;
@@ -138,16 +137,27 @@ tr.hosting-success td.hosting-status {
 }
 
 .hosting-task-retry form, .hosting-task-retry form div, .hosting-task-retry form input {
-  margin:0;
+  margin:0 0 -25px; /* hack */
   padding:0;
 }
 
-.hosting-task-full { display: none }
+/*
+ *  Unknown
+ */
 
-tr.hosting-warning td, tr.hosting-info td, tr.hosting-error td, tr.hosting-queue td, tr.hosting-success td {
-  background-color:transparent !important;
+
+.hosting-queue-frequency div ,.hosting-queue-frequency label{
+  display: inline;
 }
 
+.hosting-queue-frequency, .hosting-queue-frequency-head {
+  text-align: right;
+  padding-right: 2em;
+}
+
+
+.hosting-task-full { display: none }
+
 /*
 html.js input.form-autocomplete {
   background-image: url(../../misc/throbber.gif);
