[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 249)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Wed Jun 16 17:51:57 CDT 2010


User: knarf
Date: 2010/06/16 05:51 PM

Modified:
 /release-info/
  parse_testsuite_results.cgi

Log:
 change css

File Changes:

Directory: /release-info/
=========================

File [modified]: parse_testsuite_results.cgi
Delta lines: +3 -3
===================================================================
--- release-info/parse_testsuite_results.cgi	2010-06-16 22:32:46 UTC (rev 248)
+++ release-info/parse_testsuite_results.cgi	2010-06-16 22:51:57 UTC (rev 249)
@@ -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='margin: 0 0 0 0;' height='".
-                      $allhosts{$host}{$nprocs}{"success"}."px'/><br/>".
-                      "<img src='red.png'   alt='fail' width='20px' style='margin: 0 0 0 0;' height='".
+                      "<img src='green.png' alt='success' width='20px' style='position:absolute;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='".
                       $allhosts{$host}{$nprocs}{"fail"}."px'/></td>";
   }
 }



More information about the Commits mailing list