Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 491
- Log:
Jan 2024 bug tracker updates
- Author:
- rool
- Date:
- Sun Jan 28 09:33:07 +0000 2024
- Size:
- 9615 Bytes
1 | /* RISC OS Open Collaboa stylesheet. |
2 | * |
3 | * Based on the Collaboa default stylesheet. |
4 | */ |
5 | |
6 | @import url("/css/risc_os_open_2024.css"); |
7 | |
8 | /* Some general properties */ |
9 | |
10 | div#content a |
11 | { |
12 | border: none; |
13 | } |
14 | |
15 | /* Put the dotted border back for links that |
16 | * are in the milestone list, else they're too |
17 | * hard to recognise as links. |
18 | */ |
19 | |
20 | div#content p.milestone-details a |
21 | { |
22 | border-bottom: 1px dotted; |
23 | } |
24 | |
25 | div#ticket h1 |
26 | { |
27 | padding: 0; |
28 | font-size: 160%; |
29 | margin-bottom: 10px; |
30 | } |
31 | |
32 | div#ticket h2 |
33 | { |
34 | font-size: 140%; |
35 | } |
36 | |
37 | div#ticket h3 |
38 | { |
39 | margin: 10px 0; |
40 | } |
41 | |
42 | div#ticket > p:last-child |
43 | { |
44 | margin-bottom: 0; |
45 | } |
46 | |
47 | blockquote p |
48 | { |
49 | color: #555; |
50 | } |
51 | |
52 | code, pre |
53 | { |
54 | font: 80% "Courier New", Courier, monaco, monospace; |
55 | } |
56 | |
57 | pre |
58 | { |
59 | padding: 10px 0 10px 10px; |
60 | } |
61 | |
62 | small |
63 | { |
64 | color: #666; |
65 | } |
66 | |
67 | /** |
68 | * Forms |
69 | */ |
70 | |
71 | fieldset |
72 | { |
73 | display: block; |
74 | margin: 10px 0 10px 0; |
75 | border: 1px solid #ccc; |
76 | background: #f6f6f6; |
77 | } |
78 | |
79 | fieldset legend |
80 | { |
81 | padding: 2px 10px 2px 10px; |
82 | border: 1px solid #ccc; |
83 | background-attachment: #fff; |
84 | } |
85 | |
86 | legend |
87 | { |
88 | font-weight: bold; |
89 | font-size: 80%; |
90 | } |
91 | |
92 | label.first |
93 | { |
94 | padding-top: 10px; |
95 | } |
96 | |
97 | label |
98 | { |
99 | font-size: 80%; |
100 | display: block; |
101 | } |
102 | |
103 | fieldset td { font-size: 80%; } |
104 | fieldset br { display: block; } |
105 | |
106 | fieldset input, fieldset textarea |
107 | { |
108 | display: block; |
109 | width: 100%; |
110 | margin-bottom: 10px; |
111 | } |
112 | |
113 | textarea.largetextarea { height: 350px; } |
114 | textarea.smalltextarea { height: 150px; } |
115 | textarea.bigtextarea { height: 450px; } |
116 | |
117 | form.button-to input |
118 | { |
119 | width: auto; |
120 | margin: 0; |
121 | padding: 0; |
122 | } |
123 | |
124 | .rev-chooser input |
125 | { |
126 | width: 50px; |
127 | display: inline; |
128 | } |
129 | |
130 | .rev-chooser P |
131 | { |
132 | margin: 10px 0; |
133 | font-size: 80%; |
134 | color: #aaa; |
135 | float: right; |
136 | } |
137 | |
138 | input[type~=checkbox] |
139 | { |
140 | margin: 0; |
141 | } |
142 | |
143 | /** |
144 | * Main |
145 | */ |
146 | |
147 | .pagination |
148 | { |
149 | text-align: center; |
150 | margin: 10px 0; |
151 | border-top: 1px solid #c4ccd8; |
152 | } |
153 | |
154 | div.breadcrumbs |
155 | { |
156 | margin: 10px 0 6px 0; |
157 | border-top: 1px solid #c4ccd8; |
158 | } |
159 | |
160 | .breadcrumbs ul |
161 | { |
162 | margin: 0 0 5px 0; |
163 | padding: 0; |
164 | } |
165 | |
166 | .breadcrumbs ul li |
167 | { |
168 | display: inline; |
169 | font-size: 80%; |
170 | color: #333; |
171 | margin: 0; |
172 | padding:0; |
173 | } |
174 | |
175 | .actions p |
176 | { |
177 | font-size: 80%; |
178 | margin:0; |
179 | padding:0; |
180 | } |
181 | |
182 | .actions p a |
183 | { |
184 | display: block; |
185 | padding: 3px; |
186 | } |
187 | |
188 | .actions |
189 | { |
190 | margin-bottom: 10px; |
191 | } |
192 | |
193 | /** |
194 | * General table listings |
195 | */ |
196 | |
197 | #content table.listing |
198 | { |
199 | border-collapse: collapse; |
200 | border-spacing: 0; |
201 | width: 100%; |
202 | table-layout: auto; |
203 | } |
204 | |
205 | table.listing thead |
206 | { |
207 | background: #ddd; |
208 | } |
209 | |
210 | table.listing th |
211 | { |
212 | font-size: 80%; |
213 | font-weight: bold; |
214 | padding: 3px 5px; |
215 | vertical-align: top; |
216 | text-align: center; |
217 | } |
218 | |
219 | table.listing td |
220 | { |
221 | vertical-align: middle; |
222 | padding: 0 2px 0 2px; |
223 | font-size: 80%; |
224 | } |
225 | |
226 | table.listing tr.even, table#browser tr.parent { background-color: #fbfbfb; } |
227 | table.listing tr.odd { background-color: #f1f1f1; } |
228 | |
229 | #content table.listing td a |
230 | { |
231 | display: block; |
232 | padding: 2px; |
233 | } |
234 | |
235 | table.listing thead th a.asc |
236 | { |
237 | background-image: url("/tracker/images/sort_asc.png"); |
238 | background-repeat: no-repeat; |
239 | padding-right: 10px; |
240 | background-position: 100% 50%; |
241 | } |
242 | |
243 | table.listing thead th a.desc |
244 | { |
245 | background-image: url("/tracker/images/sort_desc.png"); |
246 | background-repeat: no-repeat; |
247 | padding-right: 10px; |
248 | background-position: 100% 50%; |
249 | } |
250 | |
251 | /** |
252 | * Milestones |
253 | */ |
254 | |
255 | div.milestone-progress |
256 | { |
257 | border: 1px solid #aaa; |
258 | height: 25px; |
259 | margin: 20px 10% 0 10%; |
260 | background: #ddd; |
261 | } |
262 | |
263 | div.milestone-progress div.percent-completed |
264 | { |
265 | background: #3c0; |
266 | height: 100%; |
267 | } |
268 | |
269 | .milestone-details |
270 | { |
271 | font-size: 80%; |
272 | margin-top: 5px; |
273 | text-align: center; |
274 | } |
275 | |
276 | /** |
277 | * Tickets |
278 | */ |
279 | |
280 | table.tickets tr td { vertical-align: top; } |
281 | table.tickets tr td.ticket-status, |
282 | table.tickets tr td.ticket-severity, |
283 | table.tickets tr td.ticket-part, |
284 | table.tickets tr td.ticket-milestone, |
285 | table.tickets tr td.ticket-release, |
286 | table.tickets tr td.ticket-created, |
287 | table.user_list tr td |
288 | { |
289 | font-size: 80%; |
290 | text-align: center; |
291 | vertical-align: top; |
292 | } |
293 | |
294 | table.tickets tr th.ticket-number, |
295 | table.tickets tr th.ticket-summary |
296 | { |
297 | text-align: left; |
298 | } |
299 | |
300 | #ticket |
301 | { |
302 | background: #ffc; |
303 | border: 1px solid #aaa; |
304 | padding: 10px; |
305 | margin: 20px 0; |
306 | } |
307 | |
308 | #ticket h1 {border: none; margin-bottom: 10px;} |
309 | #ticket h2 {margin-top: 10px;} |
310 | |
311 | #ticket h1 span |
312 | { |
313 | font-size: 12px; |
314 | font-weight: normal; |
315 | color: #650; |
316 | float: right; |
317 | } |
318 | |
319 | table#ticket-details |
320 | { |
321 | margin: 20px auto 20px auto; |
322 | width: 90%; |
323 | border-collapse: collapse; |
324 | } |
325 | |
326 | table#ticket-details tr td |
327 | { |
328 | border-bottom: 1px solid #eea; |
329 | font-size: 80%; |
330 | } |
331 | |
332 | table#ticket-details tr td.info |
333 | { |
334 | width: 100px; |
335 | color: #650; |
336 | } |
337 | |
338 | fieldset table { border-collapse: collapse; } |
339 | fieldset table tr td { padding: 3px 5px 3px 5px; } |
340 | fieldset table tr.set-status { background: #ddd; } |
341 | |
342 | #ticket-changes |
343 | { |
344 | margin: 20px; |
345 | } |
346 | |
347 | #ticket-changes h4 |
348 | { |
349 | font-size: 100%; |
350 | font-weight: normal; |
351 | color: #888; |
352 | border-bottom: 1px solid #eee; |
353 | margin-bottom: 5px; |
354 | } |
355 | |
356 | #ticket-changes ul |
357 | { |
358 | list-style: disc inside; |
359 | margin: 0 0 0 20px; |
360 | padding: 0 0 0 10px; |
361 | } |
362 | |
363 | #ticket-changes ul li em |
364 | { |
365 | font-style: normal; |
366 | background: #ffe; |
367 | padding: 1px; |
368 | } |
369 | |
370 | #ticket-change-entry |
371 | { |
372 | background: #f0f0f0 url( /images/risc_os_open/top_fade.png ) top left repeat-x; |
373 | padding: 15px; |
374 | margin-bottom: 1em; |
375 | color: #333; |
376 | |
377 | /* border-radius: 8px; */ /* Valid, but the W3C CSS3 validator is buggy and complains - and has since 2006! */ |
378 | -moz-border-radius: 8px; |
379 | -webkit-border-radius: 8px; |
380 | |
381 | box-shadow: 0px 0px 5px #888; |
382 | -moz-box-shadow: #888 0 0 5px; |
383 | -webkit-box-shadow: #888 0 0 5px; |
384 | } |
385 | |
386 | #ticket-change-comment |
387 | { |
388 | margin-left: 10px; |
389 | } |
390 | |
391 | #ticket-change-comment > p:last-child |
392 | { |
393 | margin-bottom: 0; |
394 | } |
395 | |
396 | #filter-selector |
397 | { |
398 | border: 1px solid #333; |
399 | font-size: 80%; |
400 | background: #ffe; |
401 | margin: 0 0 10px 0; |
402 | padding-bottom: 10px; |
403 | } |
404 | |
405 | #filter-selector dl |
406 | { |
407 | margin: 0; |
408 | padding: 5px 0 0 10px |
409 | } |
410 | |
411 | #filter-selector dl dt, #filter-selector dl dd |
412 | { |
413 | display: inline; |
414 | margin: 0; |
415 | } |
416 | |
417 | #filter-selector dl dt |
418 | { |
419 | float: left; |
420 | width: 70px; |
421 | } |
422 | |
423 | #filter-selector dl dd |
424 | { |
425 | margin-right: 5px; |
426 | color: #333; |
427 | } |
428 | |
429 | #filter-selector dl dd p { margin-left: 70px; } |
430 | #filter-selector p { margin: 5px 0 0 10px; } |
431 | #filter-selector p a { font-weight: bold; } |
432 | |
433 | .ticket-next-prev |
434 | { |
435 | text-align: right; |
436 | margin-bottom: -12px; |
437 | } |
438 | |
439 | /** |
440 | * Revision logs |
441 | */ |
442 | |
443 | table.revision-log { margin-top: 10px; } |
444 | table.revision-log tr th { background: #eee; } |
445 | table.revision-log td |
446 | { |
447 | padding-top: 10px; |
448 | vertical-align: top; |
449 | font-size: 80%; |
450 | } |
451 | |
452 | /** |
453 | * Repository browser |
454 | */ |
455 | |
456 | #content table#browser tr td { white-space: nowrap; } |
457 | #content table#browser td.name { width: 75%; } |
458 | #content table#browser td.rev { width: 5%; } |
459 | #content table#browser td.age { width: 5%; } |
460 | #content table#browser td.msg { width: 15%; } |
461 | |
462 | #content table#browser td.name A |
463 | { |
464 | padding-left: 25px; |
465 | background-position: 4px 50%; |
466 | background-repeat: no-repeat; |
467 | } |
468 | |
469 | #content table#browser td.rev, #content table#browser td.age |
470 | { |
471 | font-size: 80%; |
472 | text-align: center; |
473 | } |
474 | |
475 | #content table#browser td.msg |
476 | { |
477 | font-size: 80%; |
478 | color: #666; |
479 | } |
480 | |
481 | #content table#browser td.File a |
482 | { |
483 | background-image: url("/tracker/images/icon_file.gif"); |
484 | } |
485 | |
486 | #content table#browser td.Dir a |
487 | { |
488 | background-image: url("/tracker/images/icon_folder.gif"); |
489 | } |
490 | |
491 | #content table#browser td.parent a |
492 | { |
493 | background-image: url("/tracker/images/icon_up.gif"); |
494 | } |
495 | |
496 | #download-alternate { margin-top: 10px; } |
497 | #download-alternate h4, #download-alternate p { text-align: center; } |
498 | #download-alternate h4 { font-weight: bold; font-size: 80%; } |
499 | #download-alternate p { color: #ccc; } |
500 | |
501 | #html-preview |
502 | { |
503 | width: 100%; |
504 | margin-top: 20px; |
505 | padding-bottom: 5px; |
506 | } |
507 | |
508 | #html-preview table |
509 | { |
510 | border-collapse: collapse; |
511 | color: #000; |
512 | } |
513 | |
514 | /** |
515 | * Common code display |
516 | */ |
517 | |
518 | table tr td.line-numbers |
519 | { |
520 | text-align: right; |
521 | vertical-align: top; |
522 | background: #eee; |
523 | color: #555; |
524 | font-size: 70%; |
525 | padding: 2px; |
526 | width: 35px; |
527 | border-right: 1px solid #ccc; |
528 | border-bottom: 1px solid #ddd; |
529 | } |
530 | |
531 | table tr td.code |
532 | { |
533 | display: block; |
534 | padding-left: 2px; |
535 | background: #fff; |
536 | white-space: pre; |
537 | font: 80% "Courier New", Courier, monaco, monospace; |
538 | overflow: auto; |
539 | } |
540 | |
541 | /** |
542 | * Code Diff table. |
543 | */ |
544 | |
545 | table.codediff |
546 | { |
547 | border: 1px solid #ccc; |
548 | width: 100%; |
549 | border-collapse: collapse; |
550 | } |
551 | |
552 | table.codediff td.line-num-cut |
553 | { |
554 | background: #ccc; |
555 | border-top: 1px dashed #ccc; |
556 | border-bottom: 1px dashed #ccc; |
557 | } |
558 | |
559 | table.codediff thead td.line-numbers, table.codediff thead |
560 | { |
561 | background: #ddd; |
562 | } |
563 | |
564 | table.codediff td.cut-line |
565 | { |
566 | background: #eee; |
567 | border-top: 1px dashed #aaa; |
568 | border-bottom: 1px dashed #aaa; |
569 | } |
570 | |
571 | del { background: #fbb; text-decoration: none; } |
572 | ins { background: #afa; text-decoration: none; } |
573 | table.codediff td.del { background: #fdd; } |
574 | table.codediff td.ins { background: #dfd; } |
575 | |
576 | /** |
577 | * Search |
578 | */ |
579 | |
580 | .search-result p strong.highlight |
581 | { |
582 | font-weight: normal; |
583 | background: #ff9; |
584 | } |
585 | |
586 | /** |
587 | * Admin Users |
588 | */ |
589 | |
590 | input#user_view_changesets, |
591 | input#user_view_code, |
592 | input#user_view_tickets, |
593 | input#user_create_tickets, |
594 | input#user_admin, |
595 | input#user_view_milestones |
596 | { |
597 | margin: .5em .5em; |
598 | vertical-align: middle; |
599 | } |
600 | |
601 | input[type~=hidden] |
602 | { |
603 | display: none; |
604 | } |
605 | |
606 | /** |
607 | * Error display |
608 | */ |
609 | |
610 | .errorExplanation |
611 | { |
612 | margin-bottom: 20px; |
613 | } |
614 | |
615 | .errorExplanation h3, .errorExplanation h2 |
616 | { |
617 | background: #e33; |
618 | padding: 3px; |
619 | margin-bottom: 0; |
620 | font-size: 120%; |
621 | color: #fff; |
622 | } |
623 | |
624 | .errorExplanation ul |
625 | { |
626 | background: white; |
627 | list-style: square; |
628 | border-bottom: 2px solid #e33; |
629 | margin: 0 0 5px 0; |
630 | padding: 5px 0 5px 20px; |
631 | } |
632 | |
633 | .errorExplanation li |
634 | { |
635 | color: #000; |
636 | margin:0; |
637 | margin-left: 0; |
638 | padding: 0; |
639 | } |
640 | |
641 | .errorExplanation p |
642 | { |
643 | font-size: 80%; |
644 | color: #000; |
645 | background: #eee; |
646 | margin: 0; |
647 | padding: 5px; |
648 | } |
649 | |
650 | .error, .fieldWithErrors |
651 | { |
652 | border-left: 5px solid #e33; |
653 | } |
654 |