blob: 9d4c1f6b878b5c73c0425ec46e1edfd3b884fe92 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001/* Copyright 2016 The Chromium Authors. All Rights Reserved.
2 *
3 * Use of this source code is governed by a BSD-style
4 * license that can be found in the LICENSE file or at
5 * https://developers.google.com/open-source/licenses/bsd
6 */
7
8.activity-stream-list h4 {
9 font-size: 100%;
10 font-weight: normal;
11 padding: 0;
12 margin: 0;
13 padding-left: 1em;
14 background: var(--chops-table-header-bg);
15 line-height: 160%;
16}
17ul.activity-stream {
18 list-style: none;
19 margin: 0;
20 padding: 0;
21}
22ul.activity-stream li {
23 margin: 0;
24 padding: 0.375em 0;
25 z-index: 0;
26 clear: both;
27}
28ul.activity-stream li {
29 border-bottom: var(--chops-normal-border);
30}
31ul.activity-stream span.date {
32 float: left;
33 width: 7.5em;
34 text-align: right;
35 color: #5f5f5f;
36 padding-right: 1em;
37 background-repeat: no-repeat;
38 background-position: 5px center;
39}
40ul.activity-stream span.below-more {
41 background-image: url(/static/images/plus.gif);
42 cursor: pointer;
43}
44ul.activity-stream li.click span.below-more {
45 background-image: url(/static/images/minus.gif);
46}
47ul.activity-stream span.content {
48 display: block;
49 overflow: hidden;
50 white-space: nowrap;
51}
52ul.activity-stream span.content span.highlight-column {
53 padding-right: 1em;
54}
55ul.activity-stream span.details-inline {
56 color: #676767;
57}
58ul.activity-stream span.details-inline pre {
59 display: inline;
60}
61ul.activity-stream span.details-inline div,
62ul.activity-stream span.details-inline span {
63 display: inline;
64}
65ul.activity-stream div.details-wrapper {
66 display: none;
67}
68ul.activity-stream li.click span.details-inline {
69 display: none;
70}
71ul.activity-stream li.click div.details-wrapper {
72 display: block;
73 overflow: hidden;
74}
75ul.activity-stream div.details {
76 color: #5f5f5f;
77 margin-top: 0.3em;
78 padding-top: 0.2em;
79 padding-bottom: 0.2em;
80 margin-left: 0.2em;
81 border-left: 0.3em solid #e5ecf9;
82 padding-left: 0.5em;
83 line-height: 130%;
84}
85ul.activity-stream div.details span.ot-logmessage,
86ul.activity-stream div.details span.ot-issue-comment,
87ul.activity-stream div.details span.ot-project-summary {
88 white-space: pre;
89}
90ul.activity-stream div.details a,
91ul.activity-stream span.details-inline a {
92 color: var(--chops-link-color);
93}
94a.showAll,
95a.hideAll {
96 color: var(--chops-link-color);
97}
98body.detailedInfo_hidden ul.activity-stream a.details {
99 color: var(--chops-link-color);
100 text-decoration: underline;
101 cursor: pointer;
102}
103ul.activity-stream div.details pre {
104 font-size: 110%;
105 line-height: 125%;
106 padding: 0;
107 margin: 0;
108}
109ul.activity-stream span.content a.ot-profile-link-1,
110ul.activity-stream span.content a.ot-project-link-1 {
111 color: var(--chops-link-color);
112}
113ul.activity-stream span.content a.ot-profile-link-2,
114ul.activity-stream span.content a.ot-project-link-2 {
115 color: var(--chops-link-color);
116}
117ul.activity-stream div.details span.ot-revlogs-br-1 {
118 display: block;
119 padding: 0;
120 margin: 0;
121}
122ul.activity-stream div.details span.ot-revlogs-br-2,
123ul.activity-stream div.details span.ot-issue-fields-br {
124 display: block;
125 padding: 0;
126 margin: 0.5em;
127}
128ul.activity-stream div.details span.ot-issue-field-wrapper,
129ul.activity-stream div.details span.ot-labels-field-wrapper {
130 font-family: arial, sans-serif;
131}
132ul.activity-stream span.details-inline span.ot-issue-field-wrapper,
133ul.activity-stream span.details-inline span.ot-labels-field-wrapper {
134 font-family: arial, sans-serif;
135}
136ul.activity-stream div.details span.ot-issue-field-name,
137ul.activity-stream div.details span.ot-labels-field-name {
138 font-weight: bold;
139}
140ul.activity-stream span.details-inline span.ot-issue-field-name,
141ul.activity-stream span.details-inline span.ot-labels-field-name {
142 font-weight: bold;
143}
144div.display-error {
145 font-style: italic;
146 text-align: center;
147 padding: 3em;
148}
149.results td a {
150 color: var(--chops-link-color);
151}
152.results td a:hover {
153 text-decoration: underline;
154}
155.results td a.closed_ref {
156 color: var(--chops-link-color);
157 text-decoration: line-through;
158}
159.results td {
160 cursor: auto;
161}
162.highlight-column {
163 overflow: hidden;
164 white-space: nowrap;
165 display: block;
166}
167
168/**
169 * Document container designed for fluid width scaling.
170 * Alternative g-doc- fixed-width classes are in gui-fixed.css.
171 */
172.g-doc {
173 width: 100%;
174 text-align: left;
175}
176
177/* For agents that support the pseudo-element selector syntax. */
178.g-section:after {
179 content: ".";
180 display: block;
181 height: 0;
182 clear: both;
183 visibility: hidden;
184}
185
186/* Disable the clear on nested sections so they'll actually nest. */
187.g-unit .g-section:after {
188 clear: none;
189}
190.g-section {
191 /* Helps with extreme float-drops in nested sections in IE 6 & 7. */
192 width: 100%;
193 /* So nested sections' background-color paints the full height. */
194 overflow: hidden;
195}
196
197/* Forces "hasLayout" for IE. This fixes the usual gamut of peekaboo bugs. */
198.g-section,
199.g-unit {
200 zoom: 1;
201}
202
203/* Used for splitting a template's units text-alignment to the outer edges. */
204.g-split .g-unit {
205 text-align: right;
206}
207.g-split .g-first {
208 text-align: left;
209}
210
211/* Document container designed for 1024x768 */
212.g-doc-1024 {
213 width: 73.074em;
214 *width: 71.313em;
215 min-width: 950px; /* min-width doesn't work in IE6 */
216 margin: 0 auto;
217 text-align: left;
218}
219/* Document container designed for 800x600 */
220.g-doc-800 {
221 width: 57.69em;
222 *width: 56.3em;
223 min-width: 750px; /* min-width doesn't work in IE6 */
224 margin: 0 auto;
225 text-align: left;
226}
227
228.g-tpl-160 .g-unit,
229.g-unit .g-tpl-160 .g-unit,
230.g-unit .g-unit .g-tpl-160 .g-unit,
231.g-unit .g-unit .g-unit .g-tpl-160 .g-unit {
232 margin: 0 0 0 8.5em;
233 width: auto;
234 float: none;
235}
236.g-unit .g-unit .g-unit .g-tpl-160 .g-first,
237.g-unit .g-unit .g-tpl-160 .g-first,
238.g-unit .g-tpl-160 .g-first,
239.g-tpl-160 .g-first {
240 margin: 0;
241 width: 8.5em;
242 float: left;
243}
244
245.g-tpl-300 .g-unit,
246.g-unit .g-tpl-300 .g-unit,
247.g-unit .g-unit .g-tpl-300 .g-unit,
248.g-unit .g-unit .g-unit .g-tpl-300 .g-unit {
249 margin: 0 0 0 19.5em;
250 width: auto;
251 float: none;
252}
253.g-unit .g-unit .g-unit .g-tpl-300 .g-first,
254.g-unit .g-unit .g-tpl-300 .g-first,
255.g-unit .g-tpl-300 .g-first,
256.g-tpl-300 .g-first {
257 margin: 0;
258 width: 19.5em;
259 float: left;
260}