mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
Stretch footer over the whole table width (bug #624)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/** @author Ondrej Valka, http://valka.info */
|
/** @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 { color: blue; text-decoration: none; }
|
||||||
a:visited { color: navy; }
|
a:visited { color: navy; }
|
||||||
a:link:hover, a:visited:hover { color: red; text-decoration: underline; }
|
a:link:hover, a:visited:hover { color: red; text-decoration: underline; }
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Adminer 4.7.2-dev:
|
Adminer 4.7.2-dev:
|
||||||
Do not attempt logging in without password (bug #676)
|
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)
|
MySQL: Fix creating users and changing password in MySQL 8 (bug #663)
|
||||||
|
|
||||||
Adminer 4.7.1 (released 2019-01-24):
|
Adminer 4.7.1 (released 2019-01-24):
|
||||||
|
Reference in New Issue
Block a user