diff --git a/admin/xcache.css b/admin/xcache.css index 43ec67b..eaa5065 100644 --- a/admin/xcache.css +++ b/admin/xcache.css @@ -1,6 +1,7 @@ input, table { font-family: sans-serif; } input { font-size: 12px; } table { border-collapse: collapse; font-size: 11px; } +table { white-space: pre; } table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; } table.cycles .col1 { background-color: #f5f5f5; } table.cycles .col2 { background-color: #e0e0e0; } diff --git a/admin/xcache.tpl.php b/admin/xcache.tpl.php index 220f54e..42040ac 100644 --- a/admin/xcache.tpl.php +++ b/admin/xcache.tpl.php @@ -72,15 +72,15 @@ $b = new Cycle('class="col1"', 'class="col2"'); >
{$graph}
- -
-
- - - -
-
- +
{$ci['compiling']} {$ci['hits']} {$ci['misses']}