|
1 | 1 | /*! |
2 | | - * QUnit 1.14.0 |
| 2 | + * QUnit 1.17.1 |
3 | 3 | * http://qunitjs.com/ |
4 | 4 | * |
5 | | - * Copyright 2013 jQuery Foundation and other contributors |
| 5 | + * Copyright jQuery Foundation and other contributors |
6 | 6 | * Released under the MIT license |
7 | 7 | * http://jquery.org/license |
8 | 8 | * |
9 | | - * Date: 2014-01-31T16:40Z |
| 9 | + * Date: 2015-01-20T19:39Z |
10 | 10 | */ |
11 | 11 |
|
12 | 12 | /** Font Family and Sizes */ |
|
62 | 62 | } |
63 | 63 |
|
64 | 64 | #qunit-testrunner-toolbar { |
65 | | - padding: 0.5em 0 0.5em 2em; |
| 65 | + padding: 0.5em 1em 0.5em 1em; |
66 | 66 | color: #5E740B; |
67 | 67 | background-color: #EEE; |
68 | 68 | overflow: hidden; |
69 | 69 | } |
70 | 70 |
|
71 | 71 | #qunit-userAgent { |
72 | | - padding: 0.5em 0 0.5em 2.5em; |
| 72 | + padding: 0.5em 1em 0.5em 1em; |
73 | 73 | background-color: #2B81AF; |
74 | 74 | color: #FFF; |
75 | 75 | text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px; |
76 | 76 | } |
77 | 77 |
|
78 | 78 | #qunit-modulefilter-container { |
79 | 79 | float: right; |
| 80 | + padding: 0.2em; |
| 81 | +} |
| 82 | + |
| 83 | +.qunit-url-config { |
| 84 | + display: inline-block; |
| 85 | + padding: 0.1em; |
| 86 | +} |
| 87 | + |
| 88 | +.qunit-filter { |
| 89 | + display: block; |
| 90 | + float: right; |
| 91 | + margin-left: 1em; |
80 | 92 | } |
81 | 93 |
|
82 | 94 | /** Tests: Pass/Fail */ |
|
86 | 98 | } |
87 | 99 |
|
88 | 100 | #qunit-tests li { |
89 | | - padding: 0.4em 0.5em 0.4em 2.5em; |
| 101 | + padding: 0.4em 1em 0.4em 1em; |
90 | 102 | border-bottom: 1px solid #FFF; |
91 | 103 | list-style-position: inside; |
92 | 104 | } |
93 | 105 |
|
94 | | -#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running { |
| 106 | +#qunit-tests > li { |
| 107 | + display: none; |
| 108 | +} |
| 109 | + |
| 110 | +#qunit-tests li.running, |
| 111 | +#qunit-tests li.pass, |
| 112 | +#qunit-tests li.fail, |
| 113 | +#qunit-tests li.skipped { |
| 114 | + display: list-item; |
| 115 | +} |
| 116 | + |
| 117 | +#qunit-tests.hidepass li.running, |
| 118 | +#qunit-tests.hidepass li.pass { |
95 | 119 | display: none; |
96 | 120 | } |
97 | 121 |
|
98 | 122 | #qunit-tests li strong { |
99 | 123 | cursor: pointer; |
100 | 124 | } |
101 | 125 |
|
| 126 | +#qunit-tests li.skipped strong { |
| 127 | + cursor: default; |
| 128 | +} |
| 129 | + |
102 | 130 | #qunit-tests li a { |
103 | 131 | padding: 0.5em; |
104 | 132 | color: #C2CCD1; |
|
211 | 239 |
|
212 | 240 | #qunit-banner.qunit-fail { background-color: #EE5757; } |
213 | 241 |
|
| 242 | +/*** Skipped tests */ |
| 243 | + |
| 244 | +#qunit-tests .skipped { |
| 245 | + background-color: #EBECE9; |
| 246 | +} |
| 247 | + |
| 248 | +#qunit-tests .qunit-skipped-label { |
| 249 | + background-color: #F4FF77; |
| 250 | + display: inline-block; |
| 251 | + font-style: normal; |
| 252 | + color: #366097; |
| 253 | + line-height: 1.8em; |
| 254 | + padding: 0 0.5em; |
| 255 | + margin: -0.4em 0.4em -0.4em 0; |
| 256 | +} |
214 | 257 |
|
215 | 258 | /** Result */ |
216 | 259 |
|
217 | 260 | #qunit-testresult { |
218 | | - padding: 0.5em 0.5em 0.5em 2.5em; |
| 261 | + padding: 0.5em 1em 0.5em 1em; |
219 | 262 |
|
220 | 263 | color: #2B81AF; |
221 | 264 | background-color: #D2E0E6; |
|
0 commit comments