From 5f4013b16807bf4f6e607be2e6c60be5df688655 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 22 Jan 2013 07:13:57 -0500 Subject: [PATCH] make html less jumpy clean up the html in the subunit2html style so that when you open up sections the whole thing doesn't jump around on you (i.e. column widths change, hot links drop around.) Do this by shrinking the desc (don't repeat class name) For table to 100% width, but shrink first column to 40% Shrink all the number columns to 40px, and add an 8th colum to take up the slack that happens when the results are shown. Make the results div overflow-x: scroll, to ensure the page doesn't get wider than the browser. Change-Id: I9346d703778287fa7f1c72e2de077f225af070fb Reviewed-on: https://review.openstack.org/20223 Reviewed-by: James E. Blair Reviewed-by: Clark Boylan Approved: Clark Boylan Tested-by: Jenkins --- .../files/slave_scripts/subunit2html.py | 42 +++++++++++-------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/modules/jenkins/files/slave_scripts/subunit2html.py b/modules/jenkins/files/slave_scripts/subunit2html.py index 0fd9d7bb07..b8737ed010 100755 --- a/modules/jenkins/files/slave_scripts/subunit2html.py +++ b/modules/jenkins/files/slave_scripts/subunit2html.py @@ -228,8 +228,8 @@ function showOutput(id, name) {