From: Jakub Vrana Date: Fri, 9 Feb 2018 20:55:18 +0000 (+0100) Subject: Make footer margin not transparent X-Git-Tag: v4.6.2~34 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=d27ee7a3881eeb5bc5cc92e6418e07df86e600ee;p=adminer.git Make footer margin not transparent --- diff --git a/adminer/static/default.css b/adminer/static/default.css index b9547340..1a35a83f 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -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; }