first import
[projectpier.git] / public / assets / themes / acClassic / stylesheets / application_logs.css
blob775e6ab692cd008e1c1b3c2d79e140d9d4ed9bd2
1 table.applicationLogs {
2 width: 530px;
5 table.applicationLogs th {
6 background: transparent;
7 border-bottom: 1px solid #333;
10 table.applicationLogs tr.logToday {
11 background: #FFFFCC;
14 table.applicationLogs tr.logYesterday {
15 background: #FFFFE5;
18 table.applicationLogs tr.logOlder {
19 background: white;
22 table.applicationLogs td {
23 border-bottom: 1px solid #e8e8e8;
26 table.applicationLogs td.logTypeIcon {
27 width: 50px;
30 table.applicationLogs .logProject, table.applicationLogs .logTakenOnBy {
31 text-align: right;
34 table.applicationLogs .logProject {
35 width: 100px;
38 table.applicationLogs .logTakenOnBy {
39 width: 150px;