2008-11-30 02:12:55 +00:00
|
|
|
body {
|
|
|
|
font: 14px "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
padding-top: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
font: 24px; /* "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; */
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-top: 5px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
2009-08-07 21:11:40 +00:00
|
|
|
.fail {
|
2008-12-10 18:32:23 +00:00
|
|
|
background: url( ../images/fail-16.png ) no-repeat;
|
2009-08-10 16:54:01 +00:00
|
|
|
padding-left: 20px;
|
2008-11-30 02:12:55 +00:00
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2009-08-10 22:39:48 +00:00
|
|
|
.failInSummary {
|
2008-11-30 02:12:55 +00:00
|
|
|
color: red;
|
2009-08-10 16:54:01 +00:00
|
|
|
}
|
|
|
|
|
2009-08-11 00:50:03 +00:00
|
|
|
.suite {
|
|
|
|
border: 1px outset gray;
|
|
|
|
margin: 2px;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2009-08-10 16:54:01 +00:00
|
|
|
.spec {
|
|
|
|
margin: 5px;
|
2009-08-10 22:39:48 +00:00
|
|
|
clear: both;
|
2009-08-10 16:54:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.passed {
|
|
|
|
background-color: lightgreen;
|
|
|
|
}
|
|
|
|
|
|
|
|
.failed {
|
|
|
|
background-color: pink;
|
|
|
|
}
|
|
|
|
|
2009-08-10 22:39:48 +00:00
|
|
|
.skipped {
|
|
|
|
color: #777;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2009-08-10 16:54:01 +00:00
|
|
|
.resultMessage {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stackTrace {
|
|
|
|
white-space: pre;
|
|
|
|
font-size: .8em;
|
|
|
|
margin-left: 10px;
|
2009-08-10 18:01:03 +00:00
|
|
|
height: 5em;
|
|
|
|
overflow: auto;
|
|
|
|
border-left: 1px solid red;
|
|
|
|
padding-left: 5em;
|
2009-08-10 16:54:01 +00:00
|
|
|
}
|
2009-08-10 22:39:48 +00:00
|
|
|
|
|
|
|
.runSpec {
|
|
|
|
margin-left: 5px;
|
|
|
|
float: right;
|
|
|
|
}
|