|
2 | 2 | { |
3 | 3 | position: absolute; |
4 | 4 | left: 0; |
5 | | - top: 65px; |
| 5 | + top: 72px; |
6 | 6 | width: 160px; |
7 | 7 | border-top: 1px solid rgba(0, 0, 0, 0.055); |
8 | 8 | border-bottom: 1px solid rgba(0, 0, 0, 0.055); |
|
14 | 14 | position: absolute; |
15 | 15 | left: 160px; |
16 | 16 | right: 0; |
17 | | - top: 15px; |
| 17 | + top: 22px; |
18 | 18 | height: 26px; /* 8 types * 3px height + 2 extra for padding */ |
19 | 19 | border-top: 1px solid rgba(0, 0, 0, 0.055); |
20 | 20 | border-bottom: 1px solid rgba(0, 0, 0, 0.055); |
|
26 | 26 | position: absolute; |
27 | 27 | left: 160px; |
28 | 28 | right: 0; |
29 | | - top: 15px; |
| 29 | + top: 22px; |
30 | 30 | height: 27px; |
31 | 31 | } |
32 | 32 |
|
|
35 | 35 | position: absolute; |
36 | 36 | left: 160px; |
37 | 37 | right: 0; |
38 | | - top: 65px; |
| 38 | + top: 72px; |
39 | 39 | background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 50%, transparent 50%); |
40 | 40 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 50%, transparent 50%); |
41 | 41 | background-position: 0 1px; |
|
48 | 48 | position: absolute; |
49 | 49 | left: 160px; |
50 | 50 | right: 0; |
51 | | - top: 65px; |
| 51 | + top: 72px; |
52 | 52 | border-top: 1px solid rgba(0, 0, 0, 0.055); |
53 | 53 | border-bottom: 1px solid rgba(0, 0, 0, 0.055); |
54 | 54 | overflow: hidden; |
|
59 | 59 | { |
60 | 60 | position: absolute; |
61 | 61 | top: 211px; |
62 | | - bottom: 21px; |
| 62 | + bottom: 22px; |
63 | 63 | overflow: auto; |
64 | 64 | width: 100%; |
65 | 65 | } |
|
159 | 159 | { |
160 | 160 | font-size: 9px; |
161 | 161 | position: absolute; |
162 | | - top: -12px; |
| 162 | + top: -14px; |
163 | 163 | color: #444; |
164 | 164 | white-space: nowrap; |
165 | 165 | } |
|
221 | 221 |
|
222 | 222 | .event-type-3 |
223 | 223 | { |
224 | | - background-color: rgba(199, 199, 235, .6); |
| 224 | + background-color: rgba(203, 190, 235, 0.6); |
225 | 225 | } |
226 | 226 |
|
227 | 227 | .event-type-3-selftime |
228 | 228 | { |
229 | | - background-color: rgb(179, 176, 255); |
| 229 | + background-color: rgba(184, 161, 255); |
230 | 230 | } |
231 | 231 |
|
232 | 232 | .event-type-4 |
233 | 233 | { |
234 | | - background-color: rgba(170, 193, 227, .6); |
| 234 | + background-color: rgba(170, 193, 227, 0.6); |
235 | 235 | } |
236 | 236 |
|
237 | 237 | .event-type-4-selftime |
|
241 | 241 |
|
242 | 242 | .event-type-5 |
243 | 243 | { |
244 | | - background-color: rgba(245, 225, 159, .6); |
| 244 | + background-color: rgba(245, 225, 159, 0.6); |
245 | 245 | } |
246 | 246 |
|
247 | 247 | .event-type-5-selftime |
248 | 248 | { |
249 | | - background-color: rgb(255, 225, 125); |
| 249 | + background-color: rgb(255, 200, 82); |
250 | 250 | } |
251 | 251 |
|
252 | 252 | .event-type-6 |
253 | 253 | { |
254 | | - background-color: rgba(162, 222, 170, .6); |
| 254 | + background-color: rgba(162, 222, 170, 0.6); |
255 | 255 | } |
256 | 256 |
|
257 | 257 | .event-type-6-selftime |
|
261 | 261 |
|
262 | 262 | .event-type-7 |
263 | 263 | { |
264 | | - background-color: rgba(252, 177, 116, .6); |
| 264 | + background-color: rgba(167, 233, 242, 0.6); |
265 | 265 | } |
266 | 266 |
|
267 | 267 | .event-type-7-selftime |
268 | 268 | { |
269 | | - background-color: rgb(232, 130, 46); |
| 269 | + background-color: rgb(61, 211, 242); |
270 | 270 | } |
271 | 271 |
|
272 | 272 | .event-type-8 |
273 | 273 | { |
274 | | - background-color: rgba(251, 207, 171, .6); |
| 274 | + background-color: rgba(251, 207, 171, 0.6); |
275 | 275 | } |
276 | 276 |
|
277 | 277 | .event-type-8-selftime |
278 | 278 | { |
279 | | - background-color: rgb(255, 192, 140); |
| 279 | + background-color: rgb(255, 177, 115); |
280 | 280 | } |
281 | 281 |
|
282 | 282 | .event-type-10 |
283 | 283 | { |
284 | | - background-color: rgba(235, 191, 155, .6); |
| 284 | + background-color: rgba(242, 187, 235, 0.6); |
285 | 285 | } |
286 | 286 |
|
287 | 287 | .event-type-10-selftime |
288 | 288 | { |
289 | | - background-color: rgb(224, 148, 85); |
| 289 | + background-color: rgb(250, 151, 237); |
290 | 290 | } |
291 | 291 |
|
292 | 292 | .event-type-11 |
293 | 293 | { |
294 | | - background-color: rgba(255, 156, 156, .6); |
| 294 | + background-color: rgba(255, 156, 156, 0.6); |
295 | 295 | } |
296 | 296 |
|
297 | 297 | .event-type-11-selftime |
|
0 commit comments