]> git.joonet.de Git - adminer.git/commitdiff
Fix misaligned inputs
authorRoy-Orbison <Roy-Orbison@users.noreply.github.com>
Thu, 10 Jun 2021 06:28:52 +0000 (15:58 +0930)
committerPeter Knut <peter@pematon.com>
Fri, 15 Mar 2024 22:02:41 +0000 (23:02 +0100)
Signed-off-by: Roy-Orbison <Roy-Orbison@users.noreply.github.com>
(cherry picked from commit 2717333789444b98fb35ffc12372b596c917492e)

adminer/static/default.css

index e79e426f04fe9a9dcc2106c044f8a91dd5b4101f..b5904778e4586b180e66c90d3aeab0a2b943a662 100644 (file)
@@ -23,7 +23,7 @@ code { background: #eee; }
 tbody tr:hover td, tbody tr:hover th { background: #eee; }
 pre { margin: 1em 0 0; }
 pre, textarea { font: 100%/1.25 monospace; }
-input { vertical-align: middle; }
+input, select { vertical-align: middle; }
 input.default { box-shadow: 1px 1px 1px #777; }
 input.required { box-shadow: 1px 1px 1px red; }
 input.maxlength { box-shadow: 1px 1px 1px red; }