mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
45 lines
665 B
CSS
45 lines
665 B
CSS
|
table.statstable {
|
||
|
border-collapse: collapse;
|
||
|
width: 90%;
|
||
|
margin: 20px 0 20px 0;
|
||
|
font-size: 12px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.statstable td,.statstable th {
|
||
|
padding: 0.2em;
|
||
|
border: 1px solid #CCC;
|
||
|
|
||
|
}
|
||
|
|
||
|
.statstable th {
|
||
|
background: #CAE8EA url(../images/statistics/bg_header.jpg) no-repeat;
|
||
|
|
||
|
}
|
||
|
|
||
|
.statstable td.id {
|
||
|
background: #CAE8EA url(../images/statistics/bg_header.jpg) no-repeat;
|
||
|
|
||
|
}
|
||
|
|
||
|
.statstable th.nobg {
|
||
|
background: #fff;
|
||
|
border-top: none;
|
||
|
border-left: none;
|
||
|
}
|
||
|
|
||
|
.statstable thead,.statstable tfoot {
|
||
|
background-color: #DDD;
|
||
|
|
||
|
}
|
||
|
|
||
|
.statstable tr.rowodd {
|
||
|
background-color: #fff;
|
||
|
|
||
|
}
|
||
|
|
||
|
.statstable tr.roweven {
|
||
|
background-color: #F0FBFD;
|
||
|
|
||
|
}
|