From: Jakub Vrana Date: Fri, 9 Feb 2018 22:36:53 +0000 (+0100) Subject: Fill footer to the right X-Git-Tag: v4.6.2~27 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=71a6a1269dcadae6f16624091e713b07f7a1be92;p=adminer.git Fill footer to the right --- diff --git a/adminer/static/default.css b/adminer/static/default.css index a63e4fc0..a61722b6 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -58,7 +58,7 @@ input.wayoff { left: -1000px; position: absolute; } .icon:hover { background-color: red; } .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, .2), #fff) 100% 0; } +.footer { position: sticky; bottom: 0; margin-right: -20px; 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; }