From 433e8cd8ee0a5ddae2d8f125051b7a103f31776d Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 2 Jan 2013 14:42:21 -0500 Subject: [PATCH] Re-add notice --- css/app.css | 1 + js/id/ui/notice.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 8e4c019f3..5dd1d3ad9 100644 --- a/css/app.css +++ b/css/app.css @@ -823,6 +823,7 @@ div.typeahead a:first-child { left:70px; width:250px; height:50px; + padding:10px; background:#fff; font-size: 20px; font-weight: bold; diff --git a/js/id/ui/notice.js b/js/id/ui/notice.js index 05f3c85b6..5467e3745 100644 --- a/js/id/ui/notice.js +++ b/js/id/ui/notice.js @@ -3,7 +3,7 @@ iD.notice = function(selection) { notice = {}; notice.message = function(_) { - selection.attr('class','inner'); + selection.attr('class', 'notice inner'); if (!arguments.length) return _; if (!message && _) { selection