mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 18:32:25 +02:00
Merge branch 'master' of github.com:systemed/iD
This commit is contained in:
+10
-5
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user