From: Antoine Musso Date: Tue, 13 Dec 2011 21:31:38 +0000 (+0000) Subject: make xdebug messages above everything X-Git-Tag: 1.31.0-rc.0~25984 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=df036ede2b8a69f74de46acab087385ba17bb9a7;p=lhc%2Fweb%2Fwiklou.git 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? --- 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; +}