aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report-styles/report.css
blob: e0a59c373a0e196b108c03b22eceb9c1a675096d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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}