? downstream_buttons_eldir.patch
Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/eldir/style.css,v
retrieving revision 1.12
diff -u -p -r1.12 style.css
--- style.css	20 Oct 2009 22:04:37 -0000	1.12
+++ style.css	22 Oct 2009 18:05:17 -0000
@@ -812,6 +812,32 @@ div.hosting-queue-frequency select {
   font-size:10px;
   }
 
+
+/* Task buttons */
+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;
+}
+
 /**
  * CORE ADMIN =========================================================
  */
