]> git.uio.no Git - usit-rt.git/blame - share/static/css/base/history.css
Upgrade to 4.2.2
[usit-rt.git] / share / static / css / base / history.css
CommitLineData
af59614d
MKG
1.transaction {
2 border-top: 2px solid #ccc;
3 padding-bottom: 0.5em;
4 position: relative; /* gives us a container for position: absolute */
5}
6
7.transaction.odd {
8 background-color: #fff;
9}
10
11div.history-container {
12
13 margin-top: 0.75em;
14 border-left: 1px solid #ccc;
15
16 border-right: 2px solid #999;
17 border-bottom: 2px solid #999;
18
19}
20
21.transaction div.metadata span.actions {
22 position: absolute;
23 top: 0;
24 right: 0;
25 padding: 0em;
26 background: #ccc;
27 text-align: right;
28 border-left: 1px solid #999;
29 border-bottom: 1px solid #999;
30 color: #ccc;
31 -moz-border-radius-bottomleft: 0.5em;
32 -webkit-border-bottom-left-radius: 0.5em;
33 white-space: nowrap;
34
35 border-radius: 0 0 0 0.5em;
36}
37
38.transaction div.metadata span.type {
39 text-align: center;
40 float: left;
41 margin: 0.25em 0.70em 0.25em 0.25em;
42 width: 1em;
43 padding: 0;
44 border-right: 1px solid #999;
45 border-bottom: 1px solid #999;
46 -moz-border-radius-bottomright: 0.25em;
47 -webkit-border-bottom-right-radius: 0.25em;
48
49 border-radius: 0 0 0.25em 0;
50
51}
52
53.transaction span.type a {
54 color: #fff;
55 padding-top: 0.75em;
56 display: block;
57}
58
59
60.transaction span.date {
61 width: 10em;
62}
63
64
65.transaction span.description {
66 margin-left: 1em;
67 font-weight: bold;
68}
69
70.transaction .description a:visited {
71 color: inherit;
72}
73
74.transaction span.time-taken {
75 margin-left: 1em;
76}
77
78.transaction div.content {
79 padding-right: 1em;
80 padding-bottom: 0.7em;
81 margin-left: 1.5em;
82}
83
84
85.transaction .messagebody {
86 font-size: 1em;
87 padding-left: 1em;
88 margin-top: 0.5em;
89 padding-top: 0.5em;
90 border-top: 1px solid #ccc;
91 /*overflow: auto; */
92 min-height: 2.5em;
93 /* To avoid overlapping of "downloadattachment" by messagebody */
94 clear: left;
95 word-wrap: break-word;
96}
97
98.transaction .messagebody img {
99 max-width: 100%;
100}
101
102.transaction div.downloadattachment {
103float: right;
104clear: both;
105font-size: 0.9em;
106text-align: right;
107background: #ddd;
108padding: 0.5em;
109margin-left: 1em;
110
111border: 1px solid #ccc;
112border-right: 2px solid #aaa;
113border-bottom: 2px solid #aaa;
114margin-top: 0.5em;
115-moz-border-radius: 0.5em;
116-webkit-border-radius: 0.5em;
117 border-radius: 0.5em;
118}
119
120.transaction div.downloadattachment .downloadcontenttype{
121color: #666;
122padding-right:0.25em;
123}
124
125
126.transaction .message-header-key {
127 width: 7em;
128 font-weight: bold;
129 color: #666;
130}
131
132
133.transaction .messagebody .messagebody{
134 font-size: 1em;
135 padding: 0;
136 border: 0;
137 margin: 0;
138}
139
140
141
142.transaction.basics .type { background: #b32; }
143.transaction.cfs .type { background: #b32; }
144.transaction.people .type { background: #48c; }
145.transaction.links .type { background: #316531; }
146.transaction.dates .type { background: #633063; }
147.transaction.message .type { background: #069; }
148.transaction.reminders .type { background: #369; }
149.transaction.other .type { background: #abc; }
150
151
152.transaction .message-header-value.verify { font-weight: bold; }
153.transaction .message-header-value.verify.bad { color: #A00; }
154.transaction .message-header-value.verify.done.trust-UNDEFINED { color: #F60; }
155.transaction .message-header-value.verify.done.trust-NONE { color: #900; }
156.transaction .message-header-value.verify.done.trust-NEVER { color: #900; }
157.transaction .message-header-value.verify.done.trust-MARGINAL { color: #F60; }
158.transaction .message-header-value.verify.done.trust-FULL { color: #060; }
159.transaction .message-header-value.verify.done.trust-FULLY { color: #060; }
160.transaction .message-header-value.verify.done.trust-ULTIMATE { color: #060; }