From 2b5f7d126f9662d6db534e6f938c619578545ed9 Mon Sep 17 00:00:00 2001 From: Oscar Date: Wed, 22 Nov 2017 20:36:22 +0100 Subject: [PATCH] share interface: align text in input and button Bug: Text in inout and button are not aligned on the middle axis Fix: Add padding-bottom on the button elements to push their contents a bit higher --- assets/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/main.css b/assets/main.css index 0ff37f08..9d2e8273 100644 --- a/assets/main.css +++ b/assets/main.css @@ -600,6 +600,7 @@ tbody { color: white; cursor: pointer; font-size: 15px; + padding-bottom: 4px; padding-left: 10px; padding-right: 10px; white-space: nowrap; @@ -840,6 +841,7 @@ tbody { color: white; cursor: pointer; font-size: 15px; + padding-bottom: 3px; padding-left: 10px; padding-right: 10px; white-space: nowrap;