mirror of https://github.com/ColorlibHQ/gentelella
css fix / login.html and pricing_tables.html update
parent
7d9d03bca3
commit
2ff8c35b5d
|
@ -4112,18 +4112,13 @@ a.hiddenanchor {
|
||||||
.login_content form div a {
|
.login_content form div a {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 10px 15px 0 0;
|
margin: 10px 15px 0 0;
|
||||||
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reset_pass {
|
.reset_pass {
|
||||||
margin-top: 10px !important;
|
margin-top: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login_content div .reset_pass {
|
|
||||||
margin-top: 13px !important;
|
|
||||||
margin-right: 39px;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.separator {
|
.separator {
|
||||||
border-top: 1px solid #D8D8D8;
|
border-top: 1px solid #D8D8D8;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<!-- Meta, title, CSS, favicons, etc. -->
|
<!-- Meta, title, CSS, favicons, etc. -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
@ -19,85 +19,92 @@
|
||||||
<link href="../vendors/animate.css/animate.min.css" rel="stylesheet">
|
<link href="../vendors/animate.css/animate.min.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Custom Theme Style -->
|
<!-- Custom Theme Style -->
|
||||||
<link href="../build/css/custom.min.css" rel="stylesheet">
|
<link href="../build/css/custom.css" rel="stylesheet">
|
||||||
</head>
|
<link href="../build/css/style-extra-bs4.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
<body class="login">
|
<body class="login">
|
||||||
<div>
|
<div>
|
||||||
<a class="hiddenanchor" id="signup"></a>
|
<a class="hiddenanchor" id="signup"></a>
|
||||||
<a class="hiddenanchor" id="signin"></a>
|
<a class="hiddenanchor" id="signin"></a>
|
||||||
|
|
||||||
<div class="login_wrapper">
|
<div class="login_wrapper">
|
||||||
<div class="animate form login_form">
|
<div class="animate form login_form">
|
||||||
<section class="login_content">
|
<section class="login_content">
|
||||||
<form>
|
<form>
|
||||||
<h1>Login Form</h1>
|
<h1>Login Form</h1>
|
||||||
<div>
|
<div>
|
||||||
<input type="text" class="form-control" placeholder="Username" required="" />
|
<input type="text" class="form-control" placeholder="Username" required=""/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="password" class="form-control" placeholder="Password" required="" />
|
<input type="password" class="form-control" placeholder="Password" required=""/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="row">
|
||||||
<a class="btn btn-default submit" href="index.html">Log in</a>
|
<div class="col-md-6 text-left">
|
||||||
<a class="reset_pass" href="#">Lost your password?</a>
|
<a class="btn btn-primary submit" href="index.html">Log in</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-6 text-right">
|
||||||
|
<a class="btn btn-secondary reset_pass" href="#">Lost your password?</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
<div class="separator">
|
<div class="separator">
|
||||||
<p class="change_link">New to site?
|
<p class="change_link">New to site?
|
||||||
<a href="#signup" class="to_register"> Create Account </a>
|
<a href="#signup" class="to_register"> Create Account </a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<br />
|
<br/>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1><i class="fa fa-paw"></i> Gentelella Alela!</h1>
|
<h1><i class="fa fa-paw"></i> Gentelella Alela!</h1>
|
||||||
<p>©2016 All Rights Reserved. Gentelella Alela! is a Bootstrap 3 template. Privacy and Terms</p>
|
<p>©2016 All Rights Reserved. Gentelella Alela! is a Bootstrap 3 template. Privacy and
|
||||||
</div>
|
Terms</p>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</div>
|
||||||
</section>
|
</form>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="register" class="animate form registration_form">
|
<div id="register" class="animate form registration_form">
|
||||||
<section class="login_content">
|
<section class="login_content">
|
||||||
<form>
|
<form>
|
||||||
<h1>Create Account</h1>
|
<h1>Create Account</h1>
|
||||||
<div>
|
<div>
|
||||||
<input type="text" class="form-control" placeholder="Username" required="" />
|
<input type="text" class="form-control" placeholder="Username" required=""/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="email" class="form-control" placeholder="Email" required="" />
|
<input type="email" class="form-control" placeholder="Email" required=""/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="password" class="form-control" placeholder="Password" required="" />
|
<input type="password" class="form-control" placeholder="Password" required=""/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a class="btn btn-default submit" href="index.html">Submit</a>
|
<a class="btn btn-default submit" href="index.html">Submit</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
<div class="separator">
|
<div class="separator">
|
||||||
<p class="change_link">Already a member ?
|
<p class="change_link">Already a member ?
|
||||||
<a href="#signin" class="to_register"> Log in </a>
|
<a href="#signin" class="to_register"> Log in </a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<br />
|
<br/>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h1><i class="fa fa-paw"></i> Gentelella Alela!</h1>
|
<h1><i class="fa fa-paw"></i> Gentelella Alela!</h1>
|
||||||
<p>©2016 All Rights Reserved. Gentelella Alela! is a Bootstrap 3 template. Privacy and Terms</p>
|
<p>©2016 All Rights Reserved. Gentelella Alela! is a Bootstrap 3 template. Privacy and
|
||||||
</div>
|
Terms</p>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</div>
|
||||||
</section>
|
</form>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue