2012-11-09 21:16:14 +01:00
|
|
|
.activity_head {
|
|
|
|
background-color: aliceblue;
|
|
|
|
}
|
2012-12-04 22:01:00 +01:00
|
|
|
|
|
|
|
.table td {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
2012-12-05 16:30:27 +01:00
|
|
|
white-space: nowrap;
|
2012-12-04 22:01:00 +01:00
|
|
|
}
|
2012-12-04 23:54:14 +01:00
|
|
|
|
|
|
|
.table-striped tr.recently_active td {
|
|
|
|
background-color: #afa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-striped tr.recently_active:nth-child(odd) td {
|
|
|
|
background-color: #9e9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-striped tr.long_inactive td {
|
|
|
|
background-color: #faa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-striped tr.long_inactive:nth-child(odd) td {
|
|
|
|
background-color: #e99;
|
|
|
|
}
|
2012-12-05 16:41:10 +01:00
|
|
|
|
|
|
|
td.number {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2013-09-26 20:36:28 +02:00
|
|
|
|
2013-09-26 21:29:29 +02:00
|
|
|
.summary-table {
|
2013-09-26 20:36:28 +02:00
|
|
|
width: auto;
|
2013-09-26 21:29:29 +02:00
|
|
|
margin: 0px auto;
|
2013-09-26 20:36:28 +02:00
|
|
|
}
|
2013-11-18 20:09:28 +01:00
|
|
|
|
|
|
|
tr.admin td:first-child {
|
|
|
|
font-weight: bold;
|
|
|
|
color: blue;
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
2013-12-18 23:02:17 +01:00
|
|
|
|
|
|
|
.good {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #0a0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bad {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #c00;
|
|
|
|
}
|