From ee34e446e62bd7bedf72a4a1ef8f689a3b75a9fb Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 25 Jan 2015 08:38:35 -1000 Subject: [PATCH] Label new-contact block --- stylesheets/index.scss | 8 ++++++++ stylesheets/manifest.css | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/stylesheets/index.scss b/stylesheets/index.scss index 96e9cc8a31d..5761f62e23e 100644 --- a/stylesheets/index.scss +++ b/stylesheets/index.scss @@ -17,6 +17,14 @@ } } +.new-contact .contact-details::before { + content: 'Create new contact'; + display: block; + font-style: italic; + opacity: 0.7; + padding-right: 8px; +} + .index { color: $grey_d; background: #eee; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index afbba8c0b5c..2f941458896 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -12,6 +12,13 @@ .typeahead .contact .checkbox { display: inline-block; } +.new-contact .contact-details::before { + content: 'Create new contact'; + display: block; + font-style: italic; + opacity: 0.7; + padding-right: 8px; } + .index { color: #454545; background: #eee; }