]> git.joonet.de Git - adminer.git/commitdiff
Fill footer to the right
authorJakub Vrana <jakub@vrana.cz>
Fri, 9 Feb 2018 22:36:53 +0000 (23:36 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 9 Feb 2018 22:36:53 +0000 (23:36 +0100)
adminer/static/default.css

index a63e4fc025470182870c01c96c3de28fab8fee06..a61722b676b4f8a4baaa5827fab97f22045930ea 100644 (file)
@@ -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; }