OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2011 Google Inc. All rights reserved. | 2 * Copyright (C) 2011 Google Inc. All rights reserved. |
3 * | 3 * |
4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
6 * are met: | 6 * are met: |
7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 ol.notifications>li ul.causes>li>div.description>span>span.author { | 142 ol.notifications>li ul.causes>li>div.description>span>span.author { |
143 padding: 0 0 0 5px; | 143 padding: 0 0 0 5px; |
144 font-style: italic; | 144 font-style: italic; |
145 } | 145 } |
146 | 146 |
147 ol.notifications>li ul.causes>li>div.description>span>span.reviewer { | 147 ol.notifications>li ul.causes>li>div.description>span>span.reviewer { |
148 color: Gray; | 148 color: Gray; |
149 } | 149 } |
150 | 150 |
151 ol.notifications>li ul.causes>li>div.description>span>span.bugID::before
{ | 151 ol.notifications>li ul.causes>li>div.description>span>span.bugID::before
{ |
152 content: 'bug '; | 152 content: '[bug '; |
153 padding-left: 8px; | 153 padding-left: 8px; |
154 } | 154 } |
155 | 155 |
| 156 ol.notifications>li ul.causes>li>div.description>span>span.bugID::after
{ |
| 157 content: ']'; |
| 158 } |
| 159 |
156 ol.notifications>li ul.causes>li>div.description>span>span.bugID>a { | 160 ol.notifications>li ul.causes>li>div.description>span>span.bugID>a { |
157 cursor: hand; | 161 cursor: hand; |
158 pointer-events: auto; | 162 pointer-events: auto; |
159 } | 163 } |
160 | 164 |
161 ol.notifications>li ul.causes>li>div.description>span>span.reviewer::bef
ore { | 165 ol.notifications>li ul.causes>li>div.description>span>span.reviewer::bef
ore { |
162 content: ' ('; | 166 content: ' ('; |
163 } | 167 } |
164 | 168 |
165 ol.notifications>li ul.causes>li>div.description>span>span.reviewer::aft
er { | 169 ol.notifications>li ul.causes>li>div.description>span>span.reviewer::aft
er { |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 background-color: #bfdfff; | 231 background-color: #bfdfff; |
228 } | 232 } |
229 | 233 |
230 ol.notifications table.failures tbody tr.IMAGE td:first-child span { | 234 ol.notifications table.failures tbody tr.IMAGE td:first-child span { |
231 background-color: #69f; | 235 background-color: #69f; |
232 } | 236 } |
233 | 237 |
234 ol.notifications table.failures tbody tr.IMAGE\+TEXT td:first-child span { | 238 ol.notifications table.failures tbody tr.IMAGE\+TEXT td:first-child span { |
235 background-color: #96f; | 239 background-color: #96f; |
236 } | 240 } |
OLD | NEW |