diff --git a/ChangeLog b/ChangeLog index 542ff8c1b..5efee918e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,10 @@ $Source$ * libraries/plugin_interface.lib.php: - Display information that there are no settings. - Be more verbose on error. + - Drop tables used for layout. + * css/phpmyadmin.css.php, themes/darkblue_orange/css/theme_right.css.php, + themes/original/css/theme_right.css.php: New style for non table forms + used in plugins. 2006-04-26 Sebastian Mendel * themes/*: diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index a66ecf2b9..d9aec6615 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -735,6 +735,11 @@ td.condition, th.condition { border: 1px solid ; } + +label.desc { + width: 30em; + float: left; +} '; + $ret = "\n"; + $ret .= '
' . "\n"; if ($opt['type'] == 'bool') { - $ret .= ''; $ret .= ''; $ret .= ''; } elseif ($opt['type'] == 'text') { - $ret .= ''; - $ret .= '