? eldir_mods.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 19:24:43 -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) @@ -732,7 +732,10 @@ table.hosting-table th { } /* Node info */ -#hosting-task-list { width:230px; } +#hosting-task-list { + width:230px; + 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 ========================================================= */