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