From 712cad352cd3d37ae6c2ac9149a64d564440fa2d Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 14 Sep 2015 15:32:44 -0700 Subject: [PATCH] Restyle new-contact element Bring it into line with the style of the other contacts. // FREEBIE --- stylesheets/_index.scss | 2 +- stylesheets/manifest.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index c42c49ec5..3572a904c 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -119,7 +119,7 @@ input.search { .new-contact { display: none; background: $grey_l; - .name { display: none; } + .name, .last-timestamp, .avatar { display: none; } .contact-details::before { content: 'Create new contact'; display: block; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 9df669be7..d1b82a9cc 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -451,7 +451,7 @@ input.search { .new-contact { display: none; background: #f3f3f3; } - .new-contact .name { + .new-contact .name, .new-contact .last-timestamp, .new-contact .avatar { display: none; } .new-contact .contact-details::before { content: 'Create new contact';