From df036ede2b8a69f74de46acab087385ba17bb9a7 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 13 Dec 2011 21:31:38 +0000 Subject: [PATCH] make xdebug messages above everything This way we can actually read the message. Please note this actually hide the content behind but I feel it is better to see the backtrace. TODO: maybe add a debug.css stylesheets wich is only loaded for developers? --- skins/common/shared.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skins/common/shared.css b/skins/common/shared.css index 7723164627..4092593aab 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -1033,3 +1033,8 @@ table.floatleft { zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */ } +/* For developpers */ +.xdebug-error { + position: absolute; + z-index: 99; +} -- 2.20.1