2 * Copyright (C) 2011 Google Inc. All rights reserved.
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution.
13 * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
14 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
15 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
17 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
21 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
23 * THE POSSIBILITY OF SUCH DAMAGE.
26 /* FIXME: This should really be in actions.css. */
28 display: inline-block;
45 box-sizing: border-box;
46 border-top: 1px solid Gray;
49 ol.notifications div.how {
53 ol.notifications time {
59 ol.notifications div.what {
61 -webkit-box-orient: vertical;
66 ol.notifications>li div.what ul.effects>li.builder {
71 ol.notifications ul.causes>li, ol.notifications div.problem {
75 ol.notifications ul.causes div.description, ol.notifications div.problem ul.effects {
79 ol.notifications>li div.problem {
83 ol.notifications>li div.problem>ul.actions {
87 ol.notifications>li:hover div.problem>ul.actions {
91 ol.notifications>li table.failures {
95 ol.notifications>li:hover table.failures {
99 ol.notifications>li ul.causes>li>ul.actions {
102 ol.notifications>li ul.causes>li>div.description {
103 padding: 0 10px 5px 0;
104 display: -webkit-box;
107 ol.notifications>li ul.causes>li>div.description>a {
108 padding: 5px 10px 5px 10px;
109 margin: -5px 10px -2px 0;
111 display: inline-block;
114 ol.notifications>li ul.causes>li:hover>div.description>a {
115 background-color: #555;
119 ol.notifications>li ul.causes>li:hover>div.description>a::after {
126 border-top: 5px solid White;
127 border-left: 5px solid #555;
128 border-bottom: 5px solid White;
131 ol.notifications>li ul.causes>li>div.description>span {
135 pointer-events: none;
139 ol.notifications>li ul.causes>li>div.description>span>span.author {
144 ol.notifications>li ul.causes>li>div.description>span>span.reviewer {
148 ol.notifications>li ul.causes>li>div.description>span>span.reviewer::before {
152 ol.notifications>li ul.causes>li>div.description>span>span.reviewer::after {
156 ol.notifications>li ul.causes>li>ul.actions {
160 ol.notifications>li ul.causes>li:hover>ul.actions {
164 ol.notifications>li ul.causes>li li {
169 ol.notifications table.failures {
170 border-collapse: collapse;
176 ol.notifications table.failures thead tr td:first-child {
180 ol.notifications table.failures tbody tr {
181 border-top: 1px solid #eee;
184 ol.notifications table.failures tbody td:first-child {
188 ol.notifications table.failures tbody td {
193 ol.notifications table.failures tbody tr td:first-child {
197 ol.notifications table.failures tbody tr td:first-child span {
201 ol.notifications table.failures tbody tr.TIMEOUT td:first-child span {
202 background-color: #fffc6c;
205 ol.notifications table.failures tbody tr.TEXT td:first-child span {
206 background-color: #e98080;
209 ol.notifications table.failures tbody tr.CRASH td:first-child span {
210 background-color: #ffc343;
213 ol.notifications table.failures tbody tr.AUDIO td:first-child span {
214 background-color: #bfdfff;
217 ol.notifications table.failures tbody tr.IMAGE td:first-child span {
218 background-color: #69f;
221 ol.notifications table.failures tbody tr.IMAGE\+TEXT td:first-child span {
222 background-color: #96f;