Fixed layout bug in expression preview dialog.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@242 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
6b421c2c75
commit
8633b20392
@ -39,7 +39,7 @@ ExpressionPreviewDialog.generateWidgetHtml = function() {
|
||||
'</tr>' +
|
||||
'<tr>' +
|
||||
'<td rowspan="2"><textarea class="expression-preview-code" bind="expressionPreviewTextarea" /></td>' +
|
||||
'<td width="150">' +
|
||||
'<td width="150" height="1">' +
|
||||
'<select bind="expressionPreviewLanguageSelect">' +
|
||||
'<option value="gel">Native expression language</option>' +
|
||||
'<option value="jython">Jython</option>' +
|
||||
|
@ -20,7 +20,11 @@ table.expression-preview-layout > tbody > tr:last-child > td {
|
||||
textarea.expression-preview-code {
|
||||
font-family: monospace;
|
||||
height: 5em;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 2%;
|
||||
width: 96%;
|
||||
border: 1px solid #aaa;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.expression-preview-error-container {
|
||||
|
Loading…
Reference in New Issue
Block a user