nowrap for IE and pre for the rest
This commit is contained in:
@@ -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 <me@derrabus.de>
|
||||
* lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user