From 8b548e0528c1a802fbe6c41f2a3eb9e2988ce384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 14 Jan 2018 05:48:38 +0100 Subject: Fixed new contact button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/_navigation.scss | 4 +++- templates/newContactButton.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/_navigation.scss b/css/_navigation.scss index 79e3a733..6d820449 100644 --- a/css/_navigation.scss +++ b/css/_navigation.scss @@ -11,6 +11,8 @@ margin: 14px auto; /* to have the same height than a contact */ width: calc(100% - 20px) !important; text-align: left; - padding-left: 34px; background-position: 10px center; + padding: 10px; + padding-left: 34px; + display: block; } diff --git a/templates/newContactButton.html b/templates/newContactButton.html index 26e52f45..9ec3dbae 100644 --- a/templates/newContactButton.html +++ b/templates/newContactButton.html @@ -1,2 +1,2 @@ - -- cgit v1.2.3