mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 14:23:38 +02:00
style tweaks to walkthrough footer.
This commit is contained in:
+4
-4
@@ -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
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user