diff --git a/adminer/db.inc.php b/adminer/db.inc.php index d606bf03..f76164c1 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -120,6 +120,7 @@ if ($adminer->homepage()) { echo "\n"; if (!information_schema(DB)) { + echo "\n"; } echo "\n"; echo script("tableCheck();"); diff --git a/adminer/include/connect.inc.php b/adminer/include/connect.inc.php index 31eb9bc7..19af7e00 100644 --- a/adminer/include/connect.inc.php +++ b/adminer/include/connect.inc.php @@ -56,10 +56,12 @@ function connect_error() { echo "\n"; echo (support("database") - ? "
" . lang('Selected') . "
\n" + ? "\n" : "" ); echo "\n"; diff --git a/adminer/select.inc.php b/adminer/select.inc.php index ec36873c..761b1d93 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -461,7 +461,9 @@ if (!$columns && support("table")) { echo "\n"; } + echo "\n"; - echo "

\n"; echo "\n"; echo (!$group && $select ? "" : script("tableCheck();")); } diff --git a/adminer/static/default.css b/adminer/static/default.css index 41835061..1fdf5698 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -14,7 +14,7 @@ table { margin: 1em 20px 0 0; border-collapse: collapse; font-size: 90%; } td, th { border: 1px solid #999; padding: .2em .3em; } th { background: #eee; text-align: left; } thead th { text-align: center; padding: .2em .5em; } -thead td, thead th { background: #ddf; } +thead td, thead th { background: #ddf; } /* position: sticky; causes Firefox to lose borders */ fieldset { display: inline; vertical-align: top; padding: .5em .8em; margin: .8em .5em 0 0; border: 1px solid #999; } p { margin: .8em 20px 0 0; } img { vertical-align: middle; border: 0; } @@ -58,7 +58,7 @@ input.wayoff { left: -1000px; position: absolute; } .icon:hover { background-color: red; } .size { width: 6ex; } .help { cursor: help; } -.pages { position: fixed; bottom: 0; left: 21em; padding: 5px; background: #ddf; border: 1px solid #999; } +.footer { position: sticky; bottom: 0; background: #fff; padding: 1px 0 .5em; } .links a { white-space: nowrap; margin-right: 20px; } .logout { margin-top: .5em; position: absolute; top: 0; right: 0; } .loadmore { margin-left: 1ex; } diff --git a/changes.txt b/changes.txt index c0c5c797..85ab585d 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,6 @@ Adminer 4.6.1-dev: Speed up rendering of long tables (regression from 4.4.0) +Sticky position of table actions MySQL: Support non-utf8 charset in search in column MySQL: Support geometry in MySQL 8 (bug #574) SQLite: Allow deleting PRIMARY KEY from tables with auto increment