From bdf65efd3c269aa7d11c084745bdaa87b01461bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Apr 2006 14:36:53 +0000 Subject: [PATCH] Drop tables used for layout. --- ChangeLog | 4 +++ css/phpmyadmin.css.php | 5 +++ libraries/plugin_interface.lib.php | 31 +++++-------------- .../darkblue_orange/css/theme_right.css.php | 7 ++++- themes/original/css/theme_right.css.php | 5 +++ 5 files changed, 28 insertions(+), 24 deletions(-) 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 .= '