[WebProfilerBundle] fixed exception stack trace integration

This commit is contained in:
hhamon 2011-02-28 18:53:46 +01:00 committed by Fabien Potencier
parent f0e1df2688
commit 124461ccee
3 changed files with 13 additions and 3 deletions

View File

@ -356,6 +356,14 @@ table th.value
padding: 0;
}
.sf-exceptionreset .block_exception_detected .text_exception {
width: 520px;
}
.sf-exceptionreset .block_exception_detected .illustration_exception {
display: none;
}
ul.alt li {
padding: 5px 7px;
font-size: 13px;

View File

@ -2,6 +2,7 @@
{% block head %}
<link href="{{ asset('bundles/framework/css/exception.css') }}" rel="stylesheet" type="text/css" media="screen" />
{{ parent() }}
{% endblock %}
{% block menu %}

View File

@ -3,10 +3,11 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block title 'Profiler' %}</title>
<link href="{{ asset('bundles/webprofiler/css/toolbar.css') }}" rel="stylesheet" type="text/css" media="screen" />
<link href="{{ asset('bundles/webprofiler/css/profiler.css') }}" rel="stylesheet" type="text/css" media="screen" />
<link rel="shortcut icon" type="image/x-icon" href="{{ asset('bundles/webprofiler/favicon.ico') }}" />
{% block head '' %}
{% block head %}
<link href="{{ asset('bundles/webprofiler/css/toolbar.css') }}" rel="stylesheet" type="text/css" media="screen" />
<link href="{{ asset('bundles/webprofiler/css/profiler.css') }}" rel="stylesheet" type="text/css" media="screen" />
{% endblock %}
</head>
<body>
{% block body '' %}