Adaugati in CSS aceste coduri:
Cod:
.table-title {
cursor: pointer;
background: white;
padding: 3px;
border-radius: 3px 3px 3px 3px;
-webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
}
Cod:
.table-title {
top: 2px;
position: relative;
left: -5px;
}
Cod:
.table-title, .table-title h2 {
display: inline;
font-weight: bold;
font-family: Verdana,Geneva,sans-serif;
text-transform: uppercase;
font-size: 12px;
color: #105289;
text-shadow: none;
}