? downstream_buttons.patch
Index: hosting.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/hosting/hosting.css,v
retrieving revision 1.30
diff -u -p -r1.30 hosting.css
--- hosting.css	20 Oct 2009 22:17:27 -0000	1.30
+++ hosting.css	22 Oct 2009 17:56:07 -0000
@@ -141,9 +141,20 @@ div#hosting-package-comparison div.form-
 }
 
 /*
- *  Retry button
+ *  Buttons
  */
 
+.hosting-button-enabled, .hosting-button-disabled {
+  margin:0 0 0 0.5em;
+}
+
+.hosting-button-enabled {
+}
+
+.hosting-button-disabled {
+}
+
+
 div.hosting-task-retry form, div.hosting-task-retry form input {
   margin:0 !important;
   padding:0 !important;
@@ -164,16 +175,6 @@ div.hosting-task-retry form, div.hosting
 
 .hosting-task-full { display: none }
 
-/*
-html.js input.form-autocomplete {
-  background-image: url(../../misc/throbber.gif);
-  background-repeat: no-repeat;
-  background-position: 100% 2px;
-}
-html.js input.throbbing {
-  background-position: 100% -18px;
-}
-*/
 
 #hosting-wizard-form-buttons { 
   text-align: right;
@@ -191,41 +192,13 @@ margin-right: auto;
 
 div.hosting-wizard-glossary { padding: 0 2em; display: none; }
 
-
-
-/**
- * Task button links
- */
-a.hosting-button-enabled,
-.hosting-button-disabled {
-  padding: 4px 10px;
-  margin: 0 4px;
-   text-align: center;
-   height: 20px;
-    -moz-border-radius:3px;
-    -webkit-border-radius: 3px;
-}
-
-a.hosting-button-enabled:hover {
-  background: #49a
-}
-
-a.hosting-button-enabled {
-  color:#fff;
-  background:#6ac;
-}
-
-.hosting-button-disabled {
-  color:#eee;
-  background:#aaa;
-}
-
 td.hosting-actions {
   text-align: right;
 }
 th.hosting-actions {
   text-align: center;
 }
+
 .ui-dialog-overlay, 
 .hosting-overlay { 
   background:transparent url(images/overlay.png) repeat 0 0;
