aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/css/multitestrunner.css
blob: 2cdffeac304526e3c64364991df1d5a2e02dd78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/*
 * Copyright 2008 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */

/* Author: pupius@google.com (Daniel Pupius) */

.goog-testrunner {
  background-color: #EEE;
  border: 1px solid #999;
  padding: 10px;
  padding-bottom: 25px;
}

.goog-testrunner-progress {
  width: auto;
  height: 20px;
  background-color: #FFF;
  border: 1px solid #999;
}

.goog-testrunner-progress table {
  width: 100%;
  height: 20px;
  border-collapse: collapse;
}

.goog-testrunner-buttons {
  margin-top: 7px;
}

.goog-testrunner-buttons button {
  width: 75px;
}

.goog-testrunner-log,
.goog-testrunner-report,
.goog-testrunner-stats {
  margin-top: 7px;
  width: auto;
  height: 400px;
  background-color: #FFF;
  border: 1px solid #999;
  font: normal medium monospace;
  padding: 5px;
  overflow: auto;  /* Opera doesn't support overflow-y. */
  overflow-y: scroll;
  overflow-x: auto;
}

.goog-testrunner-report div {
  margin-bottom: 6px;
  border-bottom: 1px solid #999;
}

.goog-testrunner-stats table {
  margin-top: 20px;
  border-collapse: collapse;
  border: 1px solid #EEE;
}

.goog-testrunner-stats td,
.goog-testrunner-stats th {
  padding: 2px 6px;
  border: 1px solid #F0F0F0;
}

.goog-testrunner-stats th {
  font-weight: bold;
}

.goog-testrunner-stats .center {
  text-align: center;
}

.goog-testrunner-progress-summary {
  font: bold small sans-serif;
}

.goog-testrunner iframe {
  position: absolute;
  left: -640px;
  top: -480px;
  width: 640px;
  height: 480px;
  margin: 0;
  border: 0;
  padding: 0;
}

.goog-testrunner-report-failure {
  color: #900;
}

.goog-testrunner-reporttab,
.goog-testrunner-logtab,
.goog-testrunner-statstab {
  float: left;
  width: 50px;
  height: 16px;
  text-align: center;
  font: normal small arial, helvetica, sans-serif;
  color: #666;
  background-color: #DDD;
  border: 1px solid #999;
  border-top: 0;
  cursor: pointer;
}

.goog-testrunner-reporttab,
.goog-testrunner-logtab {
  border-right: 0;
}

.goog-testrunner-activetab {
  font-weight: bold;
  color: #000;
  background-color: #CCC;
}