forked from lix-project/hydra
This commit is contained in:
parent
41055aabc7
commit
632d56e665
|
@ -21,8 +21,14 @@
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
/*** Sortable tables. ***/
|
||||||
|
|
||||||
$("table.tablesorter").tablesorter();
|
$("table.tablesorter").tablesorter();
|
||||||
|
|
||||||
|
|
||||||
|
/*** Tree toggles in logfiles. ***/
|
||||||
|
|
||||||
/* Set the appearance of the toggle depending on whether the
|
/* Set the appearance of the toggle depending on whether the
|
||||||
corresponding subtree is initially shown or hidden. */
|
corresponding subtree is initially shown or hidden. */
|
||||||
$(".logTreeToggle").map(function() {
|
$(".logTreeToggle").map(function() {
|
||||||
|
@ -59,6 +65,8 @@
|
||||||
$(this).text("+");
|
$(this).text("+");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ ul.nesting li.line {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.nesting li.lastline {
|
ul.nesting li.lastline {
|
||||||
padding-left: 2.1em; // for the 0.1em border-left in .lastline > .lineconn
|
padding-left: 2.1em; /* for the 0.1em border-left in .lastline > .lineconn */
|
||||||
}
|
}
|
||||||
|
|
||||||
li.line {
|
li.line {
|
||||||
|
|
Loading…
Reference in a new issue