* phpunit fixes & optimizations for oracle backend
[mediawiki.git] / tests / jasmine / lib / jasmine-1.0.1 / jasmine.css
blob6583fe7c66d439d140a37fcea27417b957e09d5c
1 body {
2 font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
6 .jasmine_reporter a:visited, .jasmine_reporter a {
7 color: #303;
10 .jasmine_reporter a:hover, .jasmine_reporter a:active {
11 color: blue;
14 .run_spec {
15 float:right;
16 padding-right: 5px;
17 font-size: .8em;
18 text-decoration: none;
21 .jasmine_reporter {
22 margin: 0 5px;
25 .banner {
26 color: #303;
27 background-color: #fef;
28 padding: 5px;
31 .logo {
32 float: left;
33 font-size: 1.1em;
34 padding-left: 5px;
37 .logo .version {
38 font-size: .6em;
39 padding-left: 1em;
42 .runner.running {
43 background-color: yellow;
47 .options {
48 text-align: right;
49 font-size: .8em;
55 .suite {
56 border: 1px outset gray;
57 margin: 5px 0;
58 padding-left: 1em;
61 .suite .suite {
62 margin: 5px;
65 .suite.passed {
66 background-color: #dfd;
69 .suite.failed {
70 background-color: #fdd;
73 .spec {
74 margin: 5px;
75 padding-left: 1em;
76 clear: both;
79 .spec.failed, .spec.passed, .spec.skipped {
80 padding-bottom: 5px;
81 border: 1px solid gray;
84 .spec.failed {
85 background-color: #fbb;
86 border-color: red;
89 .spec.passed {
90 background-color: #bfb;
91 border-color: green;
94 .spec.skipped {
95 background-color: #bbb;
98 .messages {
99 border-left: 1px dashed gray;
100 padding-left: 1em;
101 padding-right: 1em;
104 .passed {
105 background-color: #cfc;
106 display: none;
109 .failed {
110 background-color: #fbb;
113 .skipped {
114 color: #777;
115 background-color: #eee;
116 display: none;
120 /*.resultMessage {*/
121 /*white-space: pre;*/
122 /*}*/
124 .resultMessage span.result {
125 display: block;
126 line-height: 2em;
127 color: black;
130 .resultMessage .mismatch {
131 color: black;
134 .stackTrace {
135 white-space: pre;
136 font-size: .8em;
137 margin-left: 10px;
138 max-height: 5em;
139 overflow: auto;
140 border: 1px inset red;
141 padding: 1em;
142 background: #eef;
145 .finished-at {
146 padding-left: 1em;
147 font-size: .6em;
150 .show-passed .passed,
151 .show-skipped .skipped {
152 display: block;
156 #jasmine_content {
157 position:fixed;
158 right: 100%;
161 .runner {
162 border: 1px solid gray;
163 display: block;
164 margin: 5px 0;
165 padding: 2px 0 2px 10px;