From 42a422e623a55fdbb371b731ed534bfe75df7ad2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 3 Jun 2011 14:33:52 +0200 Subject: [PATCH] Valign image buttons --- adminer/static/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/adminer/static/default.css b/adminer/static/default.css index 508ed271..9144c23f 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -19,6 +19,7 @@ td img { max-width: 200px; max-height: 200px; } code { background: #eee; } tr:hover td, tr:hover th { background: #ddf; } pre { margin: 1em 0 0; } +input[type=image] { vertical-align: middle; } .version { color: #777; font-size: 67%; } .js .hidden, .nojs .jsonly { display: none; } .nowrap td, .nowrap th, td.nowrap { white-space: pre; }