RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / rudder / history.css
1 div.history-container {
2     border: 0
3 }
4
5 .history .transaction.message div.content {
6     padding-right: 0;
7     padding-bottom: 3em;
8     margin-left: 3em;
9 }
10
11 .history .transaction .metadata span.type {
12     margin: 0;
13     font-size: 1.2em;
14     margin-right: 1em;
15     padding: 0.25em;
16     border: none;
17 }
18
19 .history .transaction .metadata span.type a {
20     color: transparent
21 }
22
23 .history .transaction .metadata span.type a#lasttrans {
24     display: inline
25 }
26
27 .history .transaction:hover .metadata span.type a {
28     color: white
29 }
30
31 .history .transaction .metadata .date,
32 .history .transaction .metadata .description,
33 .history .transaction .metadata .time-taken {
34     margin-top: 0.5em;
35     display: inline-block;
36     margin-right: 2em;
37 }
38
39 .history .transaction .metadata {
40     margin-bottom: 0em;
41     margin-top: 0.25em;
42 }
43
44 .transaction div.metadata span.actions {
45     background: #eee;
46     color: #eee;
47     display: inline-block;
48     margin-right: 0.5em;
49     padding-top: 0.5em;
50     padding-bottom: 0.5em;
51     border-right: 1px solid #999;
52     -moz-border-radius-bottomright: 0.5em;
53     -webkit-border-bottom-right-radius: 0.5em;
54 }
55
56 .transaction div.metadata span.actions a {
57     padding: 0.2em
58 }
59
60 .transaction div.downloadattachment {
61     float: right;
62     clear: both;
63     text-align: right;
64     background: transparent;
65     padding-top: 0.5em;
66     margin-left: 1em;
67     border: none;
68     color: transparent;
69     line-height: 1em;
70 }
71
72 .transaction div.downloadattachment a {
73     color: #aaa;
74     display: block;
75 }
76
77 .transaction div.downloadattachment .downloadcontenttype {
78     color: #ccc;
79     display: block;
80 }