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..887484ae16 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%; }