From: Jakub Vrana Date: Wed, 14 Feb 2018 05:46:44 +0000 (+0100) Subject: Align Whole result X-Git-Tag: v4.6.2~15 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=7c32360c67f061c9baa433ac30991dae5d6ca273;p=adminer.git Align Whole result --- 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; }