From 94e621f3723b46eafaf8796bd692433c872d7921 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 26 May 2013 18:10:46 +0200 Subject: [PATCH] minor css fix for ErrorHandler conflicting css class and bad positioned icon --- framework/yii/views/errorHandler/callStackItem.php | 2 +- framework/yii/views/errorHandler/main.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/yii/views/errorHandler/callStackItem.php b/framework/yii/views/errorHandler/callStackItem.php index fbfa367..a702929 100644 --- a/framework/yii/views/errorHandler/callStackItem.php +++ b/framework/yii/views/errorHandler/callStackItem.php @@ -16,7 +16,7 @@ $context = $this->context;
  • - . + . htmlEncode($file); ?> diff --git a/framework/yii/views/errorHandler/main.php b/framework/yii/views/errorHandler/main.php index 3e3757f..cc1ad20 100644 --- a/framework/yii/views/errorHandler/main.php +++ b/framework/yii/views/errorHandler/main.php @@ -109,8 +109,8 @@ html,body{ filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1); font-size: 26px; position: absolute; - margin-top: -9px; - margin-left: -22px; + margin-top: -5px; + margin-left: -25px; color: #e51717; text-shadow: 0 1px 0 #cacaca; } @@ -169,7 +169,7 @@ html,body{ color: #000; text-shadow: 0 1px 0 #cacaca; } -.call-stack ul li .number{ +.call-stack ul li .line-number{ width: 45px; display: inline-block; }