From 75d9386379239dbf0a808488dc6476ac7e2cc759 Mon Sep 17 00:00:00 2001 From: codehimanshu Date: Fri, 4 Aug 2017 12:50:21 +0530 Subject: [PATCH 1/2] partial fix issue #12262 Signed-off-by: codehimanshu --- db_central_columns.php | 2 +- themes/original/css/common.css.php | 4 ++++ themes/pmahomme/css/common.css.php | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/db_central_columns.php b/db_central_columns.php index ecb85ad310..cb97fc8b0a 100644 --- a/db_central_columns.php +++ b/db_central_columns.php @@ -129,7 +129,7 @@ $response->addHTML($deleteRowForm); $table_struct = '
' . '
' . ''; + . 'class="data">'; $response->addHTML($table_struct); $tableheader = PMA_getCentralColumnsTableHeader( 'column_heading', __('Click to sort.'), 2 diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 090f97c2ac..f4ba8f303d 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -3327,6 +3327,10 @@ body .ui-dialog .ui-button-text-only .ui-button-text { margin-top: 60px; } + #table_columns .tablesorter { + min-width: 100%; + } + .doubleFieldset fieldset { width: 98%; } diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 313ba67bd3..725c313147 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3588,6 +3588,10 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { margin-top: 60px; } + #table_columns .tablesorter { + min-width: 100%; + } + .doubleFieldset fieldset { width: 98%; } From 104ab1eb85d9fb2366611b55becc123e81a261a5 Mon Sep 17 00:00:00 2001 From: codehimanshu Date: Fri, 4 Aug 2017 13:45:43 +0530 Subject: [PATCH 2/2] remove trailing whitespaces #12262 Signed-off-by: codehimanshu --- themes/pmahomme/css/common.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 725c313147..887484ae16 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3591,7 +3591,7 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { #table_columns .tablesorter { min-width: 100%; } - + .doubleFieldset fieldset { width: 98%; }