mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-18 02:50:18 -04:00
Fix Login again
This commit is contained in:
parent
743db08cdb
commit
99cd207561
|
@ -1,90 +0,0 @@
|
|||
body{
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
background:#3498db;
|
||||
margin: 0 auto 0 auto;
|
||||
width:100%;
|
||||
text-align:center;
|
||||
margin: 20px 0px 20px 0px;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size:12px;
|
||||
text-decoration: none;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size:1.5em;
|
||||
color:#525252;
|
||||
}
|
||||
|
||||
.box{
|
||||
background:white;
|
||||
width:300px;
|
||||
border-radius:6px;
|
||||
margin: 0 auto 0 auto;
|
||||
padding:0px 0px 70px 0px;
|
||||
border: #2980b9 4px solid;
|
||||
}
|
||||
|
||||
.email{
|
||||
background:#ecf0f1;
|
||||
border: #ccc 1px solid;
|
||||
border-bottom: #ccc 2px solid;
|
||||
padding: 8px;
|
||||
width:250px;
|
||||
color:#AAAAAA;
|
||||
margin-top:10px;
|
||||
font-size:1em;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
||||
.password{
|
||||
border-radius:4px;
|
||||
background:#ecf0f1;
|
||||
border: #ccc 1px solid;
|
||||
padding: 8px;
|
||||
width:250px;
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
.btn{
|
||||
background:#2ecc71;
|
||||
width:125px;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
color:white;
|
||||
border-radius:4px;
|
||||
border: #27ae60 1px solid;
|
||||
|
||||
margin-top:20px;
|
||||
margin-bottom:20px;
|
||||
float:left;
|
||||
margin-left:16px;
|
||||
font-weight:800;
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
.btn:hover{
|
||||
background:#2CC06B;
|
||||
}
|
||||
|
||||
#btn2{
|
||||
float:left;
|
||||
background:#3498db;
|
||||
width:125px; padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
color:white;
|
||||
border-radius:4px;
|
||||
border: #2980b9 1px solid;
|
||||
|
||||
margin-top:20px;
|
||||
margin-bottom:20px;
|
||||
margin-left:10px;
|
||||
font-weight:800;
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
#btn2:hover{
|
||||
background:#3594D2;
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type='css/login.css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type="text/css">
|
||||
<link rel="stylesheet" type="text/css" href="css/login.css">
|
||||
|
||||
<form method="post" action="login.html">
|
||||
<div class="box">
|
||||
|
@ -18,4 +19,5 @@
|
|||
|
||||
<p>Forgot your password? <u style="color:#f1c40f;">Click Here!</u></p>
|
||||
|
||||
<script src="js/login.js" type="text/javascript"></script>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript" src="js/login.js"></script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user