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);
|
).appendTo(frame);
|
||||||
|
|
||||||
var html = $(
|
var html = $(
|
||||||
'<div>' +
|
'<div class="grid-layout layout-normal layout-full"><table>' +
|
||||||
'<div class=""><table width="100%">' +
|
|
||||||
'<tr>' +
|
'<tr>' +
|
||||||
'<td>' +
|
'<td>' +
|
||||||
'Method: <select bind="methodSelector">' +
|
'Method: <select bind="methodSelector">' +
|
||||||
@ -66,8 +65,7 @@ ClusteringDialog.prototype._createDialog = function() {
|
|||||||
'</td>' +
|
'</td>' +
|
||||||
'<td bind="facetContainer" width="200"></td>' +
|
'<td bind="facetContainer" width="200"></td>' +
|
||||||
'</tr>' +
|
'</tr>' +
|
||||||
'</table></div>' +
|
'</table></div>'
|
||||||
'</div>'
|
|
||||||
).appendTo(body);
|
).appendTo(body);
|
||||||
|
|
||||||
this._elmts = DOM.bind(html);
|
this._elmts = DOM.bind(html);
|
||||||
|
Loading…
Reference in New Issue
Block a user