Skip to content

Commit ecf3e8a

Browse files
committed
Merge remote branch 'origin/master'
2 parents 49c9db9 + b41cfce commit ecf3e8a

File tree

17 files changed

+1047
-942
lines changed

17 files changed

+1047
-942
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.DS_Store
66
cache/
77
combined/
8+
combine/

external/qunit.css

Lines changed: 64 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/** Resets */
1212

13-
#qunit-tests, #qunit-tests li ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
13+
#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
1414
margin: 0;
1515
padding: 0;
1616
}
@@ -20,10 +20,13 @@
2020

2121
#qunit-header {
2222
padding: 0.5em 0 0.5em 1em;
23-
24-
color: #fff;
25-
text-shadow: rgba(0, 0, 0, 0.5) 4px 4px 1px;
23+
24+
color: #8699a4;
2625
background-color: #0d3349;
26+
27+
font-size: 1.5em;
28+
line-height: 1em;
29+
font-weight: normal;
2730

2831
border-radius: 15px 15px 0 0;
2932
-moz-border-radius: 15px 15px 0 0;
@@ -33,7 +36,12 @@
3336

3437
#qunit-header a {
3538
text-decoration: none;
36-
color: white;
39+
color: #c2ccd1;
40+
}
41+
42+
#qunit-header a:hover,
43+
#qunit-header a:focus {
44+
color: #fff;
3745
}
3846

3947
#qunit-banner {
@@ -68,7 +76,7 @@
6876
cursor: pointer;
6977
}
7078

71-
#qunit-tests li ol {
79+
#qunit-tests ol {
7280
margin-top: 0.5em;
7381
padding: 0.5em;
7482

@@ -83,6 +91,45 @@
8391
-webkit-box-shadow: inset 0px 2px 13px #999;
8492
}
8593

94+
#qunit-tests table {
95+
border-collapse: collapse;
96+
margin-top: .2em;
97+
}
98+
99+
#qunit-tests th {
100+
text-align: right;
101+
vertical-align: top;
102+
padding: 0 .5em 0 0;
103+
}
104+
105+
#qunit-tests td {
106+
vertical-align: top;
107+
}
108+
109+
#qunit-tests pre {
110+
margin: 0;
111+
white-space: pre-wrap;
112+
word-wrap: break-word;
113+
}
114+
115+
#qunit-tests del {
116+
background-color: #e0f2be;
117+
color: #374e0c;
118+
text-decoration: none;
119+
}
120+
121+
#qunit-tests ins {
122+
background-color: #ffcaca;
123+
color: #500;
124+
text-decoration: none;
125+
}
126+
127+
/*** Test Counts */
128+
129+
#qunit-tests b.counts { color: black; }
130+
#qunit-tests b.passed { color: #5E740B; }
131+
#qunit-tests b.failed { color: #710909; }
132+
86133
#qunit-tests li li {
87134
margin: 0.5em;
88135
padding: 0.4em 0.5em 0.4em 0.5em;
@@ -99,13 +146,11 @@
99146
border-left: 26px solid #C6E746;
100147
}
101148

102-
#qunit-tests li.pass { color: #528CE0; background-color: #D2E0E6; }
103-
#qunit-tests li.pass span.test-name { color: #366097; }
149+
#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; }
150+
#qunit-tests .pass .test-name { color: #366097; }
104151

105-
#qunit-tests li li.pass span.test-actual,
106-
#qunit-tests li li.pass span.test-expected { color: #999999; }
107-
108-
strong b.pass { color: #5E740B; }
152+
#qunit-tests .pass .test-actual,
153+
#qunit-tests .pass .test-expected { color: #999999; }
109154

110155
#qunit-banner.qunit-pass { background-color: #C6E746; }
111156

@@ -117,14 +162,12 @@ strong b.pass { color: #5E740B; }
117162
border-left: 26px solid #EE5757;
118163
}
119164

120-
#qunit-tests li.fail { color: #000000; background-color: #EE5757; }
121-
#qunit-tests li.fail span.test-name,
122-
#qunit-tests li.fail span.module-name { color: #000000; }
165+
#qunit-tests .fail { color: #000000; background-color: #EE5757; }
166+
#qunit-tests .fail .test-name,
167+
#qunit-tests .fail .module-name { color: #000000; }
123168

124-
#qunit-tests li li.fail span.test-actual { color: #EE5757; }
125-
#qunit-tests li li.fail span.test-expected { color: green; }
126-
127-
strong b.fail { color: #710909; }
169+
#qunit-tests .fail .test-actual { color: #EE5757; }
170+
#qunit-tests .fail .test-expected { color: green; }
128171

129172
#qunit-banner.qunit-fail,
130173
#qunit-testrunner-toolbar { background-color: #EE5757; }
@@ -134,14 +177,14 @@ strong b.fail { color: #710909; }
134177

135178
#qunit-testresult {
136179
padding: 0.5em 0.5em 0.5em 2.5em;
137-
180+
138181
color: #2b81af;
139182
background-color: #D2E0E6;
140183

141184
border-radius: 0 0 15px 15px;
142185
-moz-border-radius: 0 0 15px 15px;
143186
-webkit-border-bottom-right-radius: 15px;
144-
-webkit-border-bottom-left-radius: 15px;
187+
-webkit-border-bottom-left-radius: 15px;
145188
}
146189

147190
/** Fixture */

0 commit comments

Comments
 (0)