fix up containerfluid to container-fluid, and add some margin for left/right on bills
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="pt-2 containerfluid row">
|
<div class="pt-2 mx-2 container-fluid row">
|
||||||
<h3 align="center">Bill Details (go to <a href="/">Finance Tracker</a>)</h3>
|
<h3 align="center">Bill Details (go to <a href="/">Finance Tracker</a>)</h3>
|
||||||
|
|
||||||
{# DEBUG totals if needed
|
{# DEBUG totals if needed
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
#}
|
#}
|
||||||
<div class="mt-4 col-7">
|
<div class="col-7">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-2 form-control-inline d-none new-bill-type-class">Bill Type</div>
|
<div class="col-2 form-control-inline d-none new-bill-type-class">Bill Type</div>
|
||||||
<div class="col-2 form-control-inline d-none new-bill-type-class">Frequency</div>
|
<div class="col-2 form-control-inline d-none new-bill-type-class">Frequency</div>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="containerfluid">
|
<div class="container-fluid">
|
||||||
<h3 align="center">Finance Tracker (go to <a href="bills">Bills</a>)</h3>
|
<h3 align="center">Finance Tracker (go to <a href="bills">Bills</a>)</h3>
|
||||||
|
|
||||||
<form id="vals_form" class="ms-3 mt-3" action="/update" method="POST">
|
<form id="vals_form" class="ms-3 mt-3" action="/update" method="POST">
|
||||||
|
|||||||
Reference in New Issue
Block a user