From 382160704b5da12d13020c8b16eaa28770051713 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 5 Jun 2015 15:50:58 +0200 Subject: [PATCH] Adjusted rendering of empty superglobals to take less visual space Before the actual usefull information did not fit onto screen because the empty-indication of super-globals took too much visual space. --- src/Whoops/Resources/css/whoops.base.css | 5 ++++- src/Whoops/Resources/views/env_details.html.php | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Whoops/Resources/css/whoops.base.css b/src/Whoops/Resources/css/whoops.base.css index b971edc..816fa2d 100644 --- a/src/Whoops/Resources/css/whoops.base.css +++ b/src/Whoops/Resources/css/whoops.base.css @@ -261,10 +261,13 @@ header { hyphens: auto; } - .data-table .empty { + .data-table span.empty { color: rgba(0, 0, 0, .3); font-style: italic; } + .data-table label.empty { + display: inline; + } .handler { padding: 10px; diff --git a/src/Whoops/Resources/views/env_details.html.php b/src/Whoops/Resources/views/env_details.html.php index a3e0a57..fbc4cf9 100644 --- a/src/Whoops/Resources/views/env_details.html.php +++ b/src/Whoops/Resources/views/env_details.html.php @@ -3,8 +3,8 @@
$data): ?>
- + @@ -20,7 +20,8 @@
- empty + + empty