From 9f17a7ce34e11cf4a2d048c9d87c6d6a975c82fd Mon Sep 17 00:00:00 2001 From: saman bb Date: Fri, 22 Mar 2013 12:38:29 -0400 Subject: [PATCH] basic fox for restore modal. --- js/id/ui/restore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/restore.js b/js/id/ui/restore.js index 72ffa76d8..a7554c88d 100644 --- a/js/id/ui/restore.js +++ b/js/id/ui/restore.js @@ -6,7 +6,7 @@ iD.ui.Restore = function(context) { var modal = iD.ui.modal(selection); modal.select('.modal') - .attr('class', 'modal-splash modal'); + .attr('class', 'modal-splash modal fillL'); var introModal = modal.select('.content');