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

Side by Side Diff: appengine/monorail/static/css/ph_detail.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/ph_core.css ('k') | appengine/monorail/static/css/ph_list.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 pre.prettyprint {
9 padding: 0.5em;
10 overflow: auto;
11 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
12 font-size: 93%;
13 }
14
15 .role_label {
16 background-color: #8ae;
17 border-radius: 3px;
18 color: white;
19 display: inline-block;
20 padding: 2px 4px;
21 font-size: 75%;
22 font-weight: bold;
23 line-height: 14px;
24 }
25
26 .issuedescription pre, .issuecomment pre {
27 white-space: pre-wrap;
28 white-space: -moz-pre-wrap;
29 white-space: -pre-wrap;
30 white-space: -o-pre-wrap;
31 }
32
33 .issuedescription pre a, .issuecomment pre a {
34 word-wrap: break-word;
35 word-break: break-all;
36 }
37
38 .closed_ref { text-decoration: line-through }
39 .rowmajor { width: 700px; }
40
41 .rowmajor th {
42 text-align: right;
43 white-space: nowrap;
44 }
45
46 #meta-float th { white-space: nowrap; }
47 .labelediting input { margin: 0 3px 4px 0; }
48 .labelediting input { color: #060; }
49 .collapse .ifExpand { display: none }
50 .expand .ifCollapse { display: none }
51 .inplace input { width: 100%; }
52 .inplace td { border: 0; }
53 td.issueheader { background: #e5ecf9; }
54
55 .closed_colors td.issueheader, .closed_colors td.issueheader a {
56 background: #888; color: #fff;
57 }
58
59 .issuepage { margin-top: 0; }
60 .issuepage td { padding: 2px; }
61 .issuecomment { margin-top: 1em;}
62
63 .issuecommentheader {
64 background: #e5ecf9;
65 padding: 3px;
66 }
67
68 .closed_colors .issuecommentheader { background: #eee;}
69
70 .issuedescription pre, .issuecomment pre {
71 max-width: 80em;
72 padding: 0 0 3px .7em;
73 }
74
75 .issuedescription pre b, .issuecomment pre b {
76 font-size: 110%;
77 font-weight: bolder;
78 padding: 3px 0 3px 0;
79 }
80
81 .issue_text {
82 font-family: monospace;
83 }
84
85 .author { padding-left: 4px; }
86
87 .ichcommands a {
88 color: #aaa;
89 text-decoration: none;
90 }
91
92 .issuecomment:hover .ichcommands a {
93 text-decoration: underline;
94 }
95
96 #issuemeta {
97 width: 12em;
98 background: #eef8ee;
99 font-size: 95%;
100 vertical-align: top;
101 border-right: 3px solid #fff;
102 border-top: 3px solid #fff;
103 }
104
105 #issuemeta td, #issuemeta td div, #issuemeta div.widemeta {
106 max-width: 14em;
107 overflow-x: hidden;
108 text-overflow: ellipsis;
109 }
110 #issuemeta td.widemeta, #issuemeta td.widemeta div, #issuemeta div.widemeta {
111 max-width: 20em;
112 }
113
114 .closed_colors #issuemeta { background: #eee; }
115
116 .issuemetaheader {
117 padding: 0 5px;
118 background: #eef8ee;
119 border-right: 3px solid #fff;
120 }
121
122 .closed_colors .issuemetaheader {
123 background:#eee;
124 }
125
126 #issuemeta table td, #issuemeta table th {
127 margin: 0;
128 padding: 0;
129 padding-top: 5px;
130 }
131
132 .rel_issues a { white-space: nowrap; }
133
134 .issue_restrictions {
135 padding: 2px 4px;
136 background-color: #fed;
137 min-width: 14em;
138 border: 2px solid #fff;
139 }
140
141 .issue_restrictions .restrictions_header {
142 padding: 0 0 2px 0;
143 text-align: center;
144 font-weight: bold;
145 }
146
147 .issue_restrictions ul {
148 padding: 0 2px;
149 margin: 0;
150 list-style: none;
151 }
152
153 .issue_restrictions .other_restriction {
154 white-space: nowrap;
155 }
156
157 .lock_grey {
158 background: no-repeat url(/static/images/lock.png);
159 width: 15px;
160 height: 16px
161 }
162
163 .updates {
164 margin: 0 7px 5px 7px;
165 background: #f2f6ff;
166 font-size: 90%;
167 padding: 5px;
168 border-radius: 0 0 10px 10px;
169 }
170
171 .closed_colors .updates { background: #f4f4f4;}
172
173 .fakelink {
174 color: #0000cc;
175 cursor: pointer;
176 white-space: nowrap;
177 text-decoration: underline;
178 }
179
180 .undef { color: #666; }
181 table.advquery { border: 3px solid #e5ecf9;}
182
183 table.advquery td {
184 white-space: nowrap;
185 padding: 2px;
186 }
187
188 .focus td { background: #e5ecf9; }
189
190 .eg {
191 color: #666;
192 font-size: 90%;
193 }
194
195 #submit { font-weight: bold; }
196 div td .novel { color: #430; }
197 div td .blockingsubmit { color: #a03; }
198 div td .exclconflict { color: #a03; }
199 div td .questionmark { color: #a03; }
200 .delcom { background: #e8e8e8; }
201 .numberentry { text-align: right; }
202
203 .rollovercontrol { display: none; }
204 .rolloverzone:hover .rollovercontrol { display: inline; }
205
206 td u {
207 margin-left: .3em;
208 color: #0000cc;
209 cursor: pointer;
210 white-space: nowrap;
211 text-decoration: none;
212 }
213
214 td u:hover { text-decoration: underline; }
215 #peopledetail input { margin-bottom: 2px; }
216 #perm_defs { margin-top: 1em; }
217 #perm_defs th { text-align:left; }
218
219 #perm_defs td {
220 vertical-align:bottom;
221 padding-left: 1em;
222 }
223
224 .attachments { width:33%; border-top:2px solid #999; padding-top: 3px; margin-le ft: .7em;}
225 .attachments table { margin-bottom: 0.75em; }
226 .attachments table tr td { padding: 0; margin: 0; font-size: 95%; }
227 .preview { border: 2px solid #c3d9ff; padding: 1px; }
228 .preview:hover { border: 2px solid blue; }
229 .label { white-space: nowrap; }
230 .derived { font-style: italic; }
231
232 .cursor_on .author {
233 background: url(/static/images/show-arrow.gif) no-repeat 2px;
234 }
235
236 /* Issue Peek Feature */
237
238 #infobubble {
239 position: absolute;
240 display: none;
241 border: 1px solid #666;
242 padding: 3px 5px 5px 5px;
243 background: #ebeff9;
244 }
245
246 #peekarea {
247 min-height: 30em;
248 font-size: 95%;
249 background: #fff;
250 }
251
252 .perms_EditIssue #peekarea {
253 min-height: 36.4em;
254 }
255
256 #issuesummary {
257 width: 300px;
258 max-width: 300px;
259 white-space: nowrap;
260 overflow: hidden;
261 text-overflow: ellipsis;
262 }
263
264 td.rowwidgets { padding: 2px 2px 0 7px; }
265 .cursor_on td.rowwidgets {
266 background-image: url(/static/images/show-arrow.gif);
267 background-repeat: no-repeat;
268 background-position: 2px;
269 }
270
271 .loading {
272 background-image: url(/static/images/spin_16.gif);
273 background-repeat: no-repeat;
274 background-position: 2px;
275 padding: 4px 20px;
276 }
277
278 #peekheading {
279 background: #ebeff9;
280 font-size:140%;
281 padding:2px 2px 0; overflow-x: hidden;
282 white-space:nowrap;
283 }
284
285 .peek #issuemeta, .peek #issuecomments {
286 height: 28em;
287 max-height: 28em;
288 overflow-y: auto;
289 overflow-x: hidden;
290 scroll: auto;
291 }
292
293 .issuecomment { padding-top: 1px; }
294 .updates { margin-bottom: 2px; }
295 #hc_controls { float: right; }
296 #hc_controls a.paginate { margin-left: 1px; }
297 #hc_controls a.close { margin-left: 3px; }
298
299 #infobuttons {
300 background: #fff;
301 /* for IE */
302 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', en dColorstr='#f1f1f1');
303 /* for webkit browsers */
304 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1 f1f1));
305 /* for firefox 3.6+ */
306 background: -moz-linear-gradient(top, #fff, #f1f1f1);
307 border-top: 1px solid #ccc;
308 white-space:nowrap;
309 }
310
311 #infobuttons td {
312 padding: 0;
313 }
314
315 .custom_field_value_menu {
316 width: 20em;
317 }
318
319 #cue.scrim {
320 position: fixed;
321 z-index: 1;
322 left: 0;
323 top: 0;
324 width: 100%;
325 height: 100%;
326 overflow: auto;
327 background-color: rgb(0,0,0);
328 background-color: rgba(0,0,0,0.4);
329 }
330
331 #privacy_dialog {
332 background: #fefefe;
333 border: 1px solid #888;
334 border-radius: 4px;
335 margin: 15% auto;
336 padding: 20px;
337 width: 80%;
338 max-width: 40em;
339 }
340
341 #privacy_dialog .actions {
342 margin-top: 2em;
343 text-align: right;
344 font-weight: bold;
345 }
346
347 #privacy_dialog .actions a {
348 text-decoration: none;
349 margin-left: 2em;
350 }
OLDNEW
« no previous file with comments | « appengine/monorail/static/css/ph_core.css ('k') | appengine/monorail/static/css/ph_list.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698