Re-add notice

This commit is contained in:
Tom MacWright
2013-01-02 14:42:21 -05:00
parent 6040c6efa3
commit 433e8cd8ee
2 changed files with 2 additions and 1 deletions

View File

@@ -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;

View File

@@ -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