]> git.joonet.de Git - adminer.git/commitdiff
Fix #tables margin (#326)
author0x1793d1 <2362128+0x1793d1@users.noreply.github.com>
Fri, 25 Jan 2019 09:00:26 +0000 (10:00 +0100)
committerJakub Vrána <jakub@vrana.cz>
Fri, 25 Jan 2019 09:00:26 +0000 (10:00 +0100)
designs/pepa-linha/adminer.css

index 5442057903611edc25f04fbe8b5e408b26565c86..5bfd06dcb8423e0637c825083846756fb53a498c 100644 (file)
@@ -336,7 +336,7 @@ p code + a:visited:hover {
 
 #tables {
        max-height: 100%;
-       margin: 0 -15px !important;
+       margin: 32px -15px !important;
        position: absolute;
        left: 15px;
        right: 15px;