From 86a5d5b399d90030327af537319c34e8c1485674 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 17 Jan 2017 09:23:59 +0100 Subject: [PATCH] fix show-more-icon position Signed-off-by: Christoph Wurst --- core/css/guest.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index 4f50e40d55..521b5dc54d 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -123,8 +123,7 @@ form #datadirField legend { padding: 13px; /* increase clickable area of Advanced dropdown */ } #showAdvanced img { - vertical-align: bottom; /* adjust position of Advanced dropdown arrow */ - margin-left: -4px; + vertical-align: middle; /* adjust position of Advanced dropdown arrow */ } /* Buttons and input */