|
15 | 15 | * limitations under the License. |
16 | 16 | */ |
17 | 17 |
|
18 | | -.vis.timeline div.content { |
19 | | - width: 100%; |
20 | | -} |
21 | | - |
22 | 18 | div#application-timeline, div#job-timeline { |
23 | 19 | margin-bottom: 30px; |
24 | 20 | } |
@@ -67,73 +63,78 @@ div#application-timeline, div#job-timeline { |
67 | 63 | width: 100%; |
68 | 64 | height: 19px; |
69 | 65 | } |
70 | | -.task.task-assignment-timeline-object.succeeded { |
| 66 | + |
| 67 | +.vis.timeline div.content { |
| 68 | + width: 100%; |
| 69 | +} |
| 70 | + |
| 71 | +.vis.timeline .item.task.succeeded { |
71 | 72 | background-color: #D5DDF6; |
72 | 73 | } |
73 | 74 |
|
74 | | -.task.task-assignment-timeline-object.failed { |
| 75 | +.vis.timeline .item.task.failed { |
75 | 76 | background-color: #FF5475; |
76 | 77 | } |
77 | 78 |
|
78 | | -.task.task-assignment-timeline-object.running { |
| 79 | +.vis.timeline .item.task.running { |
79 | 80 | background-color: #FDFFCA; |
80 | 81 | } |
81 | 82 |
|
82 | | -.stage.job-timeline-object.succeeded { |
| 83 | +.vis.timeline .item.stage.succeeded { |
83 | 84 | background-color: #D5DDF6; |
84 | 85 | } |
85 | 86 |
|
86 | | -.stage.job-timeline-object.succeeded.selected { |
| 87 | +.vis.timeline .item.stage.succeeded.selected { |
87 | 88 | background-color: #D5DDF6; |
88 | 89 | border-color: #97B0F8; |
89 | 90 | z-index: auto; |
90 | 91 | } |
91 | 92 |
|
92 | | -.stage.job-timeline-object.failed { |
| 93 | +.vis.timeline .item.stage.failed { |
93 | 94 | background-color: #FF5475; |
94 | 95 | } |
95 | 96 |
|
96 | | -.stage.job-timeline-object.failed.selected { |
| 97 | +.vis.timeline .item.stage.failed.selected { |
97 | 98 | background-color: #FF5475; |
98 | 99 | border-color: #97B0F8; |
99 | 100 | z-index: auto; |
100 | 101 | } |
101 | 102 |
|
102 | | -.stage.job-timeline-object.running { |
| 103 | +.vis.timeline .item.stage.running { |
103 | 104 | background-color: #FDFFCA; |
104 | 105 | } |
105 | 106 |
|
106 | | -.stage.job-timeline-object.running.selected { |
| 107 | +.vis.timeline .item.stage.running.selected { |
107 | 108 | background-color: #FDFFCA; |
108 | 109 | border-color: #97B0F8; |
109 | 110 | z-index: auto; |
110 | 111 | } |
111 | 112 |
|
112 | | -.job.application-timeline-object.succeeded { |
| 113 | +.vis.timeline .item.job.succeeded { |
113 | 114 | background-color: #D5DDF6; |
114 | 115 | } |
115 | 116 |
|
116 | | -.job.application-timeline-object.succeeded.selected { |
| 117 | +.vis.timeline .item.job.succeeded.selected { |
117 | 118 | background-color: #D5DDF6; |
118 | 119 | border-color: #97B0F8; |
119 | 120 | z-index: auto; |
120 | 121 | } |
121 | 122 |
|
122 | | -.job.application-timeline-object.failed { |
| 123 | +.vis.timeline .item.job.failed { |
123 | 124 | background-color: #FF5475; |
124 | 125 | } |
125 | 126 |
|
126 | | -.job.application-timeline-object.failed.selected { |
| 127 | +.vis.timeline .item.job.failed.selected { |
127 | 128 | background-color: #FF5475; |
128 | 129 | border-color: #97B0F8; |
129 | 130 | z-index: auto; |
130 | 131 | } |
131 | 132 |
|
132 | | -.job.application-timeline-object.running { |
| 133 | +.vis.timeline .item.job.running { |
133 | 134 | background-color: #FDFFCA; |
134 | 135 | } |
135 | 136 |
|
136 | | -.job.application-timeline-object.running.selected { |
| 137 | +.vis.timeline .item.job.running.selected { |
137 | 138 | background-color: #FDFFCA; |
138 | 139 | border-color: #97B0F8; |
139 | 140 | z-index: auto; |
|
0 commit comments