summaryrefslogtreecommitdiffstats
path: root/rtems-coverage/style.css
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-16 19:46:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-16 19:46:27 +0000
commit72a2f5afc82b9cf3be93d0722e5512aa99327945 (patch)
tree584cfe3d1f3d0788347fc75406db674d10199a16 /rtems-coverage/style.css
parent2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-72a2f5afc82b9cf3be93d0722e5512aa99327945.tar.bz2
2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* VERSIONS-COVERAGE: Add FTPDIR * do_coverage: Remove logic to re-run test when coverage file has zero length. Skyeye seems to spuriously do this. * generate_coverage_html, style.css: Attempt to add links to information on coverage. Did not render correctly for Glenn in IE8. Works in FF3. * run_coverage: New file. Helper to run tests more easily
Diffstat (limited to 'rtems-coverage/style.css')
-rw-r--r--rtems-coverage/style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/rtems-coverage/style.css b/rtems-coverage/style.css
index 4c2fded..007dcdb 100644
--- a/rtems-coverage/style.css
+++ b/rtems-coverage/style.css
@@ -40,14 +40,27 @@ a:active {
font-size: 1.5em;
height: 140px;
padding-top: 20px;
- padding-left: 350px;
+ padding-left: 200px;
+ text-align: center;
+ width: 40%;
}
.datetime {
color: rgb(55,55,55);
font-size: 0.8em;
padding-top: 5px;
- padding-left: 20px;
+ padding-left: 100px;
+ text-align: center;
+ width: 70%;
+}
+
+.info {
+ color: rgb(55,55,55);
+ font-size: 0.6em;
+ padding-top: 5px;
+ padding-left: 100px;
+ text-align: center;
+ width: 70%;
}
.stats-table {