diff --git a/js/src/server/status/monitor.js b/js/src/server/status/monitor.js index de6193f0e8..4b1e4269cb 100644 --- a/js/src/server/status/monitor.js +++ b/js/src/server/status/monitor.js @@ -1720,7 +1720,7 @@ AJAX.registerOnload('server/status/monitor.js', function () { ' ' + Messages.strFiltersForLogTable + '' + '
' + ' ' + - ' ' + + ' ' + '
' + ((logData.numRows > 250) ? '
' : '') + '
' + diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index 79b55c5c7e..98e9606961 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -3641,7 +3641,7 @@ body .ui-dialog { pointer-events: none; } -#filter_query_text { +#filterQueryText { vertical-align: baseline; } diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index 176d6680b5..72e2e5c74e 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -3509,7 +3509,7 @@ body { pointer-events: none; } -#filter_query_text { +#filterQueryText { vertical-align: baseline; } diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index b85098f558..5ad24bec2d 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -3343,7 +3343,7 @@ body { pointer-events: none; } -#filter_query_text { +#filterQueryText { vertical-align: baseline; } diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 7f3ef223db..7053db481c 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -3702,7 +3702,7 @@ body .ui-dialog { pointer-events: none; } -#filter_query_text { +#filterQueryText { vertical-align: baseline; }