From 48292b70e80fedd956e23c4e590b1c31a1f113b3 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 14 May 2019 09:20:29 +0200 Subject: [PATCH] Stretch footer over the whole table width (bug #624) --- adminer/static/default.css | 2 +- changes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index d22293f6..e79e426f 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -1,5 +1,5 @@ /** @author Ondrej Valka, http://valka.info */ -body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; } +body { color: #000; background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: -moz-fit-content; width: fit-content; } a { color: blue; text-decoration: none; } a:visited { color: navy; } a:link:hover, a:visited:hover { color: red; text-decoration: underline; } diff --git a/changes.txt b/changes.txt index ff511b6d..8f4608a1 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,6 @@ Adminer 4.7.2-dev: Do not attempt logging in without password (bug #676) +Stretch footer over the whole table width (bug #624) MySQL: Fix creating users and changing password in MySQL 8 (bug #663) Adminer 4.7.1 (released 2019-01-24):