From f25945b8bee7b5025abe4e4e054cf6732dcca6ec Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 2 May 2011 01:21:46 +0530 Subject: [PATCH] DB Operations tab adjusted for low resolution browsers --- 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 558766407..f48ba2767 100644 --- a/db_operations.php +++ b/db_operations.php @@ -349,11 +349,6 @@ if ($db == 'information_schema') { } if (!$is_information_schema) { - ?> -
- -
- +
+ +
+ ; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 25692d27f..9654cd944 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: ; }