Skip to content

Commit

Permalink
misaligned inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Roy-Orbison <[email protected]>
  • Loading branch information
Roy-Orbison committed Jun 10, 2021
1 parent 1f173e1 commit 2717333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminer/static/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 2717333

Please sign in to comment.