summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorskjnldsv <fremulon@protonmail.com>2016-04-07 08:01:22 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-10 21:20:22 +0200
commit6498f49ab9cc3cf8130fb8c29ca5fbb3514ae8b1 (patch)
treebe33c3a0e1f679ae8fa72022a6ca60a447eae84a /css
parent7a77692a6d9de883c0d9a78d291ec8f8920e1804 (diff)
Hide the Add Contact button if we've got an invalid contact
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/public/style.css b/css/public/style.css
index d3606293..83af8bba 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -318,7 +318,10 @@ li.addressBook-share-item span.shareeIdentifier {
-
+/* Contacts List */
+#new-contact-button {
+ margin: 14px auto; /* to have the same height than a contact*/
+}