alignment

This commit is contained in:
dcore94 2023-06-07 17:24:07 +02:00
parent f7be0b8277
commit 1a349662ef
1 changed files with 4 additions and 2 deletions

View File

@ -80,8 +80,9 @@ class CCPExecutionForm extends HTMLElement{
<button id="execute_method_button" class="btn btn-info" style="width:inherit">Execute</button>
</div>
<div class="col-6">
<div class="d-flex" style="gap: 3px;">
<div class="">
<label>Generate code for:</label>
<div class="d-flex">
<select name="language-selector" class="form-control" style="padding:2px">
<option value="text/python" data-ext="py" title="Generate plain Python3">Python 3</option>
<option value="text/plain+r" data-ext="r" title="Generate plain R">R</option>
@ -89,9 +90,10 @@ class CCPExecutionForm extends HTMLElement{
</select>
<button name="codegen" title="Generate code" class="btn btn-primary ccp-toolbar-button ccp-toolbar-button-small">
<svg viewBox="0 96 960 960">
<path d="M320 814 80 574l242-242 43 43-199 199 197 197-43 43Zm318 2-43-43 199-199-197-197 43-43 240 240-242 242Z"/>
<path d="M320 814 80 574l242-242 43 43-199 199 197 197-43 43Zm318 2-43-43 199-199-197-197 43-43 240 240-242 242Z"></path>
</svg>
</button>
</div>
</div>
</div>
</div>