Author: fabien
Date: 2010-03-21 11:09:26 +0100 (Sun, 21 Mar 2010)
New Revision: 28640
Modified:
branches/1.3/lib/exception/data/exception.html.php
branches/1.4/lib/exception/data/exception.html.php
Log:
[1.3, 1.4] fixed overflow for settings in the dev exception page (closes #8430)
Modified: branches/1.3/lib/exception/data/exception.html.php
===================================================================
--- branches/1.3/lib/exception/data/exception.html.php 2010-03-21 02:55:06 UTC
(rev 28639)
+++ branches/1.3/lib/exception/data/exception.html.php 2010-03-21 10:09:26 UTC
(rev 28640)
@@ -23,7 +23,7 @@
#message { padding: 10px; margin-bottom: 10px; background-color: #eee;
-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
a.file_link { text-decoration: none; }
a.file_link:hover { text-decoration: underline; }
- .code { overflow: auto; }
+ .code, #sf_settings, #sf_request, #sf_response, #sf_user, #sf_globals {
overflow: auto; }
</style>
<script type="text/javascript">
function toggle(id)
Modified: branches/1.4/lib/exception/data/exception.html.php
===================================================================
--- branches/1.4/lib/exception/data/exception.html.php 2010-03-21 02:55:06 UTC
(rev 28639)
+++ branches/1.4/lib/exception/data/exception.html.php 2010-03-21 10:09:26 UTC
(rev 28640)
@@ -23,7 +23,7 @@
#message { padding: 10px; margin-bottom: 10px; background-color: #eee;
-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
a.file_link { text-decoration: none; }
a.file_link:hover { text-decoration: underline; }
- .code { overflow: auto; }
+ .code, #sf_settings, #sf_request, #sf_response, #sf_user, #sf_globals {
overflow: auto; }
</style>
<script type="text/javascript">
function toggle(id)
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.