From f6158e61f827523268fb709c211d793bbfc5faac Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Mon, 12 Oct 2015 22:07:04 -0500 Subject: [PATCH] Add some basic info in exception footer. --- application/views/errors/html/debug.css | 6 ++++++ application/views/errors/html/error_exception.php | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/application/views/errors/html/debug.css b/application/views/errors/html/debug.css index a9ebe3cf44..2c70d075c1 100644 --- a/application/views/errors/html/debug.css +++ b/application/views/errors/html/debug.css @@ -41,6 +41,12 @@ h1 { display: inline; } +.footer .container { + border-top: 1px solid #e7e7e7; + margin-top: 1rem; + text-align: center; +} + .source { background: #333; color: #c7c7c7; diff --git a/application/views/errors/html/error_exception.php b/application/views/errors/html/error_exception.php index 86b4c6b104..9e63f4d313 100644 --- a/application/views/errors/html/error_exception.php +++ b/application/views/errors/html/error_exception.php @@ -252,5 +252,17 @@ + + \ No newline at end of file