aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report-styles/report.css
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2011-06-16 16:23:26 +0200
committerJiri Vanek <[email protected]>2011-06-16 16:23:26 +0200
commit20ab54395604e6f1258a5feccc7040a4b26b9c22 (patch)
tree3839a09043d05f78004def86417684ca10a6e233 /tests/report-styles/report.css
parent9c4b0a7764e967c9273fae59b632ca06145d5219 (diff)
added styles for junit xml report
Diffstat (limited to 'tests/report-styles/report.css')
-rw-r--r--tests/report-styles/report.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/report-styles/report.css b/tests/report-styles/report.css
new file mode 100644
index 0000000..e0a59c3
--- /dev/null
+++ b/tests/report-styles/report.css
@@ -0,0 +1,21 @@
+div.passed {background-color:green;height:auto }
+div.failed {background-color:red ;height:auto}
+div.ignored {background-color:yellow ;height:auto}
+
+div.clazz {display:inline }
+div.method {display:inline }
+
+div.result {display:block; border: thin solid black ;height:auto}
+div.status {display:inline; }
+div.wtrace {display:inline; border: thin solid black; float: right;height:auto}
+div.theader {display:block; border: thin solid black}
+div.trace {display:block; border: thin solid black}
+
+div.space-line { clear: both; margin: 0; padding: 0; width: auto;}
+
+div.tablee {width:200px; border: thin solid black; }
+div.row { border: thin solid black; }
+div.cell1 {display:inline; float: left;height:auto}
+div.cell2 {display:inline; float: right;height:auto}
+
+a.classSumaryName{font-weight:bold}