diff --git a/ChangeLog b/ChangeLog index 145a9a4c3..6ec89cecf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,9 @@ $Source$ (bug #1397061 Left frame not loaded correct on MySQL error) * libraries/common.lib.php, left.php: bug #1392924 undefined index: tab_count + * libraries/display_export.lib.php, css/phpmyadmin.css.php, + themes/*/css/theme_right.css.php: + 'fixed' layout of export screen for buggy safari and opera 2006-01-12 Marc Delisle * Documentation.html: typo, thanks to Cédric Corazza diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 156ffc5dc..3d061b9e3 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -225,11 +225,6 @@ fieldset div[class=formelement] select { height: auto; } -#fieldsetexport #exportoptions { - float: left; -} - - /* Calendar */ table.calendar { width: 100%; } table.calendar td { text-align: center; } @@ -686,6 +681,14 @@ li#li_flush_privileges { min-width: 48%; float: ; } + +#qbe_div_table_list { + float: ; +} + +#qbe_div_sql_query { + float: ; +} + +
+ +
@@ -234,7 +243,11 @@ function show_checked_option() {
+
+
+ +
@@ -251,7 +264,7 @@ function show_checked_option() { ?>
- : + :
@@ -748,6 +761,8 @@ function show_checked_option() {
+
+