Merge "Update QUnit from v1.16.0 to v1.17.1"
[lhc/web/wiklou.git] / resources / lib / qunitjs / qunit.css
index 385a1ce..0eb0b01 100644 (file)
@@ -1,12 +1,12 @@
 /*!
- * QUnit 1.16.0
+ * QUnit 1.17.1
  * http://qunitjs.com/
  *
- * Copyright 2006, 2014 jQuery Foundation and other contributors
+ * Copyright jQuery Foundation and other contributors
  * Released under the MIT license
  * http://jquery.org/license
  *
- * Date: 2014-12-03T16:32Z
+ * Date: 2015-01-20T19:39Z
  */
 
 /** Font Family and Sizes */
 
 #qunit-modulefilter-container {
        float: right;
+       padding: 0.2em;
+}
+
+.qunit-url-config {
+       display: inline-block;
+       padding: 0.1em;
+}
+
+.qunit-filter {
+       display: block;
+       float: right;
+       margin-left: 1em;
 }
 
 /** Tests: Pass/Fail */
        display: none;
 }
 
-#qunit-tests li.pass, #qunit-tests li.running, #qunit-tests li.fail {
+#qunit-tests li.running,
+#qunit-tests li.pass,
+#qunit-tests li.fail,
+#qunit-tests li.skipped {
        display: list-item;
 }
 
-#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running  {
+#qunit-tests.hidepass li.running,
+#qunit-tests.hidepass li.pass {
        display: none;
 }