"FoggyStop"
Bootstrap 3.0.3 Snippet by winexec

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/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"> <div class="row"> <div class="col-sm-12 col-md-10 col-md-offset-1"> <table class="table table-hover"> <thead> <tr> <th>Produkt</th> <th>Počet</th> <th class="text-center">Cena</th> <th class="text-center">Součet</th> <th> </th> </tr> </thead> <tbody> <tr> <td class="col-sm-8 col-md-6"> <div class="media"> <a class="thumbnail pull-left" href="#"> <img class="media-object" src="http://icons.iconarchive.com/icons/custom-icon-design/flatastic-2/72/product-icon.png" style="width: 72px; height: 72px;"> </a> <div class="media-body"> <h4 class="media-heading"><a href="#">FoggyStop</a></h4> <h5 class="media-heading">Již nikdy zamlžená skla v autě</h5> <span>Stav: </span><span class="text-success"><strong>Skladem</strong></span> </div> </div></td> <td class="col-sm-1 col-md-1" style="text-align: center"> <input type="email" class="form-control" id="" value="1"> </td> <td class="col-sm-1 col-md-1 text-center"><strong>229 Kč</strong></td> <td class="col-sm-1 col-md-1 text-center"><strong>229 Kč</strong></td> <td class="col-sm-1 col-md-1"> <button type="button" class="btn btn-danger"> <span class="glyphicon glyphicon-remove"></span> Smazat </button></td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td><h3>Celkem</h3></td> <td class="text-right"><h3><strong>229 Kč</strong></h3></td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td></td> <td> <button type="button" class="btn btn-success"> Objednat <span class="glyphicon glyphicon-play"></span> </button></td> </tr> </tbody> </table> </div> </div> </div>

Related: See More


Questions / Comments: