mirror of https://github.com/ColorlibHQ/AdminLTE
commit
244134986b
|
@ -29,7 +29,7 @@
|
|||
<p class="login-box-msg">Sign in to start your session</p>
|
||||
<form action="../../index2.html" method="post">
|
||||
<div class="form-group has-feedback">
|
||||
<input type="text" class="form-control" placeholder="Email"/>
|
||||
<input type="email" class="form-control" placeholder="Email"/>
|
||||
<span class="glyphicon glyphicon-envelope form-control-feedback"></span>
|
||||
</div>
|
||||
<div class="form-group has-feedback">
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<span class="glyphicon glyphicon-user form-control-feedback"></span>
|
||||
</div>
|
||||
<div class="form-group has-feedback">
|
||||
<input type="text" class="form-control" placeholder="Email"/>
|
||||
<input type="email" class="form-control" placeholder="Email"/>
|
||||
<span class="glyphicon glyphicon-envelope form-control-feedback"></span>
|
||||
</div>
|
||||
<div class="form-group has-feedback">
|
||||
|
|
|
@ -555,7 +555,7 @@
|
|||
<h4>With icons</h4>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="fa fa-envelope"></i></span>
|
||||
<input type="text" class="form-control" placeholder="Email">
|
||||
<input type="email" class="form-control" placeholder="Email">
|
||||
</div>
|
||||
<br/>
|
||||
<div class="input-group">
|
||||
|
|
Loading…
Reference in New Issue