From 01a381fc7e59a963a102e28f34c9c383df86bc5b Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 13 Feb 2017 15:40:10 +0100 Subject: [PATCH] also fix rename button alignment Signed-off-by: Jan-Christoph Borchardt --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 8e43df18f..2065cadcb 100644 --- a/css/style.css +++ b/css/style.css @@ -126,8 +126,8 @@ background-color: transparent; border: none; position: absolute; - right: -5px; - top: 38px; + right: -2px; + top: 34px; padding: 16px; opacity: .5; }