1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 14:04:38 +04:00

single page fixes

This commit is contained in:
codecalm
2020-01-29 23:43:13 +01:00
parent 00a71f7069
commit 03e42f5284
12 changed files with 32 additions and 31 deletions
+4 -5
View File
@@ -1,11 +1,10 @@
<form class="card" action="#" method="post">
<div class="card-body p-5">
<div class="card-title">Forgot password</div>
<form class="card card-md" action="{{ site.base }}" method="get">
<div class="card-body">
<h2 class="mb-5 text-center">Forgot password</h2>
<p class="text-muted">Enter your email address and your password will be reset and emailed to you.</p>
<div class="mb-2">
<div class="mb-3">
<label class="form-label">Email address</label>
<input type="email" class="form-control" placeholder="Enter email">
</div>
+3 -3
View File
@@ -1,6 +1,6 @@
<form class="card card-md" action="#" method="get">
<form class="card card-md" action="{{ site.base }}" method="get">
<div class="card-body">
<div class="card-title">Login to your account</div>
<h2 class="mb-5 text-center">Login to your account</h2>
<div class="mb-3">
<label class="form-label">Email address</label>
@@ -13,7 +13,7 @@
<a href="{{ site.base }}/forgot-password.html">I forgot password</a>
</span>
</label>
<input type="password" class="form-control" placeholder="Password" autocomplete="off">
{% include ui/form/input-group.html type="password" append-button="eye:Show password" flat=true placeholder="Password" %}
</div>
<div class="mb-2">
<label class="form-check">
+5 -5
View File
@@ -1,6 +1,6 @@
<form class="card" action="#" method="post">
<div class="card-body p-5">
<div class="card-title">Create new account</div>
<form class="card card-md" action="{{ site.base }}" method="get">
<div class="card-body">
<h2 class="mb-5 text-center">Create new account</h2>
<div class="mb-3">
<label class="form-label">Name</label>
@@ -12,12 +12,12 @@
</div>
<div class="mb-3">
<label class="form-label">Password</label>
<input type="password" class="form-control" placeholder="Password">
{% include ui/form/input-group.html type="password" append-button="eye:Show password" flat=true placeholder="Password" %}
</div>
<div class="mb-3">
<label class="form-check">
<input type="checkbox" class="form-check-input"/>
<span class="form-check-label">Agree the <a href="#" tabindex="-1">terms and policy</a>.</span>
<span class="form-check-label">Agree the <a href="{{ site.base }}" tabindex="-1">terms and policy</a>.</span>
</label>
</div>