join, login 위치 변경
This commit is contained in:
@@ -0,0 +1,67 @@
|
|||||||
|
body, html{
|
||||||
|
height: 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main{
|
||||||
|
margin-top: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1.title {
|
||||||
|
font-size: 50px;
|
||||||
|
font-family: 'Passion One', cursive;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr{
|
||||||
|
width: 10%;
|
||||||
|
/*color: #fff;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group{
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
label{
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
input::-webkit-input-placeholder {
|
||||||
|
font-size: 11px;
|
||||||
|
padding-top: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-login{
|
||||||
|
/*background-color: #fff;*/
|
||||||
|
/* shadows and rounded borders */
|
||||||
|
-moz-border-radius: 2px;
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
|
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||||||
|
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||||||
|
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-center{
|
||||||
|
margin-top: 30px;
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 330px;
|
||||||
|
padding: 40px 40px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-button{
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-register{
|
||||||
|
font-size: 11px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.terms{
|
||||||
|
max-height: 200px; overflow: auto;
|
||||||
|
}
|
||||||
@@ -1,11 +1,3 @@
|
|||||||
/*
|
|
||||||
/* Created by Filipe Pina
|
|
||||||
* Specific styles of signin, register, component
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
* General styles
|
|
||||||
*/
|
|
||||||
|
|
||||||
body, html{
|
body, html{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
+2
-8
@@ -31,9 +31,9 @@ if($canJoin != 'Y'){
|
|||||||
<script src="../e_lib/bootstrap.bundle.min.js"></script>
|
<script src="../e_lib/bootstrap.bundle.min.js"></script>
|
||||||
<script src="../e_lib/jquery.validate.min.js"></script>
|
<script src="../e_lib/jquery.validate.min.js"></script>
|
||||||
<script src="../e_lib/sha512.min.js"></script>
|
<script src="../e_lib/sha512.min.js"></script>
|
||||||
<script src="join.js"></script>
|
<script src="../js/join.js"></script>
|
||||||
<link type="text/css" rel="stylesheet" href="../e_lib/bootstrap.min.css">
|
<link type="text/css" rel="stylesheet" href="../e_lib/bootstrap.min.css">
|
||||||
<link type="text/css" rel="stylesheet" href="join.css">
|
<link type="text/css" rel="stylesheet" href="../css/login.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -110,11 +110,5 @@ if($canJoin != 'Y'){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?=_Time::DatetimeNow()?>
|
|
||||||
<?=util::array_get($_SESSION['access_token'])?><br>
|
|
||||||
<?=util::array_get($_SESSION['expires'])?><br>
|
|
||||||
<?=util::array_get($_SESSION['refresh_token'])?><br>
|
|
||||||
<?=util::array_get($_SESSION['refresh_token_expires'])?><br>
|
|
||||||
<?=$_SESSION['tmpx']?>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user