From 0963cf8b7b034740776c050545a01d0a94dbfdaf Mon Sep 17 00:00:00 2001 From: resurtm Date: Thu, 23 May 2013 22:53:17 +0600 Subject: [PATCH] Minor enhancements. --- framework/yii/views/errorHandler.php | 41 ++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/framework/yii/views/errorHandler.php b/framework/yii/views/errorHandler.php index 92aa812..a7fe09a 100644 --- a/framework/yii/views/errorHandler.php +++ b/framework/yii/views/errorHandler.php @@ -147,12 +147,21 @@ $title = $c->htmlEncode($e instanceof \yii\base\Exception ? $e->getName() : get_ } /* code */ + #code-wrap{ + overflow: hidden; + position: relative; + } #code-highlighter{ background-color: #ffffff; position: fixed; width: 100%; z-index: 100; } + #code-inner-wrap{ + min-width: 860px; /* padding compensation: 960px - 50px * 2 */ + max-width: 1100px; /* padding compensation: 1200px - 50px * 2 */ + margin: 0 auto; + } pre{ display: inline; color: #505050; @@ -223,8 +232,10 @@ $title = $c->htmlEncode($e instanceof \yii\base\Exception ? $e->getName() : get_
-
-
$_GET = [
+		
+
+
+
$_GET = [
 	'show-post' => 100,
 	'refresh-page' => 'yes',
 	'ascending-sort' => 1,
@@ -260,6 +271,8 @@ $_SERVER = [
 	'REQUEST_TIME_FLOAT' => 1369146454.0856,
 	'REQUEST_TIME' => 1369146454,
 ];
+
+
- -