diff --git a/css/app.css b/css/app.css index 3a2d4c02b..4970253eb 100644 --- a/css/app.css +++ b/css/app.css @@ -729,19 +729,23 @@ img.tile { ------------------------------------------------------- */ .about-block { - position:absolute; - bottom:0px; + float: right; + height: 40px; } #about { - bottom:0px; - right:0px; border-radius:3px 0 0 0; } +#attrib-container { + position: absolute; + right:0px; + bottom:0px; +} + #user-list { + margin-right: 8px; border-radius:3px 3px 0 0; - right: 330px; max-width: 400px; overflow: hidden; white-space: nowrap; @@ -757,6 +761,7 @@ img.tile { .user-container { position:absolute; left:0px; + bottom:0px; border-radius:0 3px 0 0; } diff --git a/js/id/id.js b/js/id/id.js index cb0c5f82c..482d0759e 100644 --- a/js/id/id.js +++ b/js/id/id.js @@ -199,7 +199,7 @@ window.iD = function(container) { .attr('class', 'inspector-wrap fillL') .style('display', 'none'); - var about = container.append('div'); + var about = container.append('div').attr('id', 'attrib-container'); about.append('ul') .attr('id','about')