diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index c6ceedd7..0a2c98f3 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -935,17 +935,18 @@ bodyLoad('server_info, * @return null */ function tablesPrint($tables) { - echo "

\n"; + echo "

\n"; } } diff --git a/adminer/static/default.css b/adminer/static/default.css index be68f7f7..b1fae3b7 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -62,7 +62,8 @@ input.wayoff { left: -1000px; position: absolute; } .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; } +#menu p, #tables { padding: .8em 1em; margin: 0; border-bottom: 1px solid #ccc; } +#tables li{ list-style: none; } #dbs { overflow: hidden; } #logins, #tables { white-space: nowrap; overflow: auto; } #logins a, #tables a, #tables span { background: #fff; }