From db08f8ec362fd4d0b0bd408bbd14b1bdcba8ced3 Mon Sep 17 00:00:00 2001 From: Tobias Hoffmann Date: Fri, 7 Sep 2012 10:36:46 +0200 Subject: [PATCH 1/4] Background title does show now. --- src/php_error.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/php_error.php b/src/php_error.php index 48d140f..759d02c 100644 --- a/src/php_error.php +++ b/src/php_error.php @@ -3254,7 +3254,7 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { } body { color: #f0f0f0; - + background-color: #111; tab-size: 4; } @@ -3296,7 +3296,6 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { margin-top: 0; } .background { - background: #111; width: 100%; padding: 18px 24px; From c8835ec2405adc4b640ad2ecf2bc4036018d53bc Mon Sep 17 00:00:00 2001 From: Tobias Hoffmann Date: Fri, 7 Sep 2012 11:34:25 +0200 Subject: [PATCH 2/4] Changed styles. --- src/php_error.php | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/src/php_error.php b/src/php_error.php index 759d02c..6b97ec8 100644 --- a/src/php_error.php +++ b/src/php_error.php @@ -3288,7 +3288,7 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { } h1 { - font-size: 32px; + font-size: 24px; margin-bottom: 0; } h2 { @@ -3405,17 +3405,22 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { height: 100%; } #error-back { - font-size: 240px; + font-size: 120px; color: #211600; position: absolute; - top: 60px; - right: -80px; - - -webkit-transform: rotate( 24deg ); - -moz-transform: rotate( 24deg ); - -ms-transform: rotate( 24deg ); - -o-transform: rotate( 24deg ); - transform: rotate( 24deg ); + top: 20px; + left: 60%; + + -webkit-transform: rotate( -14deg ); + -moz-transform: rotate( -14deg ); + -ms-transform: rotate( -14deg ); + -o-transform: rotate( -14deg ); + transform: rotate( -14deg ); + -webkit-transform-origin: right top; + -moz-transform-origin: right top; + -ms-transform-origin: right top; + -o-transform-origin: right top; + transform-origin: right top; } .file-internal-php, .error-stack-trace-line > .filename { + font-size: 16px; } .error-stack-trace-line > .lineinfo { padding-right:18px; padding-left: 82px; text-indent: -64px; + line-height: 1.5em; + font-size: 16px; } Date: Fri, 7 Sep 2012 14:02:25 +0200 Subject: [PATCH 3/4] Swapped inline jQuery for CDN-hosted version. --- src/php_error.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/php_error.php b/src/php_error.php index 6b97ec8..6bb7da4 100644 --- a/src/php_error.php +++ b/src/php_error.php @@ -3807,12 +3807,7 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { $body(); ?> Date: Mon, 10 Sep 2012 12:00:28 +0200 Subject: [PATCH 4/4] Revert "Merge branch 'background-title-doesnt-show'" This reverts commit 8d0c829096d61f75ba60bec751a8dbf3091aefd9, reversing changes made to 2163b1f581bd024c720e36a81f609c58da09f025. --- src/php_error.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/php_error.php b/src/php_error.php index 6bb7da4..1c1060c 100644 --- a/src/php_error.php +++ b/src/php_error.php @@ -3254,7 +3254,7 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { } body { color: #f0f0f0; - background-color: #111; + tab-size: 4; } @@ -3296,6 +3296,7 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { margin-top: 0; } .background { + background: #111; width: 100%; padding: 18px 24px;