From 53f593fa584c22ac8ebca83f8899cc44978d8d8d Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 20 Oct 2005 12:29:14 +0000 Subject: [PATCH] nowrap for IE and pre for the rest --- ChangeLog | 1 + css/phpmyadmin.css.php | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ede09911..b25e2b2b1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ $Source$ * libraries/left.js: dropped * libraries/function.js: tuned PMA_merkRowsInit(): every table with class data now has mark and hover effect + * css/phpmyadmin.css.php: nowrap for IE and pre for the rest 2005-10-19 Alexander M. Turek * lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index b1e86d9da..b76606694 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -33,9 +33,12 @@ caption { table .value { text-align: right; white-space: nowrap; - white-space: pre; font-family: "Courier New", Courier, monospace; } +/* IE doesnt handles 'pre' right */ +table [class=value] { + white-space: pre; +} table .unit, table .name {