From: John Firebaugh Date: Tue, 6 Aug 2013 18:24:16 +0000 (-0700) Subject: Fix note icon CSS X-Git-Tag: live~4811^2~10 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4afcc5404f642bcb16d71daf27184d9f816f0476?ds=sidebyside Fix note icon CSS --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 904083c1d..d1983fb8a 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -2297,10 +2297,6 @@ a.button { } } - .drop { - margin-top: 20px; - } - .sprite { background-image: image-url("welcome-sprite.png"); background-size: 500px 250px; @@ -2310,8 +2306,8 @@ a.button { .icon-list { padding-bottom: 20px; - div { - margin-bottom: 10px; + div { + margin-bottom: 10px; p { padding-top: 10px; } @@ -2361,6 +2357,12 @@ a.button { } .note-box { + margin-top: 20px; background-color: $offwhite; } + + .icon.note { + background-color: #333; + border-radius: 4px; + } } diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 37e1edafc..87fcd2281 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -58,7 +58,7 @@ <%= t "welcome_page.start_mapping" %> -
+

<%= t "welcome_page.add_a_note.title" %>

<%= t "welcome_page.add_a_note.paragraph_1_html" %>