[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-447-gf25945b

The branch, master has been updated via f25945b8bee7b5025abe4e4e054cf6732dcca6ec (commit) from 3256a4407600b6d1cbba29b1cb05ffadb6a1ad67 (commit) - Log ----------------------------------------------------------------- commit f25945b8bee7b5025abe4e4e054cf6732dcca6ec Author: Madhura Jayaratne <madhura.cj@gmail.com> Date: Mon May 2 01:21:46 2011 +0530 DB Operations tab adjusted for low resolution browsers ----------------------------------------------------------------------- Summary of changes: db_operations.php | 10 +++++----- themes/original/css/theme_right.css.php | 2 +- themes/pmahomme/css/theme_right.css.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/db_operations.php b/db_operations.php index 5587664..f48ba27 100644 --- a/db_operations.php +++ b/db_operations.php @@ -349,11 +349,6 @@ if ($db == 'information_schema') { } if (!$is_information_schema) { - ?> - <div class="operations_half_width"> - <?php require './libraries/display_create_table.lib.php'; ?> - </div> - <?php if ($cfgRelation['commwork']) { /** * database comment @@ -377,6 +372,11 @@ if (!$is_information_schema) { </div> <?php } + ?> + <div class="operations_half_width"> + <?php require './libraries/display_create_table.lib.php'; ?> + </div> + <?php /** * rename database */ diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 27d931b..5b12292 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1252,7 +1252,7 @@ li#li_user_preferences { } .operations_half_width { - min-width: 48%; + width: 48%; float: <?php echo $left; ?>; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 25692d2..9654cd9 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1547,7 +1547,7 @@ li#li_user_preferences { } .operations_half_width { - min-width: 48%; + width: 48%; float: <?php echo $left; ?>; } hooks/post-receive -- phpMyAdmin
participants (1)
-
Madhura Jayaratne