From 07270b58477e3f8475dea986dd9d5be5a3724372 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 17 Feb 2008 11:10:36 +0000 Subject: [PATCH] no wrap for all text inside table git-svn-id: svn://svn.lighttpd.net/xcache/trunk@518 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- admin/xcache.css | 1 + admin/xcache.tpl.php | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) 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']}