Updated forgot_password.php CSS and HTML
This commit is contained in:
parent
0aaac2830a
commit
2385469476
1 changed files with 10 additions and 11 deletions
|
@ -44,11 +44,7 @@
|
|||
padding: 70px;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.user-login{
|
||||
.user-login {
|
||||
margin-left: 20px;
|
||||
}
|
||||
</style>
|
||||
|
@ -111,13 +107,16 @@
|
|||
<hr>
|
||||
<div class="alert hidden"></div>
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<label for="username"><?php echo $this->lang->line('username'); ?></label>
|
||||
<input type="text" id="username" placeholder="<?php echo $this->lang->line('enter_username_here'); ?>" class="span3" />
|
||||
|
||||
<input type="text" id="username" placeholder="<?php echo $this->lang->line('enter_username_here'); ?>" class="form-control" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email"><?php echo $this->lang->line('email'); ?></label>
|
||||
<input type="text" id="email" placeholder="<?php echo $this->lang->line('enter_email_here'); ?>" class="span3" />
|
||||
<input type="text" id="email" placeholder="<?php echo $this->lang->line('enter_email_here'); ?>" class="form-control" />
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
<br>
|
||||
|
||||
<button type="submit" id="get-new-password" class="btn btn-primary btn-large">
|
||||
<?php echo $this->lang->line('regenerate_password'); ?>
|
||||
|
|
Loading…
Reference in a new issue