redesign radio buttons in preset form.

This commit is contained in:
saman bb
2013-03-26 23:56:43 -04:00
parent 03f86453e1
commit 66c19aed15
2 changed files with 12 additions and 12 deletions

View File

@@ -109,7 +109,7 @@ iD.ui.preset = function(context, entity, preset) {
.transition()
.duration(200)
.style('padding-top', '20px')
.style('max-height', '200px')
.style('max-height', '240px')
.style('opacity', '1');
var label = enter.append('label')