add reset password

This commit is contained in:
Darel
2018-03-22 16:46:11 +08:00
parent b09efaa8f2
commit 1d7335831b
7 changed files with 69 additions and 35 deletions
Binary file not shown.
+2 -2
View File
@@ -1,8 +1,8 @@
{
"ExpandedNodes": [
"",
"\\js"
"\\css"
],
"SelectedNode": "\\js\\global.script.js",
"SelectedNode": "\\search-contact.html",
"PreviewInSolutionExplorer": false
}
BIN
View File
Binary file not shown.
+2 -31
View File
@@ -2623,10 +2623,10 @@ cont.menu ul.main-menu>li li a{
from {opacity: 0;}
to {opacity: 1;}
}
/*end of part 27----------------------------------------------------*/
/*end of part 28----------------------------------------------------*/
/*-------------------------------------------------------------------
[28. Table and Collapsible]
[27. Table and Collapsible]
-------------------------------------------------------------------*/
table {
@@ -2670,35 +2670,6 @@ tr:nth-child(even){background-color: #f2f2f2}
}
/*end of part 28----------------------------------------------------*/
/*-------------------------------------------------------------------
[29. Pagination]
-------------------------------------------------------------------*/
.pagination {
display: inline-block;
}
.centerpagination {
text-align: center;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}
.pagination a.active {
background-color: #4CAF50;
color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
/*end of part 29----------------------------------------------------*/
/*Other Styles and helpers------------------------------------------*/
.block {
display: block;
+1 -1
View File
@@ -39,7 +39,7 @@
<div class="form-divider"></div>
<div class="form-row txt-center">
<a class="button green">Submit</a>
<a href="reset-password.html" class="button green">Submit</a>
<a href="index.html" class="button blue">Cancel</a>
</div>
</form>
+3 -1
View File
@@ -447,7 +447,9 @@
<i class="fa fa-user"></i>
<em class="seperate"></em>
<span class="list-item-title">Casey</span>
<span class="list-item-title-role">Importer</span>
<span class="list-item-title-role" style="margin-top:-10px">Importer</span>
<br />
<span class="list-item-title-role" style="margin-top:-10px; color: #000">Izyim</span>
</a>
<a href="#" class="list-item">
<i class="fa fa-user"></i>
+61
View File
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html>
<head>
<title>AzureUI - SIGNIN</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/global.style.css">
</head>
<body>
<div class="wrapper">
<div class="wrapper-inline">
<div class="form-fixed-large"></div>
<div class="form-row txt-center">
<img src="images/CIEF.png" style="width:200px; height:100px">
</div>
<main>
<section class="container">
<form>
<div class="form-row txt-center" style="font-weight: 700; font-size: 20px; color: #2DD67B; margin-bottom: -15px">
Reset your Password
</div>
<div class="form-row txt-center" style="font-size: 15px; color: #2DD67B">
You have requested to reset the password for:
</div>
<div class="form-row txt-center" style="font-size: 15px; color: #069">
016-7963808
</div>
<br />
<div class="form-row-group with-icons">
<div class="form-row no-padding">
<div style="position:absolute; top: 10px;">
<a class="fa fa-lock" style="color: black"></a>
</div>
<input id="pass1" type="password" class="form-element" placeholder="New Password" />
</div>
<div class="form-row no-padding">
<div style="position:absolute; top: 10px;">
<a class="fa fa-lock" style="color: black"></a>
</div>
<input id="pass1" type="password" class="form-element" placeholder="Re-typpe Password" />
</div>
</div>
<div class="form-divider"></div>
<div class="form-row txt-center">
<a href="index.html" class="button blue">Reset my password</a>
</div>
</form>
</section>
</main>
</div>
</div>
</body>
</html>