diff --git a/tools/callstats.html b/tools/callstats.html index 81d0459ad7..da85494f14 100644 --- a/tools/callstats.html +++ b/tools/callstats.html @@ -152,6 +152,10 @@ code is governed by a BSD-style license that can be found in the LICENSE file. cursor: pointer } + .pageDetailTable tfoot td { + border-top: 1px grey solid; + } + #popover { position: absolute; transform: translateY(-50%) translateX(40px); @@ -198,9 +202,16 @@ code is governed by a BSD-style license that can be found in the LICENSE file. #popover table.compare .compare { display: table-cell; } + + #popover .compare .time, + #popover .compare .version { + padding-left: 10px; + } - + -
+