From 24923ed09a28be476edd363106a468d7cb16c621 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 27 Nov 2008 10:04:54 +0000 Subject: [PATCH] * Make build steps clickable as well. --- src/Hydra/root/build.tt | 3 ++- src/Hydra/root/common.tt | 2 +- src/Hydra/root/static/css/hydra.css | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Hydra/root/build.tt b/src/Hydra/root/build.tt index fcd74fb8..00f2fed6 100644 --- a/src/Hydra/root/build.tt +++ b/src/Hydra/root/build.tt @@ -170,7 +170,8 @@ [% FOREACH step IN build.buildsteps -%] - + [% step.stepnr %] [% IF step.type == 0 %] diff --git a/src/Hydra/root/common.tt b/src/Hydra/root/common.tt index caf2af13..000fd1a5 100644 --- a/src/Hydra/root/common.tt +++ b/src/Hydra/root/common.tt @@ -38,7 +38,7 @@ [% FOREACH build IN builds -%] - [% IF !hideResultInfo %] diff --git a/src/Hydra/root/static/css/hydra.css b/src/Hydra/root/static/css/hydra.css index 983559c7..77e7fe4c 100644 --- a/src/Hydra/root/static/css/hydra.css +++ b/src/Hydra/root/static/css/hydra.css @@ -29,8 +29,9 @@ table { margin-bottom: 1em; } -table.buildList tr:hover { +tr.clickable:hover { background-color: #a0a0f0; + cursor: pointer; } .layoutTable td, .layoutTable th {