]> git.joonet.de Git - adminer.git/commitdiff
Make footer margin not transparent
authorJakub Vrana <jakub@vrana.cz>
Fri, 9 Feb 2018 20:55:18 +0000 (21:55 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 9 Feb 2018 20:55:18 +0000 (21:55 +0100)
adminer/static/default.css

index b9547340f3193ffeb57f0554a24675c379f82c1f..1a35a83fbc53b32a12a26a368601794e368d7403 100644 (file)
@@ -59,7 +59,7 @@ input.wayoff { left: -1000px; position: absolute; }
 .size { width: 6ex; }
 .help { cursor: help; }
 .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; }
+.footer > div { 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; }