1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 08:34:20 +02:00

Make footer smaller

This commit is contained in:
Jakub Vrana
2018-02-09 23:33:46 +01:00
parent 28acee861f
commit 6a3bce1174

View 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; }