add the prompt btn correctly positioned

This commit is contained in:
mic 2024-05-14 08:36:57 +02:00
parent c3f1dc62cf
commit 27e3a8ff35
2 changed files with 9 additions and 3 deletions

View file

@ -105,6 +105,7 @@ table.prompts_list td.properties{
#formNew{
display: none;
width: 100%;
padding-bottom: 7px;
}
.text_output{
@ -112,10 +113,15 @@ table.prompts_list td.properties{
height: 9em;
}
.go_right{
.go_right_float{
float: right;
}
.go_right{
width: 100%;
text-align: right;
}
.width_all{
width: 100%;
}

View file

@ -63,9 +63,9 @@
</td>
</tr>
</table>
<div class="go_right">* __MSG_customPrompts_form_required_fields__.</div>
<div class="go_right_float">* __MSG_customPrompts_form_required_fields__</div>
<br>
<button id="btnAddNew" disabled>__MSG_customPrompts_btnAddNewCommit__</button>
<div class="go_right"><button id="btnAddNew" disabled>__MSG_customPrompts_btnAddNewCommit__</button></div>
</div>
<div id="all_prompts">
<table class="prompts_list">