nowrap for IE and pre for the rest
This commit is contained in:
@@ -17,6 +17,7 @@ $Source$
|
|||||||
* libraries/left.js: dropped
|
* libraries/left.js: dropped
|
||||||
* libraries/function.js: tuned PMA_merkRowsInit():
|
* libraries/function.js: tuned PMA_merkRowsInit():
|
||||||
every table with class data now has mark and hover effect
|
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>
|
2005-10-19 Alexander M. Turek <me@derrabus.de>
|
||||||
* lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
|
* lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
|
||||||
|
@@ -33,9 +33,12 @@ caption {
|
|||||||
table .value {
|
table .value {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
white-space: pre;
|
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
}
|
}
|
||||||
|
/* IE doesnt handles 'pre' right */
|
||||||
|
table [class=value] {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
table .unit,
|
table .unit,
|
||||||
table .name {
|
table .name {
|
||||||
|
Reference in New Issue
Block a user