style tweaks to walkthrough footer.

This commit is contained in:
Saman Bemel-Benrud
2013-03-28 11:51:54 -04:00
parent 0435c4793c
commit 3bde3afba4
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -2326,11 +2326,11 @@ div.typeahead a:first-child {
.intro-nav-wrap {
position: absolute;
left: 10px;
right: 10px;
bottom: 40px;
left: 0px;
right: 0px;
bottom: 30px;
padding: 10px;
z-index: 1001;
box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.7);
}
.intro-nav-wrap button.step {
+1 -1
View File
@@ -59,7 +59,7 @@ iD.ui.intro = function(context) {
d3.select('#bar button.save').on('click', save);
});
var navwrap = selection.append('div').attr('class', 'intro-nav-wrap');
var navwrap = selection.append('div').attr('class', 'intro-nav-wrap fillD');
var buttonwrap = navwrap.append('div')
.attr('class', 'joined')