From 6a3bce11743bf0a66fee58447c0df6a3eddb2ca6 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 9 Feb 2018 23:33:46 +0100 Subject: [PATCH] Make footer smaller --- adminer/static/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/adminer/static/default.css b/adminer/static/default.css index d6a4340b..a63e4fc0 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -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; }