cosmetic change - move create visit button a tad to the left

This commit is contained in:
Frede Hundewadt 2022-12-08 12:52:46 +01:00
parent 77a82e60ac
commit 0e2883a5a0
2 changed files with 6 additions and 6 deletions

View file

@ -324,12 +324,12 @@ else
</div> </div>
</div> </div>
</EditForm> </EditForm>
<div class="row mt-2 mb-2"> <div class="row mt-5 mb-2">
<div class="col text-end"> <div class="col-sm-6">
<a class="btn btn-warning" href="/companies/@Company.CompanyId">Tilbage</a> <a class="btn btn-warning" href="/companies/@Company.CompanyId">Kundekort <i class="bi-arrow-left"></i></a>
</div> </div>
<div class="col text-end"> <div class="col-sm-4 text-end">
<button type="button" class="btn btn-primary" @onclick="CreateActivity" disabled="@(PoFormInvalid || Working)">Opret besøg</button> <button type="button" class="btn btn-warning" @onclick="CreateActivity" disabled="@(PoFormInvalid || Working)">Opret besøg <i class="bi-plus"></i></button>
</div> </div>
</div> </div>
} }

View file

@ -1,7 +1,7 @@
{ {
"appInfo": { "appInfo": {
"name": "Wonky Client", "name": "Wonky Client",
"version": "0.83.2", "version": "0.83.3",
"rc": true, "rc": true,
"sandBox": false, "sandBox": false,
"image": "grumpy-coder.png" "image": "grumpy-coder.png"