mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-13 11:18:30 +01:00
Modifed Forgot Password Page
This commit is contained in:
parent
5a5064bd2b
commit
a44e4d08c8
2 changed files with 16 additions and 16 deletions
|
@ -33,11 +33,11 @@
|
|||
margin-bottom: 4%;
|
||||
}
|
||||
|
||||
.btn-register {
|
||||
.btn-forgot {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hoverlogin-1 a {
|
||||
.hoverforgot-1 a {
|
||||
color: white;
|
||||
background-color: transparent;
|
||||
position: center;
|
||||
|
@ -45,7 +45,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.hoverlogin-1 a:hover {
|
||||
.hoverforgot-1 a:hover {
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
|
@ -207,9 +207,9 @@
|
|||
<input type="email" id="exampleDropdownFormEmail1"
|
||||
class="form-control input-sm text-center" placeholder="Email address">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-register btn-primary">Reset Password</button>
|
||||
<button type="submit" class="btn btn-forgot btn-primary">Reset Password</button>
|
||||
|
||||
<div class="hoverlogin-1 text-center">
|
||||
<div class="hoverforgot-1 text-center">
|
||||
<a href="register.html">Or Return to Login</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
22
login.html
22
login.html
|
@ -33,7 +33,7 @@
|
|||
margin-bottom: 4%;
|
||||
}
|
||||
|
||||
.btn-register {
|
||||
.btn-login {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@ -157,18 +157,18 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 500px){
|
||||
.form{
|
||||
width: 95%;
|
||||
}
|
||||
.form{
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.form .user-input{
|
||||
width: 100%
|
||||
}
|
||||
.form .user-input{
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.form .btn{
|
||||
width: 100%;
|
||||
.form .btn{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -211,7 +211,7 @@
|
|||
<label class="remember-me text-left"><input type="checkbox" name="">Remember me</label>
|
||||
<a href="forgot-password.html" style="margin-left: 14%; font-size: 10pt;">Forgot your password?</a>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-register btn-primary">Login</button>
|
||||
<button type="submit" class="btn btn-login btn-primary">Login</button>
|
||||
|
||||
<div class="hoverlogin-1 text-center">
|
||||
<a href="register.html">Not Have Account? Sign up</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue