Skip to content

Commit

Permalink
Updated to latest QUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Mar 20, 2011
1 parent f78f20a commit f0dbb83
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 86 deletions.
30 changes: 24 additions & 6 deletions external/qunit.css
Expand Up @@ -74,10 +74,24 @@
list-style-position: inside;
}

#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running {
display: none;
}

#qunit-tests li strong {
cursor: pointer;
}

#qunit-tests li a {
padding: 0.5em;
color: #c2ccd1;
text-decoration: none;
}
#qunit-tests li a:hover,
#qunit-tests li a:focus {
color: #000;
}

#qunit-tests ol {
margin-top: 0.5em;
padding: 0.5em;
Expand Down Expand Up @@ -164,6 +178,13 @@
border-left: 26px solid #EE5757;
}

#qunit-tests > li:last-child {
border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
}

#qunit-tests .fail { color: #000000; background-color: #EE5757; }
#qunit-tests .fail .test-name,
#qunit-tests .fail .module-name { color: #000000; }
Expand All @@ -174,18 +195,15 @@
#qunit-banner.qunit-fail { background-color: #EE5757; }


/** Footer */
/** Result */

#qunit-testresult {
padding: 0.5em 0.5em 0.5em 2.5em;

color: #2b81af;
background-color: #D2E0E6;

border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
border-bottom: 1px solid white;
}

/** Fixture */
Expand All @@ -194,4 +212,4 @@
position: absolute;
top: -10000px;
left: -10000px;
}
}

0 comments on commit f0dbb83

Please sign in to comment.