diff --git a/TrxReporter/TrxReporter.css b/TrxReporter/TrxReporter.css index d8d4002..80484d3 100644 --- a/TrxReporter/TrxReporter.css +++ b/TrxReporter/TrxReporter.css @@ -156,7 +156,7 @@ h1 { } body { - font: 16px/20px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; + font: 14px/18px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; margin-top: -10px; min-width: 890px; } diff --git a/TrxReporter/TrxReporter.xslt b/TrxReporter/TrxReporter.xslt index 93cd331..1731467 100644 --- a/TrxReporter/TrxReporter.xslt +++ b/TrxReporter/TrxReporter.xslt @@ -181,7 +181,7 @@
- +
@@ -228,7 +228,7 @@ -
+
@@ -289,7 +289,7 @@ - +
. @@ -490,21 +490,13 @@
-
- - - - - - -
-
-
-                      
-                      
-                    
-
-
+
+
+
+              
+              
+            
+
diff --git a/TrxReporter/TrxReporterTable.css b/TrxReporter/TrxReporterTable.css index 50d90a2..b111e3a 100644 --- a/TrxReporter/TrxReporterTable.css +++ b/TrxReporter/TrxReporterTable.css @@ -72,7 +72,7 @@ tr.sep .ex, td.ex { width: calc(100% - 100px); text-align: left; - max-width: 1000px; + max-width: 800px; } div.exMessage { color: #c71010; @@ -83,8 +83,10 @@ pre.exMessage { color: #800000; } div.exScroller { - width: 100%; + width: calc(100% - 50px); overflow-x: scroll; + margin: 1em auto; + border: 1px solid #a2caf2; } div.times {