From f4c3d873f92a4b81f7dd6990bfbba4519f95f2e6 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Sat, 11 Jul 2009 20:48:02 +0000 Subject: 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 --- share/www/style/layout.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share/www/style') 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 */ -- cgit v1.2.3