"Procedure Progress"
Bootstrap 3.0.3 Snippet by tringalama

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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 ---------->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<h3>Requirements for Promotion</h3>
<div class="well well-sm">
<div class="row">
<div class="col-xs-12 col-md-6 text-center">
<h1 class="rating-num">
PGY2</h1>
<div class="rating">
<span class="glyphicon glyphicon-check"></span><span class="glyphicon glyphicon-check">
</span><span class="glyphicon glyphicon-check"></span><span class="glyphicon glyphicon-check">
</span><span class="glyphicon glyphicon-unchecked"></span>
</div>
<div>
<span class="glyphicon glyphicon-user"></span>1,050,008 total
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="row rating-desc">
<div class="col-xs-3 col-md-3 text-right">
CVC
</div>
<div class="col-xs-8 col-md-9">
<div class="prog">
<span class="label label-primary">
<span class="fa fa-check-circle"></span>
<span class="fa fa-check-circle"></span>
<span class="fa fa-check-circle"></span>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
/* http://www.jquery2dotnet.com/ */
body{ margin-top:20px;}
.glyphicon { margin-right:5px;}
.rating .glyphicon {font-size: 22px;}
.rating-num { margin-top:0px;font-size: 54px; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.prog .label {font-size: 30px;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: