"Call to action with dark background"
Bootstrap 3.3.0 Snippet by gabtorrespen

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="//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 ---------->
<!-- INFORMACION MEJORA <> </> -->
<div class="container">
<br>
<div class="row">
<h2>SEGUIMIENTO DE MEJORAS</h2>
</div>
<div class="row">
<div class="col-sm-12">
<div class="bs-calltoaction bs-calltoaction-main">
<div class="row">
<div class="col-md-9 cta-contents">
<table class="table table-default">
<thead>
<tr>
<th>MEJORA</th>
<th><label class="glyphicon glyphicon-list-alt"></label> Total de actividades</th>
<th><label class="glyphicon glyphicon-forward"></label> Actividades en curso</th>
<th><label class="glyphicon glyphicon-remove"></label>Actividades retrasadas</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#">Mejora 1 </a></td>
<td>30</td>
<td>15</td>
<td>5</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
.cta-contents a {
color:white;
text-decoration:underline;
}
.cta-contents a:hover{
color:#eee;
}
.bs-calltoaction{
position: relative;
width:auto;
padding: 15px 25px;
border: 1px solid black;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 5px;
}
.bs-calltoaction > .row{
display:table;
width: calc(100% + 30px);
}
.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
float:none;
display:table-cell;
vertical-align:middle;
}
.cta-contents{
padding-top: 10px;
padding-bottom: 10px;
}
.cta-title{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: