diff --git a/js/functions.js b/js/functions.js index 7e5f2d9b07..75c55b4559 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3560,13 +3560,13 @@ AJAX.registerOnload('functions.js', function () { } var seeMore = ''; if (list_size > maxRows) { - seeMore = '
' + + seeMore = '
' + '' + PMA_messages.seeMore + '
'; } - var central_columns_dialog = '
' + + var central_columns_dialog = '
' + '
' + search_in + - '' + fields + '
' + + '' + fields + '
' + '
' + seeMore + '
'; diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 4b8300864f..3be1935799 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -703,6 +703,10 @@ form.login label { color: gray; } +.max_height_400 { + max-height: 400px; +} + .pma_sliding_message{ display: inline-block; } diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 2226d1873b..bc1cc30f2b 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -990,6 +990,10 @@ form.login select { color: gray; } +.max_height_400 { + max-height: 400px; +} + .pma_sliding_message{ display: inline-block; }