]> git.joonet.de Git - adminer.git/commitdiff
Make footer smaller
authorJakub Vrana <jakub@vrana.cz>
Fri, 9 Feb 2018 22:33:46 +0000 (23:33 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 9 Feb 2018 22:33:46 +0000 (23:33 +0100)
adminer/static/default.css

index d6a4340b367ae7f61885fefe8c750d0e2fe35b4b..a63e4fc025470182870c01c96c3de28fab8fee06 100644 (file)
@@ -60,6 +60,7 @@ input.wayoff { left: -1000px; position: absolute; }
 .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, .2), #fff) 100% 0; }
 .footer > div { background: #fff; padding: 0 0 .5em; }
+.footer fieldset { margin-top: 0; }
 .links a { white-space: nowrap; margin-right: 20px; }
 .logout { margin-top: .5em; position: absolute; top: 0; right: 0; }
 .loadmore { margin-left: 1ex; }