Skip to content

Commit

Permalink
More small tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 2, 2014
1 parent 059f2bd commit a70c899
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Template/Element/exception_stack_trace.ctp
Expand Up @@ -55,7 +55,7 @@ foreach ($error->getTrace() as $i => $stack):
<?php endforeach; ?>
</table>

<div class="code-dump" id="stack-args-<?= $i ?>" style="display: none;">
<div id="stack-args-<?= $i ?>" style="display: none;">
<pre><?= implode("\n", $params) ?></pre>
</div>
</div>
Expand Down
6 changes: 4 additions & 2 deletions src/Template/Layout/dev_error.ctp
Expand Up @@ -119,7 +119,6 @@ body {
max-height: 100%;
}

.code-dump,
pre {
background: #fefefe;
border: 1px solid #ddd;
Expand Down Expand Up @@ -188,12 +187,15 @@ header {
}
.stack-frame {
padding: 10px;
border-bottom: 1px solid #212121;
}
.stack-frame:last-child {
border-bottom: none;
}
.stack-frame a {
display: block;
color: #212121;
text-decoration: none;
border-bottom: 1px solid #212121;
}
.stack-frame.active {
background: #e5e5e5;
Expand Down

0 comments on commit a70c899

Please sign in to comment.