? eldir_fix.patch
? eldir_mods.patch
? eldir_one_column.patch
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/eldir/page.tpl.php,v
retrieving revision 1.5
diff -u -p -r1.5 page.tpl.php
--- page.tpl.php	27 May 2009 18:00:34 -0000	1.5
+++ page.tpl.php	23 Oct 2009 07:01:05 -0000
@@ -46,12 +46,8 @@
       </div>
     </div><!-- /main -->
 
-    <?php if (!empty($right)): ?>
-      <div id="right" class="sidebar"><?php print $right ?></div>
-    <?php endif; ?>
-
-    <?php if (!empty($left)): ?>
-      <div id="left" class="sidebar"><?php print $left ?></div>
+    <?php if (!empty($right) or !empty($left)): ?>
+      <div id="right" class="sidebar"><?php print $right ?><?php print $left ?></div>
     <?php endif; ?>
 
   </div></div>
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	23 Oct 2009 07:01:05 -0000
@@ -1,7 +1,7 @@
 /* $Id: style.css,v 1.12 2009/10/20 22:04:37 adrian Exp $ */
 
 /**
- * Eldir for Drupal 5
+ * Eldir for Drupal 6
  * Designed for the Aegir hosting system.
  *
  * By Young Hahn (young@developmentseed.org)
@@ -294,7 +294,7 @@ div#page div.limiter { background:url(im
 
 div#main {
   float:left;
-  width:540px;
+  width:600px;
   padding:10px;
   }
 
@@ -306,7 +306,7 @@ div#main {
 
 div.sidebar {
   float:right;
-  width:170px;
+  width:300px;
   padding:10px;
   }
 
@@ -732,7 +732,10 @@ table.hosting-table th {
   }
 
 /* Node info */
-#hosting-task-list { width:230px; }
+#hosting-task-list { 
+  width:290px;
+  float:right;
+}
 
 #hosting-platform-info,
 #hosting-site-info,
@@ -740,15 +743,22 @@ table.hosting-table th {
 #hosting-site-edit-info {
   font-size:11px;
   background:#f8f8f8;
-
   float:left;
-
   padding:9px;
   border:1px solid #e8e8e8;
   margin:0px 0px 10px;
   width:280px;
   }
 
+#hosting-dbserver-info, 
+#hosting-webserver-info {
+  font-size:11px;
+  background:#f8f8f8;
+  padding:9px;
+  border:1px solid #e8e8e8;
+  margin:0px 0px 10px;
+}
+
   #hosting-site-edit-info,
   #hosting-site-edit-info div.form-item {
     float:none;
@@ -812,6 +822,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 =========================================================
  */
