"Senarai Perjawatan (Hakiki)"
Bootstrap 2.3.2 Snippet by pestisid

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/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/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="span7">
<div class="widget stacked widget-table action-table">
<div class="widget-header">
<i class="icon-th-list"></i>
<h3>Senarai Perjawatan (Hakiki)</h3>
</div> <!-- /widget-header -->
<div class="widget-content">
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>No</th>
<th>Kumpulan Perkhidmatan</th>
<th>Skim Perkhidmatan/Jawatan</th>
<th>Gred Jawatan</th>
<th>Jumlah Jawatan</th>
<th>Isi</th>
<th>Kosong</th>
<th class="td-actions"></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Pengurusan Tertinggi</td>
<td>JUSA - Jawatan Terbuka</td>
<td>A</td>
<td>1</td>
<td>1</td>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table {
width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
display: table;
}
.widget.widget-table .table {
margin-bottom: 0;
border: none;
}
.widget.widget-table .widget-content {
padding: 0;
}
.widget .widget-header + .widget-content {
border-top: none;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: