Skip to content

Commit

Permalink
[WebProfilerBundle] fixed exception stack trace integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamon authored and fabpot committed Mar 6, 2011
1 parent f0e1df2 commit 124461c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Expand Up @@ -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;
Expand Down
Expand Up @@ -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 %}
Expand Down
Expand Up @@ -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 '' %}
Expand Down

0 comments on commit 124461c

Please sign in to comment.