Minor layout tweak in clustering dialog.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@298 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-03-15 18:48:39 +00:00
parent 7137b4bdf6
commit d0f77a5ef8

View File

@ -28,8 +28,7 @@ ClusteringDialog.prototype._createDialog = function() {
).appendTo(frame);
var html = $(
'<div>' +
'<div class=""><table width="100%">' +
'<div class="grid-layout layout-normal layout-full"><table>' +
'<tr>' +
'<td>' +
'Method: <select bind="methodSelector">' +
@ -66,8 +65,7 @@ ClusteringDialog.prototype._createDialog = function() {
'</td>' +
'<td bind="facetContainer" width="200"></td>' +
'</tr>' +
'</table></div>' +
'</div>'
'</table></div>'
).appendTo(body);
this._elmts = DOM.bind(html);