X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fmediawiki.debug.less;h=3cca6ebdc1962ddbf23d30e7266f055a0b3d82b1;hb=08edb27f6ce31c676660a4ef89b87da79bde2cc2;hp=54620f428a22da932b355cf9a5665fc3bfc54bd8;hpb=67a97fced6c3db01a8eb4cad0851337082f07012;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/mediawiki.debug.less b/resources/src/mediawiki/mediawiki.debug.less index 54620f428a..a56e4592a2 100644 --- a/resources/src/mediawiki/mediawiki.debug.less +++ b/resources/src/mediawiki/mediawiki.debug.less @@ -8,7 +8,7 @@ padding: 0; margin: 0; background: none; - border: none; + border: 0; } table { @@ -16,6 +16,14 @@ width: 100%; table-layout: fixed; + tr { + background-color: #fff; + + &:nth-child( even ) { + background-color: #f9f9f9; + } + } + td, th { padding: 4px 10px; @@ -30,15 +38,7 @@ } span.stats { - color: #808080; - } - } - - tr { - background-color: #fff; - - &:nth-child(even) { - background-color: #f9f9f9; + color: #727272; } } } @@ -63,9 +63,6 @@ display: inline-block; padding: 10px 5px; font-size: 13px; - /* IE-hack for display: inline-block */ - zoom: 1; - *display: inline; } .mw-debug-panelink { @@ -95,6 +92,7 @@ a.mw-debug-panelabel:visited { height: 300px; overflow: scroll; display: none; + font-family: monospace, monospace; font-size: 11px; background-color: #e1eff2; box-sizing: border-box; @@ -184,6 +182,6 @@ a.mw-debug-panelabel:visited { } /* Cheapo hack to hide the first 3 lines of the backtrace */ -.mw-debug-backtrace li:nth-child(-n+3) { +.mw-debug-backtrace li:nth-child( -n+3 ) { display: none; }