Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Side by Side Diff: appengine/monorail/static/css/d_updates_page.css

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « appengine/monorail/static/css/d_sb.css ('k') | appengine/monorail/static/css/ph_core.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* 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-color: #e5ecf9;
15 line-height: 160%;
16 }
17 ul.activity-stream {
18 list-style: none;
19 margin: 0;
20 padding: 0;
21 }
22 ul.activity-stream li {
23 margin: 0;
24 padding: 0.375em 0;
25 z-index: 0;
26 clear: both;
27 }
28 ul.activity-stream li.even {
29 background-color: #f8f8f8;
30 }
31 ul.activity-stream li:hover {
32 background-color: #f2f6ff;
33 }
34 ul.activity-stream li:last-child {
35 border-bottom: 1px solid #f8f8f8;
36 }
37 ul.activity-stream span.date {
38 float: left;
39 width: 7.5em;
40 text-align: right;
41 color: #5f5f5f;
42 padding-right: 1em;
43 background-repeat: no-repeat;
44 background-position: 5px center;
45 }
46 ul.activity-stream span.below-more {
47 background-image: url(/static/images/plus.gif);
48 cursor: pointer;
49 }
50 ul.activity-stream li.click span.below-more {
51 background-image: url(/static/images/minus.gif);
52 }
53 ul.activity-stream span.content {
54 display: block;
55 overflow: hidden;
56 white-space: nowrap;
57 }
58 ul.activity-stream span.content span.highlight-column {
59 padding-right: 1em;
60 }
61 ul.activity-stream span.details-inline {
62 color: #676767;
63 }
64 ul.activity-stream span.details-inline pre {
65 display: inline;
66 }
67 ul.activity-stream span.details-inline div,
68 ul.activity-stream span.details-inline span {
69 display: inline;
70 }
71 ul.activity-stream div.details-wrapper {
72 display: none;
73 }
74 ul.activity-stream li.click span.details-inline {
75 display: none;
76 }
77 ul.activity-stream li.click div.details-wrapper {
78 display: block;
79 overflow: hidden;
80 }
81 ul.activity-stream div.details {
82 color: #5f5f5f;
83 margin-top: 0.3em;
84 padding-top: 0.2em;
85 padding-bottom: 0.2em;
86 margin-left: 0.2em;
87 border-left: 0.3em solid #e5ecf9;
88 padding-left: 0.5em;
89 line-height: 130%;
90 }
91 ul.activity-stream div.details span.ot-logmessage,
92 ul.activity-stream div.details span.ot-issue-comment,
93 ul.activity-stream div.details span.ot-project-summary {
94 white-space: pre;
95 }
96 ul.activity-stream div.details a,
97 ul.activity-stream span.details-inline a {
98 color: #7777cc;
99 }
100 a.showAll,
101 a.hideAll {
102 color: #0000CC;
103 }
104 ul.activity-stream div.details a:visited,
105 ul.activity-stream span.details-inline a:visited {
106 color: #a376cc;
107 }
108 body.detailedInfo_hidden ul.activity-stream a.details {
109 color: #0000cc;
110 text-decoration: underline;
111 cursor: pointer;
112 }
113 ul.activity-stream div.details pre {
114 font-size: 110%;
115 line-height: 125%;
116 padding: 0;
117 margin: 0;
118 }
119 ul.activity-stream span.content a.ot-profile-link-1,
120 ul.activity-stream span.content a.ot-project-link-1 {
121 color: #00C;
122 }
123 ul.activity-stream span.content a.ot-profile-link-2,
124 ul.activity-stream span.content a.ot-project-link-2 {
125 color: #77C;
126 }
127 ul.activity-stream div.details span.ot-revlogs-br-1 {
128 display: block;
129 padding: 0;
130 margin: 0;
131 }
132 ul.activity-stream div.details span.ot-revlogs-br-2,
133 ul.activity-stream div.details span.ot-issue-fields-br {
134 display: block;
135 padding: 0;
136 margin: 0.5em;
137 }
138 ul.activity-stream div.details span.ot-issue-field-wrapper,
139 ul.activity-stream div.details span.ot-labels-field-wrapper {
140 font-family: arial, sans-serif;
141 }
142 ul.activity-stream span.details-inline span.ot-issue-field-wrapper,
143 ul.activity-stream span.details-inline span.ot-labels-field-wrapper {
144 font-family: arial, sans-serif;
145 }
146 ul.activity-stream div.details span.ot-issue-field-name,
147 ul.activity-stream div.details span.ot-labels-field-name {
148 font-weight: bold;
149 }
150 ul.activity-stream span.details-inline span.ot-issue-field-name,
151 ul.activity-stream span.details-inline span.ot-labels-field-name {
152 font-weight: bold;
153 }
154 div.display-error {
155 font-style: italic;
156 text-align: center;
157 padding: 3em;
158 }
159 .results td a {
160 color: #0000CC;
161 text-decoration: underline;
162 }
163 .results td a.closed_ref {
164 color: #0000CC;
165 text-decoration: line-through;
166 }
167 .results td {
168 cursor: auto;
169 }
170 .highlight-column {
171 overflow: hidden;
172 white-space: nowrap;
173 display: block;
174 }
175
176 /**
177 * Document container designed for fluid width scaling.
178 * Alternative g-doc- fixed-width classes are in gui-fixed.css.
179 */
180 .g-doc {
181 width: 100%;
182 text-align: left;
183 }
184
185 /* For agents that support the pseudo-element selector syntax. */
186 .g-section:after {
187 content: ".";
188 display: block;
189 height: 0;
190 clear: both;
191 visibility: hidden;
192 }
193
194 /* Disable the clear on nested sections so they'll actually nest. */
195 .g-unit .g-section:after {
196 clear: none;
197 }
198 .g-section {
199 /* Helps with extreme float-drops in nested sections in IE 6 & 7. */
200 width: 100%;
201 /* So nested sections' background-color paints the full height. */
202 overflow: hidden;
203 }
204
205 /* Forces "hasLayout" for IE. This fixes the usual gamut of peekaboo bugs. */
206 .g-section,
207 .g-unit {
208 zoom: 1;
209 }
210
211 /* Used for splitting a template's units text-alignment to the outer edges. */
212 .g-split .g-unit {
213 text-align: right;
214 }
215 .g-split .g-first {
216 text-align: left;
217 }
218
219 /* Document container designed for 1024x768 */
220 .g-doc-1024 {
221 width: 73.074em;
222 *width: 71.313em;
223 min-width: 950px; /* min-width doesn't work in IE6 */
224 margin: 0 auto;
225 text-align: left;
226 }
227 /* Document container designed for 800x600 */
228 .g-doc-800 {
229 width: 57.69em;
230 *width: 56.3em;
231 min-width: 750px; /* min-width doesn't work in IE6 */
232 margin: 0 auto;
233 text-align: left;
234 }
235
236 .g-tpl-160 .g-unit,
237 .g-unit .g-tpl-160 .g-unit,
238 .g-unit .g-unit .g-tpl-160 .g-unit,
239 .g-unit .g-unit .g-unit .g-tpl-160 .g-unit {
240 margin: 0 0 0 8.5em;
241 width: auto;
242 float: none;
243 }
244 .g-unit .g-unit .g-unit .g-tpl-160 .g-first,
245 .g-unit .g-unit .g-tpl-160 .g-first,
246 .g-unit .g-tpl-160 .g-first,
247 .g-tpl-160 .g-first {
248 margin: 0;
249 width: 8.5em;
250 float: left;
251 }
252
253 .g-tpl-300 .g-unit,
254 .g-unit .g-tpl-300 .g-unit,
255 .g-unit .g-unit .g-tpl-300 .g-unit,
256 .g-unit .g-unit .g-unit .g-tpl-300 .g-unit {
257 margin: 0 0 0 19.5em;
258 width: auto;
259 float: none;
260 }
261 .g-unit .g-unit .g-unit .g-tpl-300 .g-first,
262 .g-unit .g-unit .g-tpl-300 .g-first,
263 .g-unit .g-tpl-300 .g-first,
264 .g-tpl-300 .g-first {
265 margin: 0;
266 width: 19.5em;
267 float: left;
268 }
OLDNEW
« no previous file with comments | « appengine/monorail/static/css/d_sb.css ('k') | appengine/monorail/static/css/ph_core.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698