From 817091bf716f7ebb8b2a0aeeb758b4a549c20960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 14 Jun 2016 17:44:32 +0200 Subject: [PATCH] style: fix "add contact" button height to title height --- welco/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/welco/static/css/style.css b/welco/static/css/style.css index 1845e8e..c4df9bd 100644 --- a/welco/static/css/style.css +++ b/welco/static/css/style.css @@ -705,3 +705,7 @@ div#content .cell > div#dg-transmit { div#content .cell > div#dg-transmit button { margin-right: 1ex; } + +#content button#create-new-contact { + height: auto; +}