From 7c32360c67f061c9baa433ac30991dae5d6ca273 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 14 Feb 2018 06:46:44 +0100 Subject: [PATCH] Align Whole result --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index a61722b6..2d784fc2 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -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[type=image] { vertical-align: middle; } +input { 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; } -- 2.39.5