diff --git a/adminer/db.inc.php b/adminer/db.inc.php index 38d5cbcc..6f397977 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -120,7 +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 77411adf..0564878c 100644 --- a/adminer/include/connect.inc.php +++ b/adminer/include/connect.inc.php @@ -56,12 +56,12 @@ function connect_error() { echo "\n"; echo (support("database") - ? "\n" : "" ); echo "\n"; diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 761b1d93..cf569a9f 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -461,7 +461,7 @@ if (!$columns && support("table")) { echo "\n"; } - echo "\n"; echo "\n"; echo (!$group && $select ? "" : script("tableCheck();")); diff --git a/adminer/static/default.css b/adminer/static/default.css index 1fdf5698..b9547340 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -58,7 +58,8 @@ input.wayoff { left: -1000px; position: absolute; } .icon:hover { background-color: red; } .size { width: 6ex; } .help { cursor: help; } -.footer { position: sticky; bottom: 0; background: #fff; padding: 1px 0 .5em; } +.footer { position: sticky; bottom: 0; border-top: 20px solid rgba(255, 255, 255, .7); border-image: linear-gradient(rgba(255, 255, 255, 0), #fff) 100% 0; } +.footer > div { background: #fff; padding: 0 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 cfe49f81..67b8d316 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,5 @@ Adminer 4.6.2-dev: +Semi-transparent border on table actions Shorten JSON values in select (bug #594) PostgreSQL: Fix exporting sequences in PostgreSQL 10