Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2b1fd2434d
@ -129,7 +129,7 @@ $response->addHTML($deleteRowForm);
|
||||
$table_struct = '<div id="tableslistcontainer">'
|
||||
. '<form name="tableslistcontainer">'
|
||||
. '<table id="table_columns" class="tablesorter" '
|
||||
. 'style="min-width:100%" class="data">';
|
||||
. 'class="data">';
|
||||
$response->addHTML($table_struct);
|
||||
$tableheader = PMA_getCentralColumnsTableHeader(
|
||||
'column_heading', __('Click to sort.'), 2
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user