mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 14:57:23 +08:00
minor css fix for ErrorHandler
conflicting css class and bad positioned icon
This commit is contained in:
@@ -16,7 +16,7 @@ $context = $this->context;
|
|||||||
<li class="<?php if (!$context->isCoreFile($file) || $index === 1) echo 'application'; ?> call-stack-item">
|
<li class="<?php if (!$context->isCoreFile($file) || $index === 1) echo 'application'; ?> call-stack-item">
|
||||||
<div class="element-wrap">
|
<div class="element-wrap">
|
||||||
<div class="element">
|
<div class="element">
|
||||||
<span class="number"><?php echo (int)$index; ?>.</span>
|
<span class="line-number"><?php echo (int)$index; ?>.</span>
|
||||||
<span class="text"><?php if ($file !== null) echo 'in ' . $context->htmlEncode($file); ?></span>
|
<span class="text"><?php if ($file !== null) echo 'in ' . $context->htmlEncode($file); ?></span>
|
||||||
<?php if ($method !== null): ?>
|
<?php if ($method !== null): ?>
|
||||||
<span class="call">
|
<span class="call">
|
||||||
|
|||||||
@@ -109,8 +109,8 @@ html,body{
|
|||||||
filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
|
filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: -9px;
|
margin-top: -5px;
|
||||||
margin-left: -22px;
|
margin-left: -25px;
|
||||||
color: #e51717;
|
color: #e51717;
|
||||||
text-shadow: 0 1px 0 #cacaca;
|
text-shadow: 0 1px 0 #cacaca;
|
||||||
}
|
}
|
||||||
@@ -169,7 +169,7 @@ html,body{
|
|||||||
color: #000;
|
color: #000;
|
||||||
text-shadow: 0 1px 0 #cacaca;
|
text-shadow: 0 1px 0 #cacaca;
|
||||||
}
|
}
|
||||||
.call-stack ul li .number{
|
.call-stack ul li .line-number{
|
||||||
width: 45px;
|
width: 45px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user