mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
Using proper class for 0 left padding
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
parent
0b115c3228
commit
f47ffd7ed0
@ -88,7 +88,7 @@
|
||||
|
||||
<form method="post" id="MassAction" asp-action="MassAction">
|
||||
<div class="row button-row">
|
||||
<div class="col-lg-24">
|
||||
<div class="col-lg-12 pl-0">
|
||||
<a asp-action="CreateInvoice" class="btn btn-primary" role="button" id="CreateNewInvoice"><span class="fa fa-plus"></span> Create a new invoice</a>
|
||||
|
||||
<span>
|
||||
|
@ -46,7 +46,7 @@
|
||||
</form>
|
||||
|
||||
<div class="row button-row">
|
||||
<div class="col-lg-24">
|
||||
<div class="col-lg-12 pl-0">
|
||||
<a asp-action="EditPaymentRequest" class="btn btn-primary" role="button" id="CreatePaymentRequest"><span class="fa fa-plus"></span> Create a new payment request</a>
|
||||
<a href="https://docs.btcpayserver.org/PaymentRequests/" target="_blank">
|
||||
<span class="fa fa-question-circle-o" title="More information..."></span>
|
||||
|
Loading…
Reference in New Issue
Block a user