Merge "(bug 38024) Skip styles for modules that don't have stylesheets"
[lhc/web/wiklou.git] / resources / jquery / jquery.qunit.css
index e114ea0..5684a44 100644 (file)
@@ -1,9 +1,9 @@
 /**
- * QUnit 1.2.0pre - A JavaScript Unit Testing Framework
+ * QUnit v1.8.0 - A JavaScript Unit Testing Framework
  *
  * http://docs.jquery.com/QUnit
  *
- * Copyright (c) 2011 John Resig, Jörn Zaefferer
+ * Copyright (c) 2012 John Resig, Jörn Zaefferer
  * Dual licensed under the MIT (MIT-LICENSE.txt)
  * or GPL (GPL-LICENSE.txt) licenses.
  */
        color: #fff;
 }
 
+#qunit-header label {
+       display: inline-block;
+       padding-left: 0.5em;
+}
+
 #qunit-banner {
        height: 5px;
 }
 
        border-bottom: 1px solid white;
 }
+#qunit-testresult .module-name {
+       font-weight: bold;
+}
 
 /** Fixture */
 
        position: absolute;
        top: -10000px;
        left: -10000px;
+       width: 1000px;
+       height: 1000px;
 }