Fixed layout problem in history extract dialog box.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@544 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-04-25 23:51:48 +00:00
parent fd69f5fe50
commit 4728eaa946

View File

@ -138,10 +138,10 @@ HistoryWidget.prototype._showExtractOperationsDialog = function(json) {
'You can copy and save it in order to apply the same operations in the future.' +
'</td></tr>' +
'<tr>' +
'<td width="50%">' +
'<td width="50%" style="vertical-align: top">' +
'<div class="extract-operation-dialog-entries"><table cellspacing="5" bind="entryTable"></table></div>' +
'</td>' +
'<td width="50%">' +
'<td width="50%" style="vertical-align: top">' +
'<div class="input-container"><textarea wrap="off" class="history-operation-json" bind="textarea" /></div>' +
'</td>' +
'</tr>' +