Add forgot password feature
This commit is contained in:
@@ -173,6 +173,12 @@ input.form-input-large {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.form-login h2 {
|
||||
margin-bottom: 30px;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* preview tabs */
|
||||
label + .form-tabs {
|
||||
margin-top: 10px;
|
||||
@@ -221,3 +227,12 @@ ul.form-tabs-nav {
|
||||
display: none;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.reset-password {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.reset-password a {
|
||||
font-size: 0.8em;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user