Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
[silverstripe-elijah.git] / silverstripe-gsoc / cms / css / StatisticsAdmin.css
blob89ee75a108fed4709e03970ec3f692c383efba54
1 table.statstable {
2 border-collapse: collapse;
3 width: 90%;
4 margin: 20px 0 20px 0;
5 font-size: 12px;
9 .statstable td,.statstable th {
10 padding: 0.2em;
11 border: 1px solid #CCC;
15 .statstable th {
16 background: #CAE8EA url(../images/statistics/bg_header.jpg) no-repeat;
20 .statstable td.id {
21 background: #CAE8EA url(../images/statistics/bg_header.jpg) no-repeat;
25 .statstable th.nobg {
26 background: #fff;
27 border-top: none;
28 border-left: none;
31 .statstable thead,.statstable tfoot {
32 background-color: #DDD;
36 .statstable tr.rowodd {
37 background-color: #fff;
41 .statstable tr.roweven {
42 background-color: #F0FBFD;