Separate offender analyze, parsing in the core, display in the front

This commit is contained in:
Gaël Métais
2015-01-26 11:34:38 +01:00
parent d829525ab8
commit 901116fde6
17 changed files with 1436 additions and 563 deletions
+3 -3
View File
@@ -135,18 +135,18 @@
}
}
.backtrace {
.backtrace, .cssFileAndLine {
white-space: nowrap;
padding: 0.5em;
}
&:hover {
&.opens.mouseOver {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: #ffe0cc;
z-index: 2;
& > div {
> div {
display: block;
}
}