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:
parent
7137b4bdf6
commit
d0f77a5ef8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user