"Device ToolTip"
Bootstrap 3.1.0 Snippet by foxsky

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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="col-md-2 body-box"> <div class="header-box device-name"> Volkswagen Kombi </div> <div class="productprice text-area"> <div class="pull-right">LVG-1212</div> <div >KOMBI</div> </div> <div class="title-area">Condutor</div> <div class="productprice text-area"> <div>João Silva</div> </div> <div class="title-area">Ultima Atualização</div> <div class="productprice"> <div class="pull-right"> <a href="#" class="btn btn-danger btn-sm" role="button">OFFLINE</a> </div> <div class="text-area">15:30 12/01/2014</div> </div> </div> <div class="col-md-2 column productbox"> <img src="http://placehold.it/460x250/e67e22/ffffff&text=HTML5" class="img-responsive"> <div class="producttitle">Product 2</div> <div class="productprice"><div class="pull-right"><a href="#" class="btn btn-danger btn-sm" role="button">BUY</a></div><div class="pricetext">£8.95</div></div> </div>
.header-box { width: 220px; height: 60px; background:rgb(218,103,10); top:0; left:0; } .device-name { font-weight:bold; font-size:1.8em; text-align:center; color: white; vertical-align: middle; display: table-cell; } .body-box { background-color:#ffffff; padding:10px; margin-bottom:10px; -webkit-box-shadow: 0 8px 6px -6px #999; -moz-box-shadow: 0 8px 6px -6px #999; box-shadow: 0 8px 6px -6px #999; } .title-area { font-weight:bold; padding:5px 0 5px 0; background:rgba(0,0,0,0.05); } .productprice { border-top:1px solid #dadada; padding-top:5px; } .pricetext { font-weight:bold; font-size:1.4em; }

Related: See More


Questions / Comments: