make xdebug messages above everything
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 13 Dec 2011 21:31:38 +0000 (21:31 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 13 Dec 2011 21:31:38 +0000 (21:31 +0000)
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

index 7723164..4092593 100644 (file)
@@ -1033,3 +1033,8 @@ table.floatleft {
        zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
 }
 
+/* For developpers */
+.xdebug-error {
+       position: absolute;
+       z-index: 99;
+}