From 45c6893f16764a91b66a910919d027462eec1aee Mon Sep 17 00:00:00 2001 From: "Andrew V. Louis" <13123840+avlouis@users.noreply.github.com> Date: Tue, 1 Oct 2019 14:13:30 -0500 Subject: [PATCH] Making textareas vertical-align middle allows them to align with adjacent imgs. Signed-off-by: Andrew V. Louis --- .../src/main/webapp/style/default-without-mediaelement.css | 1 + 1 file changed, 1 insertion(+) diff --git a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css index 70f95c68..a671bf10 100644 --- a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css +++ b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css @@ -194,6 +194,7 @@ input, textarea, select { padding: 3px; border-radius: 3px; border: 1px solid lightgray; + vertical-align: middle; } input[type=submit], input[type=button] {