"Панель входа"
Bootstrap 3.3.0 Snippet by Burny0205

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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="container-fluid"> <div class="row"> <div class="col-xs-6 col-sm-6 col-md-6 col-lg-6 top" > <img src="https://lh5.googleusercontent.com/-Wv8ywOGmaWE/AAAAAAAAAAI/AAAAAAAAAAA/ADhl2yrKvqebJz1Fl0RByq35-CLzioIFkg/s32-c-mo/photo.jpg"> <span>СТАТУС | МедЗаказ</span> </div> <div class="col-xs-4 col-sm-4 col-md-4 col-lg-4 pull-right top"> <span>Заведующий | Аптека № 16</span> <img style="height: 50px;" src="https://lh5.googleusercontent.com/-Wv8ywOGmaWE/AAAAAAAAAAI/AAAAAAAAAAA/ADhl2yrKvqebJz1Fl0RByq35-CLzioIFkg/s32-c-mo/photo.jpg"> </div> </div> </div>
.vcenter { display: inline-block; vertical-align: middle; float: none; } .top > span { color: #E6E6E6; font-size: 20px; font-weight: 300; line-height: 1.4; } .top > span, .top > img { display: inline-block; vertical-align: middle; }
$(function () { $("#show").click(function(){ $("#code").slideDown("fast"); }); $('select').change(function(){ $("#auth").slideDown("fast"); }); });

Related: See More


Questions / Comments: