diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 6367e9a5..3e70feb6 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -470,7 +470,7 @@ if (!$columns && support("table")) { ); } echo (($found_rows === false ? count($rows) + 1 : $found_rows - $page * $limit) > $limit - ? ' ' . lang('Load more data') . '' + ? ' ' . lang('Load more data') . '' : '' ); } else { diff --git a/adminer/static/default.css b/adminer/static/default.css index 2fe601f8..63f5b93c 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -58,6 +58,7 @@ input.required { box-shadow: 1px 1px 1px red; } .pages { position: fixed; bottom: 0; left: 21em; padding: 5px; background: #ddf; border: 1px solid #999; } .links a { white-space: nowrap; margin-right: 20px; } .logout { margin-top: .5em; position: absolute; top: 0; right: 0; } +.loadmore { margin-left: 1ex; } #menu { position: absolute; margin: 10px 0 0; padding: 0 0 30px 0; top: 2em; left: 0; width: 19em; } #menu p { padding: .8em 1em; margin: 0; border-bottom: 1px solid #ccc; } #dbs { overflow: hidden; }