]> git.joonet.de Git - adminer.git/commitdiff
Stretch footer over the whole table width (bug #624)
authorJakub Vrana <jakub@vrana.cz>
Tue, 14 May 2019 07:20:29 +0000 (09:20 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 14 May 2019 07:31:51 +0000 (09:31 +0200)
adminer/static/default.css
changes.txt

index d22293f608b83edf948b8d379c203c6443f0b54f..e79e426f04fe9a9dcc2106c044f8a91dd5b4101f 100644 (file)
@@ -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; }
index ff511b6d30029eaef940bbe226cb4352f0dc4b71..8f4608a19436e34e26f2d85ee30c8deb9c33fd2a 100644 (file)
@@ -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):