diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-07-11 20:48:02 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-07-11 20:48:02 +0000 |
commit | f4c3d873f92a4b81f7dd6990bfbba4519f95f2e6 (patch) | |
tree | 90094f4b3595fc685ec07f647e87db0594589feb /share/www/style | |
parent | deae5e14975c0726feb28c7e0be433e650c40f30 (diff) |
Create tests in Futon.
On the test suite page there is now a button that will give you a page to create a custom test that can then be submitted along with JIRA tickets.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@793214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/style')
-rw-r--r-- | share/www/style/layout.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 24348f2a..c9f8cc50 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -486,11 +486,11 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #tests tbody.content td.running { background-image: url(../image/running.png); color: #333; } -#tests tbody.content td.success { - background-image: url(../image/test_success.gif); color: #060; +#tests tbody.content td.success, span.success { + background-image: url(../image/test_success.gif) no-repeat; color: #060; } -#tests tbody.content td.error, #tests tbody.content td.failure { - background-image: url(../image/test_failure.gif); color: #c00; +#tests tbody.content td.error, #tests tbody.content td.failure, span.failure { + background-image: url(../image/test_failure.gif) no-repeat; color: #c00; } /* Configuration */ |