diff --git a/src/php_error.php b/src/php_error.php index d77173c..7fc2b88 100644 --- a/src/php_error.php +++ b/src/php_error.php @@ -3289,7 +3289,7 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { } h1 { - font-size: 32px; + font-size: 24px; margin-bottom: 0; } h2 { @@ -3406,17 +3406,22 @@ function displayHTML( Closure $head, $body=null, $javascript=null ) { height: 0; } #error-back { - font-size: 240px; + font-size: 120px; color: #211600; position: absolute; - top: 60px; - right: -40px; - - -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; }