silverstripe-reports/css/StatisticsAdmin.css
Ingo Schommer 1b5c8ee6a8 qhoxie: basics of tabular data for stats
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41923 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:23:50 +00:00

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;
}