bug #1449845 Nowrap in character sets
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2006-06-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
|
* themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets
|
||||||
|
|
||||||
2006-06-15 Marc Delisle <lem9@users.sourceforge.net>
|
2006-06-15 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/sql_query_form.lib.php: Delimiter only if MySQL supports it
|
* libraries/sql_query_form.lib.php: Delimiter only if MySQL supports it
|
||||||
|
|
||||||
|
@@ -212,11 +212,11 @@ table tr.hover {
|
|||||||
|
|
||||||
table .value {
|
table .value {
|
||||||
text-align: <?php echo $right; ?>;
|
text-align: <?php echo $right; ?>;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
/* IE doesnt handles 'pre' right */
|
/* IE doesnt handles 'pre' right */
|
||||||
table [class=value] {
|
table [class=value] {
|
||||||
white-space: pre;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -189,11 +189,11 @@ table tr.hover {
|
|||||||
|
|
||||||
table .value {
|
table .value {
|
||||||
text-align: <?php echo $right; ?>;
|
text-align: <?php echo $right; ?>;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
/* IE doesnt handles 'pre' right */
|
/* IE doesnt handles 'pre' right */
|
||||||
table [class=value] {
|
table [class=value] {
|
||||||
white-space: pre;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user