forked from mrlan/LRR
54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
diff a/signup.php b/signup.php (rejected hunks)
|
|
@@ -6,16 +6,17 @@ include 'NoDirectPhpAcess.php';
|
|
include 'Header.php';
|
|
?>
|
|
|
|
-<div class="row">
|
|
-
|
|
- <div class="col-md-4 list-group" style="margin:auto;">
|
|
+<div class="album py-5 bg-white">
|
|
+ <div class="container bg-white">
|
|
+
|
|
+ <div class="col-md-6 panel panel-primary" >
|
|
|
|
<br>
|
|
|
|
<h4 class="list-group-item active"> Please fill in each field below </h4>
|
|
<div class="list-group-item">
|
|
|
|
- <div class="panel-body">
|
|
+ <div class="panel panel-primary">
|
|
|
|
<form method="post" action="Script.php">
|
|
<input type="hidden" name="frm_signup_2" value="true" />
|
|
@@ -34,7 +35,7 @@ include 'Header.php';
|
|
Confirm Password
|
|
<input type="password" class="form-control" name="confirmpassword" placeholder="Confirm password" required="required" />
|
|
<br>
|
|
- <input type="submit" class="btn-primary" value="Sign up">
|
|
+ <input type="submit" class="btn btn-primary" value="Sign up">
|
|
<?php
|
|
error_reporting(E_ALL);
|
|
if (isset($_SESSION['info_signup2'])) {
|
|
@@ -48,17 +49,5 @@ include 'Header.php';
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-<style>
|
|
- /*------------------------------------------------------------------
|
|
-[ Login Button ]*/
|
|
- .btn-primary {
|
|
- color: white;
|
|
- border-radius: 5px;
|
|
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
- background: rgb(75, 184, 240);
|
|
- padding: 5px 105px;
|
|
- font-family: Poppins-Regular;
|
|
- font-size: 23px;
|
|
- line-height: 1.5;
|
|
- }
|
|
-</style>
|
|
\ No newline at end of file
|
|
+</div>
|
|
+
|