mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
1b5c8ee6a8
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41923 467b73ca-7a2a-4603-9d3b-597d59a354a9
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;
|
|
|
|
}
|