diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 6ec3e09c..ad04d41f 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -566,11 +566,18 @@ document.getElementById('username').focus(); * @return null */ function tablesPrint($tables) { - echo "

\n"; + echo "

\n"; } } diff --git a/adminer/static/default.css b/adminer/static/default.css index 0ccbb81a..1de1029c 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -18,6 +18,7 @@ td img { max-width: 200px; max-height: 200px; } code { background: #eee; } tr:hover td, tr:hover th { background: #ddf; } pre { margin: 1em 0 0; } +ul { margin: 1em 0 0; } .version { color: #777; font-size: 67%; } .js .hidden { display: none; } .nowrap td, .nowrap th, td.nowrap { white-space: pre; } @@ -38,6 +39,8 @@ pre { margin: 1em 0 0; } .type { width: 15ex; width: auto\9; } #menu { position: absolute; margin: 10px 0 0; padding: 0 0 30px 0; top: 2em; left: 0; width: 19em; overflow: auto; overflow-y: hidden; white-space: nowrap; } #menu p { padding: .8em 1em; margin: 0; border-bottom: 1px solid #ccc; } +#tables { padding: 0 0 0 1em; } +#tables li { list-style-type: none; } #content { margin: 2em 0 0 21em; padding: 10px 20px 20px 0; } #lang { position: absolute; top: 0; left: 0; line-height: 1.8em; padding: .3em 1em; } #breadcrumb { white-space: nowrap; position: absolute; top: 0; left: 21em; background: #eee; height: 2em; line-height: 1.8em; padding: 0 1em; margin: 0 0 0 -18px; }