1.bez_timeline {
2
3    h2 {
4        background: none repeat scroll 0 0 #F7F7F7;
5        border-bottom: 1px solid #D7D7D7;
6        border-radius: 0.1em;
7        box-shadow: 1px 1px 0.5em 0 #CCCCCC;
8        font-size: 105%;
9        margin: 2em 0 0.5em;
10        padding: 0.4em;
11    }
12
13    dt {
14        font-weight: normal;
15    }
16
17    dd {
18        font-weight: normal;
19        margin: 0 0 0.75em 4.2em;
20    }
21
22    dt a {
23        padding: 0 4px 2px 22px;
24    }
25
26    dt a .id {
27        font-weight: bold;
28    }
29
30    dt a:hover {
31        text-decoration: none !important;
32        background-color: #eee;
33    }
34
35    dt .id {
36        font-weight: normal;
37    }
38
39    dt .time {
40        color: #999999;
41        font-size: 80%;
42    }
43
44    dt .author {
45        color: #666666;
46    }
47
48    dt > a {
49        background: url('../plugins/bez/images/changeset.png') no-repeat 1px 4px;
50    }
51
52    .thread_closed > a, .thread_closed_project > a {
53        background: url('../plugins/bez/images/closedticket.png') no-repeat 1px 4px;
54    }
55
56    .thread_opened > a, .thread_opened_project > a  {
57        background: url('../plugins/bez/images/newticket.png') no-repeat 1px 4px;
58    }
59
60    .thread_rejected > a, .thread_rejected_project > a  {
61        background: url('../plugins/bez/images/rejectedticket.png') no-repeat 1px 4px;
62    }
63
64    .thread_comment_cause_added > a {
65        background: url('../plugins/bez/images/newcause.png') no-repeat 1px 4px;
66    }
67
68    .task_opened > a {
69        background: url('../plugins/bez/images/newtask.png') no-repeat 1px 4px;
70    }
71
72    .task_done > a {
73        background: url('../plugins/bez/images/closedtask.png') no-repeat 1px 4px;
74    }
75
76    h3 {
77        font-size: 1em;
78        border-bottom: 1px dotted #ddd;
79        margin-bottom: 0;
80    }
81}