"Address Details Modal Form"
Bootstrap 3.0.0 Snippet by Thiha

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="row"> <h3 class ="col-md-6 col-md-offset-2" ><span class="glyphicon glyphicon-picture"</span> Employee Directory Management System</h3> <div class="col-md-3 col-md-offset-2"> <form class="form-horizontal" role="form"> <fieldset> <!-- Form Name --> <legend></legend> <!-- Text input--> <div class="form-group"> <div class="col-sm-10 col-sm-offset-2"> <input type="text" style="background-color:#C0C0C0" placeholder="User Name" class="form-control"> </div> </div> <!-- Text input--> <div class="form-group"> <div class="col-sm-7 col-sm-offset-2"> <input type="text" style="background-color:#C0C0C0" placeholder="Password" class="form-control"> </div> <div class="col-sm-2 col-sm-offset-1"> <div class="pull-right"> <button type="submit" class="btn btn-default" style="background-color: red">Log In</button> </div> </div> </div> </fieldset> </form> </div><!-- /.col-lg-12 --> </div><!-- /.row -->
input::-webkit-input-placeholder { color: #FFF<span> <span style="text-decoration: none; color: rgb(192, 41, 41); border-bottom: 1px dotted rgb(192, 41, 41);" class="bluet_tooltip tooltipy-kw tooltipy-kw-69825" data-tooltip="69825">!important</span>;</span> } input:-moz-placeholder { /* Firefox 18- */ color: #FFF !important; } input::-moz-placeholder { /* Firefox 19+ */ color: #FFF !important; } input:-ms-input-placeholder { color: #FFF !important; }

Related: See More


Questions / Comments: