Use grid consistently

This commit is contained in:
Dennis Reimann 2019-11-01 22:15:02 +01:00
parent 50bf55cbdf
commit 205fd3c9ce
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0
7 changed files with 311 additions and 298 deletions

View file

@ -20,14 +20,14 @@
<p>Create and manage apps.</p>
</div>
</div>
<div class="row no-gutter" style="margin-bottom: 5px;">
<div class="col-lg-6">
<div class="row button-row">
<div class="col-lg-12">
<a asp-action="CreateApp" class="btn btn-primary" role="button" id="CreateNewApp"><span class="fa fa-plus"></span> Create a new app</a>
<a href="https://docs.btcpayserver.org/features/apps" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<table class="table table-sm table-responsive-md">
<thead>
<tr>
@ -67,4 +67,5 @@
</table>
</div>
</div>
</div>
</section>

View file

@ -45,7 +45,7 @@
</div>
</div>
<div class="row no-gutter" style="margin-bottom: 5px;">
<div class="row button-row">
<div class="col-lg-6">
<a asp-action="CreateInvoice" class="btn btn-primary" role="button" id="CreateNewInvoice"><span class="fa fa-plus"></span> Create a new invoice</a>
<a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@ -183,6 +183,7 @@
@* Custom Range Modal *@
<div class="row">
<div class="col-lg-12">
<table class="table table-sm table-responsive-md">
<thead>
<tr>
@ -330,6 +331,7 @@
}
}
</div>
</div>
</div>
<script type="text/javascript">

View file

@ -19,13 +19,14 @@
<hr class="primary">
</div>
</div>
<div class="row no-gutter" style="margin-bottom: 5px;">
<div class="col-lg-6">
<div class="row button-row">
<div class="col-lg-12">
<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/features/paymentrequests" target="_blank"><span class="fa fa-question-circle-o" title="More information..."></span></a>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<table class="table table-sm table-responsive-md">
<thead>
<tr>
@ -85,4 +86,5 @@
</nav>
</div>
</div>
</div>
</section>

View file

@ -5,7 +5,7 @@
<partial name="_StatusMessage" />
<div class="row">
<div class="row button-row">
<div class="col align-self-center">Total Users: @Model.Total</div>
<div class="col text-right">
<a asp-controller="Account"

View file

@ -21,8 +21,14 @@
</div>
</div>
<div class="row">
<div class="row button-row">
<div class="col-lg-12">
<a asp-action="CreateStore" class="btn btn-primary" role="button" id="CreateStore"><span class="fa fa-plus"></span> Create a new store</a>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<table class="table table-sm table-responsive-md">
<thead>
<tr>
@ -55,6 +61,6 @@
</tbody>
</table>
</div>
</div>
</div>
</section>

View file

@ -23,6 +23,7 @@
</div>
<div class="row">
<div class="col-lg-12">
<table class="table table-sm table-responsive-md">
<thead>
<tr>
@ -55,4 +56,5 @@
</table>
</div>
</div>
</div>
</section>

View file

@ -6,7 +6,7 @@
ViewData.SetActivePageAndTitle(WalletsNavPages.Send);
}
<div class="row no-gutters">
<div class="row">
<div class="@(Model.Outputs.Count==1? "col-lg-6 transaction-output-form": "col-lg-8")">
<form method="post">
<input type="hidden" asp-for="Divisibility" />