Remove extra wrapper

This commit is contained in:
John Firebaugh
2013-05-22 11:20:32 -07:00
parent 413b7abcb9
commit a77362c7b8
2 changed files with 6 additions and 9 deletions
+5 -4
View File
@@ -1441,10 +1441,6 @@ div.combobox {
/* Tag reference */
.preset-inspect {
position: relative;
}
.tag-reference-loading .icon {
background-image: url(img/mini-loader.gif);
background-position: 0 0;
@@ -1465,6 +1461,11 @@ div.combobox {
display: block;
}
.preset-list .tag-reference-body {
position: relative;
width: 100%;
}
.additional-tags .tag-reference-body {
border-bottom: 1px solid #ccc;
float: left;
+1 -5
View File
@@ -184,11 +184,7 @@ iD.ui.PresetList = function(context, entity) {
.text(preset.name());
wrap.call(item.reference.button);
selection.append('div')
.attr('class', 'preset-inspect col12')
.style('max-height', '200px')
.call(item.reference.body);
selection.call(item.reference.body);
}
item.choose = function() {