summaryrefslogtreecommitdiff
path: root/js_tests/qunit/qunit.css
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-11-23 19:25:51 -0500
committerTim Graham <timograham@gmail.com>2015-11-24 07:33:08 -0500
commitbb50c7da7c8f2c324a464a028a216ec0247896e3 (patch)
treeee4754e0a381f2c113cccf5ad35c7f09947115c9 /js_tests/qunit/qunit.css
parent229fc793a027f1fd3e6e9d553ed09c15b521776c (diff)
Updated qunit to 1.20.0.
Diffstat (limited to 'js_tests/qunit/qunit.css')
-rw-r--r--js_tests/qunit/qunit.css24
1 files changed, 17 insertions, 7 deletions
diff --git a/js_tests/qunit/qunit.css b/js_tests/qunit/qunit.css
index f1dcd4e1cc..a59e2824ce 100644
--- a/js_tests/qunit/qunit.css
+++ b/js_tests/qunit/qunit.css
@@ -1,27 +1,27 @@
/*!
- * QUnit 1.18.0
+ * QUnit 1.20.0
* http://qunitjs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
- * Date: 2015-04-03T10:23Z
+ * Date: 2015-10-27T17:53Z
*/
/** Font Family and Sizes */
-#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
+#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult {
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
-#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
+#qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
#qunit-tests { font-size: smaller; }
/** Resets */
-#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
+#qunit-tests, #qunit-header, #qunit-banner, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
margin: 0;
padding: 0;
}
@@ -68,6 +68,12 @@
overflow: hidden;
}
+#qunit-filteredTest {
+ padding: 0.5em 1em 0.5em 1em;
+ background-color: #F4FF77;
+ color: #366097;
+}
+
#qunit-userAgent {
padding: 0.5em 1em 0.5em 1em;
background-color: #2B81AF;
@@ -118,8 +124,8 @@
#qunit-tests.hidepass li.pass {
visibility: hidden;
position: absolute;
- width: 0px;
- height: 0px;
+ width: 0;
+ height: 0;
padding: 0;
border: 0;
margin: 0;
@@ -162,6 +168,10 @@
border-radius: 5px;
}
+.qunit-source {
+ margin: 0.6em 0 0.3em;
+}
+
.qunit-collapsed {
display: none;
}