Partially revert "Remove unnecessary grid classes"

This reverts commit 840c08f672.
This commit is contained in:
John Firebaugh
2013-06-05 10:26:38 -07:00
parent 36e1d8f1f3
commit 3312c4aa4c

View File

@@ -124,7 +124,7 @@ iD.ui.PresetList = function(context) {
function item(selection) {
var wrap = selection.append('div')
.attr('class', 'preset-list-button-wrap category');
.attr('class', 'preset-list-button-wrap category col12');
wrap.append('button')
.attr('class', 'preset-list-button')
@@ -137,7 +137,7 @@ iD.ui.PresetList = function(context) {
.text(preset.name());
box = selection.append('div')
.attr('class', 'subgrid')
.attr('class', 'subgrid col12')
.style('max-height', '0px');
box.append('div')
@@ -174,7 +174,7 @@ iD.ui.PresetList = function(context) {
function PresetItem(preset) {
function item(selection) {
var wrap = selection.append('div')
.attr('class', 'preset-list-button-wrap');
.attr('class', 'preset-list-button-wrap col12');
wrap.append('button')
.attr('class', 'preset-list-button')