diff --git a/cake/console/libs/templates/skel/webroot/css/cake.generic.css b/cake/console/libs/templates/skel/webroot/css/cake.generic.css index 4040d00de..2fc5bfa9b 100644 --- a/cake/console/libs/templates/skel/webroot/css/cake.generic.css +++ b/cake/console/libs/templates/skel/webroot/css/cake.generic.css @@ -24,26 +24,26 @@ */ * { -margin:0; -padding:0; + margin:0; + padding:0; } /* General Style Info */ body { - background-color: #003d4c; + background: #003d4c; color: #fff; font-family:'lucida grande',verdana,helvetica,arial,sans-serif; font-size:90%; margin: 0; } a { - background-color: inherit; + background:#fff; color: #003d4c; text-decoration: underline; font-weight: bold; } a:hover { - background-color: inherit; + background:#fff; color: #003d4c; text-decoration:none; } @@ -51,15 +51,16 @@ a img { border:none; } h1, h2, h3, h4 { - background-color: inherit; font-weight: normal; } h1 { + background:#fff; color: #003d4c; font-size: 100%; margin: 0.1em 0; } h2 { + background:#fff; color: #e32; font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif; font-size: 190%; @@ -90,23 +91,23 @@ ul, li { padding: 10px 20px; } #header h1 { - background: url('../img/cake.icon.gif') no-repeat left; - color: #ffffff; + background: #003d4c url('../img/cake.icon.gif') no-repeat left; + color: #fff; padding: 0px 30px; } #header h1 a { - color: #ffffff; + color: #fff; background: #003d4c; font-weight: normal; text-decoration: none; } #header h1 a:hover { - color: #ffffff; + color: #fff; background: #003d4c; text-decoration: underline; } #content{ - background-color: #fff; + background: #fff; clear: both; color: #333; padding: 10px 20px 40px 20px; @@ -120,30 +121,29 @@ ul, li { /* Tables */ table { - background-color: #fff; - border-top: 1px solid #ccc; - border-left: 1px solid #ccc; - border-bottom: 1px solid #ccc; + background: #fff; + border:1px solid #ccc; + border-right:0; clear: both; color: #333; margin-bottom: 10px; width: 100%; } th { - background-color: #f2f2f2; + background: #f2f2f2; + border:1px solid #bbb; border-top: 1px solid #fff; border-left: 1px solid #fff; - border-right: 1px solid #bbb; - border-bottom: 1px solid #bbb; text-align: center; } th a { + background:#f2f2f2; display: block; padding: 2px 4px; text-decoration: none; } th a:hover { - background-color: #ccc; + background: #ccc; color: #333; text-decoration: none; } @@ -162,7 +162,6 @@ td.actions { white-space: nowrap; } td.actions a { - display: inline; margin: 0px 6px; } .cake-sql-log table { @@ -175,6 +174,7 @@ td.actions a { /* Paging */ div.paging { + background:#fff; color: #ccc; margin-bottom: 2em; } @@ -223,6 +223,7 @@ fieldset { padding: 16px 20px; } fieldset legend { + background:#fff; color: #e32; font-size: 160%; font-weight: bold; @@ -327,7 +328,7 @@ p.error em { line-height: 140%; } .notice { - background-color: #ffcc00; + background: #ffcc00; color: #000; display: block; font-family: Courier, monospace; @@ -337,8 +338,8 @@ p.error em { margin: 1em 0; } .success { - background-color: green; - color: #FFF; + background: green; + color: #fff; } /* Actions */ @@ -354,6 +355,7 @@ div.actions li { white-space: nowrap; } div.actions ul li a { + background:#fff; color: #003d4c; text-decoration: none; } @@ -398,7 +400,7 @@ div.cake-code-dump pre { overflow: auto; } div.cake-stack-trace pre, div.cake-code-dump pre { - color: #000000; + color: #000; background-color: #F0F0F0; margin: 0px; padding: 1em; @@ -413,6 +415,61 @@ div.cake-code-dump pre, div.cake-code-dump pre code { overflow: auto; } div.cake-code-dump span.code-highlight { - background-color: #FFFF00; + background-color: #ff0; padding: 4px; +} +div.code-coverage-results div.code-line { + padding-left:5px; + display:block; + margin-left:10px; +} +div.code-coverage-results div.uncovered span.content { + background:#ecc; +} +div.code-coverage-results div.covered span.content { + background:#cec; +} +div.code-coverage-results div.ignored span.content { + color:#aaa; +} +div.code-coverage-results span.line-num { + color:#666; + display:block; + float:left; + width:20px; + text-align:right; + margin-right:5px; +} +div.code-coverage-results span.line-num strong { + color:#666; +} +div.code-coverage-results div.start { + border:1px solid #aaa; + border-width:1px 1px 0px 1px; + margin-top:30px; + padding-top:5px; +} +div.code-coverage-results div.end { + border:1px solid #aaa; + border-width:0px 1px 1px 1px; + margin-bottom:30px; + padding-bottom:5px; +} +div.code-coverage-results div.realstart { + margin-top:0px; +} +div.code-coverage-results p.note { + color:#bbb; + padding:5px; + margin:5px 0 10px; + font-size:10px; +} +div.code-coverage-results span.result-bad { + color: #a00; +} +div.code-coverage-results span.result-ok { + color: #fa0; +} +div.code-coverage-results span.result-good { + color: #0a0; } \ No newline at end of file diff --git a/cake/tests/lib/header.php b/cake/tests/lib/header.php index 98f063c98..36e7ed5d8 100644 --- a/cake/tests/lib/header.php +++ b/cake/tests/lib/header.php @@ -32,7 +32,7 @@ CakePHP Test Suite v 1.2.0.0 -