[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 250)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Wed Jun 16 17:54:10 CDT 2010
User: knarf
Date: 2010/06/16 05:54 PM
Modified:
/release-info/
parse_testsuite_results.cgi
Log:
change css
File Changes:
Directory: /release-info/
=========================
File [modified]: parse_testsuite_results.cgi
Delta lines: +2 -2
===================================================================
--- release-info/parse_testsuite_results.cgi 2010-06-16 22:51:57 UTC (rev 249)
+++ release-info/parse_testsuite_results.cgi 2010-06-16 22:54:10 UTC (rev 250)
@@ -154,9 +154,9 @@
my $color = " style=\"background-color:#d0d0d0;\"";
if ($nprocs != "1") { $color = " style=\"background-color:#e0e0e0;\""; }
$table_entries .= "<td$color align='center' valign='bottom'>".
- "<img src='green.png' alt='success' width='20px' style='position:absolute;z-index:-1;' height='".
+ "<img src='red.png' alt='fail' width='20px' style='position:relative;z-index:-1;' height='".
$allhosts{$host}{$nprocs}{"ran"}."px'/><br/>".
- "<img src='red.png' alt='fail' width='20px' style='position:absolute;z-index:0;' height='".
+ "<img src='green.png' alt='success' width='20px' style='position:relative;z-index:0;' height='".
$allhosts{$host}{$nprocs}{"fail"}."px'/></td>";
}
}
More information about the Commits
mailing list