]> git.joonet.de Git - adminer.git/commitdiff
Align Whole result
authorJakub Vrana <jakub@vrana.cz>
Wed, 14 Feb 2018 05:46:44 +0000 (06:46 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 14 Feb 2018 05:46:59 +0000 (06:46 +0100)
adminer/static/default.css

index a61722b676b4f8a4baaa5827fab97f22045930ea..2d784fc20fc1f1f736c5543a17154f56255d5cac 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[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; }