Joshua Hesketh | 625d379 | 2014-04-03 11:24:31 +1100 | [diff] [blame^] | 1 | .zuul-change { |
2 | margin-bottom: 10px; | ||||
3 | } | ||||
4 | |||||
5 | .zuul-change-id { | ||||
6 | float: right; | ||||
7 | } | ||||
8 | |||||
9 | .zuul-job-result { | ||||
10 | float: right; | ||||
11 | width: 70px; | ||||
12 | height: 15px; | ||||
13 | margin: 2px 0 0 0; | ||||
14 | } | ||||
15 | |||||
16 | .zuul-change-total-result { | ||||
17 | height: 10px; | ||||
18 | width: 100px; | ||||
19 | margin: 5px 0 0 0; | ||||
20 | } | ||||
21 | |||||
22 | .zuul-spinner, | ||||
23 | .zuul-spinner:hover { | ||||
24 | opacity: 0; | ||||
25 | transition: opacity 0.5s ease-out; | ||||
26 | cursor: default; | ||||
27 | pointer-events: none; | ||||
28 | } | ||||
29 | |||||
30 | .zuul-spinner-on, | ||||
31 | .zuul-spinner-on:hover { | ||||
32 | opacity: 1; | ||||
33 | transition-duration: 0.2s; | ||||
34 | cursor: progress; | ||||
35 | } | ||||
36 | |||||
37 | .zuul-change-cell { | ||||
38 | padding-left: 5px; | ||||
39 | } | ||||
40 | |||||
41 | .zuul-change-job { | ||||
42 | padding: 2px 8px; | ||||
43 | } | ||||
44 | |||||
45 | .zuul-job-name { | ||||
46 | font-size: small; | ||||
47 | } | ||||
48 | |||||
49 | .zuul-non-voting-desc { | ||||
50 | font-size: smaller; | ||||
51 | } | ||||
52 | |||||
53 | .zuul-patchset-header { | ||||
54 | font-size: small; | ||||
55 | padding: 8px 12px; | ||||
56 | } |