Index: trunk/tools/bugzilla-3.6.2/skins/custom/admin.css |
— | — | @@ -0,0 +1,115 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * Contributor(s): Marc Schumann <wurblzap@gmail.com> |
| 15 | + */ |
| 16 | + |
| 17 | +.warningmessages, .criticalmessages { |
| 18 | + background-color: white; |
| 19 | + border-style: solid; |
| 20 | + border-width: 1px; |
| 21 | + padding: 1ex 1ex 1ex 4ex; |
| 22 | + margin: 1ex; |
| 23 | +} |
| 24 | + |
| 25 | +.warningmessages { |
| 26 | + border-color: yellow; |
| 27 | +} |
| 28 | + |
| 29 | +.criticalmessages { |
| 30 | + border-color: red; |
| 31 | +} |
| 32 | + |
| 33 | +.alert { |
| 34 | + color: red; |
| 35 | + background-color: inherit; |
| 36 | +} |
| 37 | + |
| 38 | +p.areyoureallyreallysure { |
| 39 | + color: red; |
| 40 | + font-size: 120%; |
| 41 | + font-weight: bold; |
| 42 | +} |
| 43 | + |
| 44 | +tr.param_disabled { |
| 45 | + background-color: lightgrey; |
| 46 | +} |
| 47 | + |
| 48 | +td.admin_links { |
| 49 | + width: 50%; |
| 50 | + padding: 1em; |
| 51 | + vertical-align: top; |
| 52 | +} |
| 53 | + |
| 54 | +td.admin_links dt { |
| 55 | + margin-top: 1em; |
| 56 | +} |
| 57 | + |
| 58 | +td.admin_links dt.forbidden, td.admin_links dd.forbidden { |
| 59 | + font-size: smaller; |
| 60 | + font-style: italic; |
| 61 | + color: #aaa; |
| 62 | +} |
| 63 | + |
| 64 | +td.admin_links dt.forbidden a, td.admin_links dd.forbidden a { |
| 65 | + text-decoration: none; |
| 66 | + color: inherit; |
| 67 | + cursor: default; |
| 68 | +} |
| 69 | + |
| 70 | +.col-header { |
| 71 | + width: 8em; |
| 72 | +} |
| 73 | + |
| 74 | +.checkbox-cell { |
| 75 | + border: 1px black solid; |
| 76 | +} |
| 77 | + |
| 78 | +/* Grey-green color */ |
| 79 | +.open-status { |
| 80 | + color: #286; |
| 81 | +} |
| 82 | + |
| 83 | +/* Brown-red color */ |
| 84 | +.closed-status { |
| 85 | + color: #a63; |
| 86 | +} |
| 87 | + |
| 88 | +/* Dark green color */ |
| 89 | +.checked { |
| 90 | + background-color: #5b4; |
| 91 | +} |
| 92 | + |
| 93 | +/* Dark red color */ |
| 94 | +td.forbidden { |
| 95 | + background-color: #811; |
| 96 | +} |
| 97 | + |
| 98 | +/* Light green color */ |
| 99 | +td.set { |
| 100 | + background-color: #efe; |
| 101 | +} |
| 102 | + |
| 103 | +/* Light red color */ |
| 104 | +td.unset { |
| 105 | + background-color: #fee; |
| 106 | +} |
| 107 | + |
| 108 | +tr.highlight:hover { |
| 109 | + background-color: yellow; |
| 110 | +} |
| 111 | + |
| 112 | +th.title { |
| 113 | + font-size: larger; |
| 114 | + text-align: center; |
| 115 | + vertical-align: middle; |
| 116 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/help.css |
— | — | @@ -0,0 +1,41 @@ |
| 2 | +/* ***** BEGIN LICENSE BLOCK ***** |
| 3 | + * Version: MPL 1.1 |
| 4 | + * |
| 5 | + * The contents of this file are subject to the Mozilla Public License Version |
| 6 | + * 1.1 (the "License"); you may not use this file except in compliance with |
| 7 | + * the License. You may obtain a copy of the License at |
| 8 | + * http://www.mozilla.org/MPL/ |
| 9 | + * |
| 10 | + * Software distributed under the License is distributed on an "AS IS" basis, |
| 11 | + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
| 12 | + * for the specific language governing rights and limitations under the |
| 13 | + * License. |
| 14 | + * |
| 15 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 16 | + * |
| 17 | + * The Initial Developer of the Original Code is |
| 18 | + * Netscape Communications Corporation. |
| 19 | + * Portions created by the Initial Developer are Copyright (C) 1998 |
| 20 | + * the Initial Developer. All Rights Reserved. |
| 21 | + * |
| 22 | + * Contributor(s): |
| 23 | + * Gervase Markham <gerv@gerv.net> |
| 24 | + * |
| 25 | + * ***** END LICENSE BLOCK ***** */ |
| 26 | + |
| 27 | +/* Help system */ |
| 28 | +#helpDiv { |
| 29 | + border-style: solid; |
| 30 | + border-color: #F0A000; |
| 31 | + background-color: white; |
| 32 | + padding: 5px; |
| 33 | + position: absolute; |
| 34 | + z-index: 2; |
| 35 | +} |
| 36 | + |
| 37 | +#helpIframe { |
| 38 | + overflow: hidden; |
| 39 | + position: absolute; |
| 40 | + z-index: 1; |
| 41 | + display: none; |
| 42 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/bug_activity.css |
— | — | @@ -1,23 +1,6 @@ |
2 | | -/* The contents of this file are subject to the Mozilla Public |
3 | | - * License Version 1.1 (the "License"); you may not use this file |
4 | | - * except in compliance with the License. You may obtain a copy of |
5 | | - * the License at http://www.mozilla.org/MPL/ |
6 | | - * |
7 | | - * Software distributed under the License is distributed on an "AS |
8 | | - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
9 | | - * implied. See the License for the specific language governing |
10 | | - * rights and limitations under the License. |
11 | | - * |
12 | | - * The Original Code is the Bugzilla Bug Tracking System. |
13 | | - * |
14 | | - * The Initial Developer of the Original Code is Mike Schrag. |
15 | | - * Portions created by Marc Schumann are Copyright (c) 2007 Mike Schrag. |
16 | | - * All rights reserved. |
17 | | - * |
18 | | - * Contributor(s): Mike Schrag <mschrag@pobox.com> |
19 | | - * Byron Jones <bugzilla@glob.com.au> |
20 | | - * Marc Schumann <wurblzap@gmail.com> |
21 | | - */ |
| 2 | +/* |
| 3 | + * Custom mediawiki skin for bugzilla.wikimedia.org |
| 4 | + */ |
22 | 5 | |
23 | 6 | table.bz_bugactivity { |
24 | 7 | border-spacing: 1px; |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/show_multiple.css |
— | — | @@ -0,0 +1,52 @@ |
| 2 | +hr {margin: 20px auto 40px} |
| 3 | + |
| 4 | +.bz_private { color:darkred } |
| 5 | + |
| 6 | +h1 { |
| 7 | + font-size: 2em; |
| 8 | + margin-bottom: 10px; |
| 9 | +} |
| 10 | + |
| 11 | +/* bugfields is table of all fields and values */ |
| 12 | +.bugfields { |
| 13 | + font-size: small; |
| 14 | + background: #eee; |
| 15 | + padding: 5px; |
| 16 | + border: 1px solid silver; |
| 17 | + width: 100%; |
| 18 | +} |
| 19 | + |
| 20 | +.bugfields tr { |
| 21 | + vertical-align: top; |
| 22 | +} |
| 23 | + |
| 24 | +.bugfields th { |
| 25 | + width: 10em; |
| 26 | + text-align: left; |
| 27 | + font-weight: normal; |
| 28 | + line-height: 150%; |
| 29 | +} |
| 30 | + |
| 31 | +.bugfields td { |
| 32 | + font-weight: bold; |
| 33 | + line-height: 150%; |
| 34 | +} |
| 35 | + |
| 36 | +.bugfields .rightcell { |
| 37 | + padding-left: 10px; |
| 38 | +} |
| 39 | + |
| 40 | +/* set line-height to normal for nested tables of bugfields table */ |
| 41 | +.bugfields table th, .bugfields table td { |
| 42 | + line-height: 100%; |
| 43 | + width: auto; |
| 44 | +} |
| 45 | + |
| 46 | +.bugfields table.timetracking th, .bugfields table.timetracking td { |
| 47 | + width: 10em; |
| 48 | +} |
| 49 | + |
| 50 | +.error { |
| 51 | + color: red; |
| 52 | + font-weight: bold; |
| 53 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/duplicates.css |
— | — | @@ -0,0 +1,49 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * The Initial Developer of the Original Code is Everything Solved, Inc. |
| 15 | + * Portions created by the Initial Developer are Copyright (C) 2009 |
| 16 | + * the Initial Developer. All Rights Reserved. |
| 17 | + * |
| 18 | + * Contributor(s): |
| 19 | + * Max Kanat-Alexander <mkanat@bugzilla.org> |
| 20 | + */ |
| 21 | + |
| 22 | +#duplicates_table { |
| 23 | + border-collapse: collapse; |
| 24 | +} |
| 25 | + |
| 26 | +#duplicates_table .resolved { |
| 27 | + background-color: #d9d9d9; |
| 28 | + color: black; |
| 29 | +} |
| 30 | + |
| 31 | +#duplicates_table thead tr { |
| 32 | + background-color: #ccc; |
| 33 | + color: black; |
| 34 | +} |
| 35 | + |
| 36 | +#duplicates_table thead tr th { |
| 37 | + vertical-align: middle; |
| 38 | +} |
| 39 | + |
| 40 | +#duplicates_table td, #duplicates_table th { |
| 41 | + border: 1px solid black; |
| 42 | + padding: .1em .25em; |
| 43 | +} |
| 44 | + |
| 45 | +#duplicates_table tbody td { |
| 46 | + text-align: center; |
| 47 | +} |
| 48 | +#duplicates_table tbody td.short_desc { |
| 49 | + text-align: left; |
| 50 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/reports.css |
— | — | @@ -0,0 +1,89 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * The Initial Developer of the Original Code is Everything Solved, |
| 15 | + * Inc. Portions created by the Initial Developer are Copyright (C) |
| 16 | + * 2009 the Initial Developer. All Rights Reserved. |
| 17 | + * |
| 18 | + * Contributor(s): |
| 19 | + * Max Kanat-Alexander <mkanat@bugzilla.org> |
| 20 | + */ |
| 21 | + |
| 22 | +/* describecomponents.cgi */ |
| 23 | + |
| 24 | +#components_header_table { |
| 25 | + margin-bottom: 1em; |
| 26 | +} |
| 27 | + |
| 28 | +.product_container { |
| 29 | + width: 65%; |
| 30 | +} |
| 31 | + |
| 32 | +.product_name { |
| 33 | + margin: 0; |
| 34 | +} |
| 35 | + |
| 36 | +.product_desc { |
| 37 | + /* This is padding instead of margin because it looks better |
| 38 | + * with the scrollbar. */ |
| 39 | + padding: 0 2em; |
| 40 | + font-style: italic; |
| 41 | + max-height: 5em; |
| 42 | + overflow: auto; |
| 43 | +} |
| 44 | + |
| 45 | +.instructions { |
| 46 | + font-weight: bold; |
| 47 | + font-size: 105%; |
| 48 | + padding-right: 1em; |
| 49 | +} |
| 50 | + |
| 51 | +.components_header { |
| 52 | + margin: 0; |
| 53 | + font-size: 140%; |
| 54 | +} |
| 55 | + |
| 56 | +.component_table { |
| 57 | + margin-top: -1em; |
| 58 | + margin-left: 2em; |
| 59 | +} |
| 60 | + |
| 61 | +.component_table thead th { |
| 62 | + padding-right: 1em; |
| 63 | + vertical-align: bottom; |
| 64 | + text-align: left; |
| 65 | +} |
| 66 | + |
| 67 | +.component_table td { |
| 68 | + border-bottom: 1px dotted gray; |
| 69 | +} |
| 70 | + |
| 71 | +.component_table td.component_assignee, |
| 72 | +.component_table td.component_qa_contact |
| 73 | +{ |
| 74 | + border: none; |
| 75 | + padding-top: .5em; |
| 76 | +} |
| 77 | + |
| 78 | +.component_name { |
| 79 | + font-size: 115%; |
| 80 | + font-weight: bold; |
| 81 | + padding-right: 1em; |
| 82 | + vertical-align: middle; |
| 83 | + min-width: 8em; |
| 84 | +} |
| 85 | + |
| 86 | +.component_description { |
| 87 | + padding-bottom: .5em; |
| 88 | + color: #333; |
| 89 | +} |
| 90 | + |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/panel.css |
— | — | @@ -0,0 +1,37 @@ |
| 2 | +body |
| 3 | + { |
| 4 | + font-family: sans-serif; |
| 5 | + font-size: 10pt; |
| 6 | + background-color: white; |
| 7 | + } |
| 8 | + |
| 9 | +ul |
| 10 | + { |
| 11 | + padding-left: 12px; |
| 12 | + } |
| 13 | + |
| 14 | +radio |
| 15 | + { |
| 16 | + -moz-user-select: ignore; |
| 17 | + } |
| 18 | + |
| 19 | +.text-link |
| 20 | + { |
| 21 | + margin-left: 3px; |
| 22 | + } |
| 23 | + |
| 24 | +.text-link:hover |
| 25 | + { |
| 26 | + text-decoration: underline; |
| 27 | + cursor: pointer; |
| 28 | + } |
| 29 | + |
| 30 | +.descriptive-content |
| 31 | + { |
| 32 | + color: #AAAAAA; |
| 33 | + } |
| 34 | + |
| 35 | +.descriptive-content[focused=true] |
| 36 | + { |
| 37 | + color: black; |
| 38 | + } |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/global.css |
— | — | @@ -1,27 +1,6 @@ |
2 | | -/* The contents of this file are subject to the Mozilla Public |
3 | | - * License Version 1.1 (the "License"); you may not use this file |
4 | | - * except in compliance with the License. You may obtain a copy of |
5 | | - * the License at http://www.mozilla.org/MPL/ |
6 | | - * |
7 | | - * Software distributed under the License is distributed on an "AS |
8 | | - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
9 | | - * implied. See the License for the specific language governing |
10 | | - * rights and limitations under the License. |
11 | | - * |
12 | | - * The Original Code is the Bugzilla Bug Tracking System. |
13 | | - * |
14 | | - * The Initial Developer of the Original Code is Netscape Communications |
15 | | - * Corporation. Portions created by Netscape are |
16 | | - * Copyright (C) 1998 Netscape Communications Corporation. All |
17 | | - * Rights Reserved. |
18 | | - * |
19 | | - * Contributor(s): Byron Jones <bugzilla@glob.com.au> |
20 | | - * Christian Reis <kiko@async.com.br> |
21 | | - * Vitaly Harisov <vitaly@rathedg.com> |
22 | | - * Svetlana Harisova <light@rathedg.com> |
23 | | - * Marc Schumann <wurblzap@gmail.com> |
24 | | - * Pascal Held <paheld@gmail.com> |
25 | | - */ |
| 2 | +/* |
| 3 | + * Custom mediawiki skin for bugzilla.wikimedia.org |
| 4 | + */ |
26 | 5 | |
27 | 6 | /* global (begin) */ |
28 | 7 | /* global (end) */ |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/vector.css |
— | — | @@ -1,3 +1,7 @@ |
| 2 | +/* |
| 3 | + * Custom mediawiki skin for bugzilla.wikimedia.org |
| 4 | + */ |
| 5 | + |
2 | 6 | /* Framework */ |
3 | 7 | html, |
4 | 8 | body { |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/voting.css |
— | — | @@ -0,0 +1,24 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org> |
| 15 | + */ |
| 16 | + |
| 17 | +/* Highlight the row for the bug being voted on */ |
| 18 | +tr.bz_bug_being_voted_on { |
| 19 | + background-color: #e2e2e2; |
| 20 | +} |
| 21 | + |
| 22 | +tr.bz_bug_being_voted_on td { |
| 23 | + border-style: solid none solid none; |
| 24 | + border-width: thin; |
| 25 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/editusers.css |
— | — | @@ -0,0 +1,71 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * Contributor(s): Marc Schumann <wurblzap@gmail.com> |
| 15 | + */ |
| 16 | + |
| 17 | +table.main { |
| 18 | + border-spacing: 1em; |
| 19 | +} |
| 20 | +table.main tr { |
| 21 | + vertical-align: top; |
| 22 | + border-top: solid thin black; |
| 23 | +} |
| 24 | +table.main th { |
| 25 | + text-align: right; |
| 26 | + white-space: nowrap; |
| 27 | +} |
| 28 | +table.main th, |
| 29 | +table.main td { |
| 30 | + padding: 0; |
| 31 | +} |
| 32 | +table.main ul { |
| 33 | + list-style-type: none; |
| 34 | + padding-left: 0 |
| 35 | +} |
| 36 | + |
| 37 | +table.groups { |
| 38 | + border-spacing: 1px; |
| 39 | +} |
| 40 | +table.groups tr.indirect { |
| 41 | + background-color: #cccccc; |
| 42 | +} |
| 43 | +table.groups th { |
| 44 | + text-align: left; |
| 45 | + padding: 0 0 0 1ex; |
| 46 | +} |
| 47 | +table.groups td { |
| 48 | + padding: 2px; |
| 49 | +} |
| 50 | +table.groups td.checkbox { |
| 51 | + text-align: center; |
| 52 | + white-space: nowrap; |
| 53 | +} |
| 54 | + |
| 55 | +table#user_responsibilities th { |
| 56 | + text-align: center; |
| 57 | + padding: 0 1em 1em; |
| 58 | +} |
| 59 | + |
| 60 | +table#user_responsibilities th.product { |
| 61 | + text-align: left; |
| 62 | + padding: 1em 0 0; |
| 63 | +} |
| 64 | + |
| 65 | +table#user_responsibilities td.center { |
| 66 | + text-align: center; |
| 67 | +} |
| 68 | + |
| 69 | +.missing { |
| 70 | + color: red; |
| 71 | + border-color: inherit; |
| 72 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/index.css |
— | — | @@ -0,0 +1,133 @@ |
| 2 | + /* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * Contributor(s): Vitaly Harisov <vitaly@rathedg.com> |
| 15 | + * Guy Pyrzak <guy.pyrzak@gmail.com> |
| 16 | + */ |
| 17 | + |
| 18 | +/* index page (begin) */ |
| 19 | + |
| 20 | + #page-index |
| 21 | + { |
| 22 | + padding: 0.2em 0.2em 0.15em 0.2em; |
| 23 | + } |
| 24 | + |
| 25 | + /* By default these contain nothing, but these CSS rules make things |
| 26 | + easier on customizers. */ |
| 27 | + .intro, .outro { |
| 28 | + text-align: center; |
| 29 | + width: 50em; |
| 30 | + } |
| 31 | + |
| 32 | + /* Hide from NN4 */ |
| 33 | + |
| 34 | + #new_release |
| 35 | + { |
| 36 | + border: 2px solid red; |
| 37 | + padding: 0.5em 1em; |
| 38 | + margin: 1em; |
| 39 | + font-weight: bold; |
| 40 | + } |
| 41 | + |
| 42 | + #new_release .notice |
| 43 | + { |
| 44 | + font-size: 80%; |
| 45 | + font-weight: normal; |
| 46 | + } |
| 47 | + |
| 48 | + #welcome-admin a |
| 49 | + { |
| 50 | + font-weight: bold; |
| 51 | + } |
| 52 | + |
| 53 | + .bz_common_actions { |
| 54 | + display: block; |
| 55 | + height: 190px; |
| 56 | + width: 195px; |
| 57 | + float: left; |
| 58 | + margin: 0 3ex 3em 0; |
| 59 | + text-align: center; |
| 60 | + } |
| 61 | + .bz_common_actions span { |
| 62 | + position: relative; |
| 63 | + top: 95%; |
| 64 | + font-weight: bold; |
| 65 | + } |
| 66 | + |
| 67 | + .bz_common_actions, |
| 68 | + .bz_common_actions:visited, |
| 69 | + .bz_common_actions:hover |
| 70 | + { |
| 71 | + text-decoration: none; |
| 72 | + } |
| 73 | + |
| 74 | + #enter_bug { background: url(index/bug.gif) no-repeat; } |
| 75 | + #query { background: url(index/search.gif) no-repeat; } |
| 76 | + #account { background: url(index/account.gif) no-repeat; } |
| 77 | + |
| 78 | + #quicksearchForm |
| 79 | + { |
| 80 | + clear: both; |
| 81 | + text-align: center; |
| 82 | + margin-bottom: 2em; |
| 83 | + } |
| 84 | + |
| 85 | + #quicksearchForm #quicksearch_main |
| 86 | + { |
| 87 | + width: 25em; |
| 88 | + } |
| 89 | + |
| 90 | + #quicksearchForm |
| 91 | + { |
| 92 | + margin: 0; |
| 93 | + padding: 0; |
| 94 | + } |
| 95 | + |
| 96 | + #page-index table{ |
| 97 | + border-collapse: collapse; |
| 98 | + } |
| 99 | + |
| 100 | + #welcome |
| 101 | + { |
| 102 | + font-size: x-large; |
| 103 | + font-weight: bold; |
| 104 | + text-align: center; |
| 105 | + margin: 0 0 0.8em 0; |
| 106 | + padding: 0; |
| 107 | + } |
| 108 | + |
| 109 | + ul.additional_links |
| 110 | + { |
| 111 | + list-style: none; |
| 112 | + margin: 0; |
| 113 | + padding: 0; |
| 114 | + } |
| 115 | + |
| 116 | + ul#quicksearch_links{ |
| 117 | + margin-bottom: 1em; |
| 118 | + } |
| 119 | + |
| 120 | + ul.additional_links li |
| 121 | + { |
| 122 | + display: inline; |
| 123 | + } |
| 124 | + |
| 125 | + ul.additional_links li.bz_default_hidden |
| 126 | + { |
| 127 | + display: none; |
| 128 | + } |
| 129 | + |
| 130 | + input.quicksearch_help_text |
| 131 | + { |
| 132 | + color: #ccc; |
| 133 | + } |
| 134 | +/* index page (end) */ |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/summarize-time.css |
— | — | @@ -0,0 +1,46 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * Contributor(s): Christian Reis <kiko@async.com.br> |
| 15 | + */ |
| 16 | + |
| 17 | +td { vertical-align: top } |
| 18 | + |
| 19 | +table.zeroitems, table.realitems { |
| 20 | + margin-left: 2.0em; |
| 21 | + margin-top: 2px; |
| 22 | + border: 1px solid black; |
| 23 | + border: 1px solid black; |
| 24 | +} |
| 25 | + |
| 26 | +tr.section_total { |
| 27 | + background: #000000; |
| 28 | + color: #ffffff; |
| 29 | +} |
| 30 | + |
| 31 | +td.subtotal { |
| 32 | + background: #B0C0D9; |
| 33 | +} |
| 34 | + |
| 35 | +.zeroitems .bug_header { background: #d0e0f0 } |
| 36 | +.zeroitems .bug_header2 { background: #f9f9f9 } |
| 37 | + |
| 38 | +/* the fixed headers -- .number uses bug_header so hack it here */ |
| 39 | +.number .bug_header, .number .bug_header2 { background: #d0e0f0 } |
| 40 | +.owner_header { background: #d0e0f0 } |
| 41 | + |
| 42 | + |
| 43 | +/* the details headers */ |
| 44 | +.number .owner_header, .owner .bug_header { background: #ffffff } |
| 45 | +.number .owner_header2, .owner .bug_header2 { background: #EFEFEF } |
| 46 | + |
| 47 | + |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/IE-fixes.css |
— | — | @@ -0,0 +1,42 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * Contributor(s): Marc Schumann <wurblzap@gmail.com> |
| 15 | + */ |
| 16 | + |
| 17 | +.bz_comment_text, .uneditable_textarea { |
| 18 | + white-space: pre; |
| 19 | + word-wrap: break-word; |
| 20 | +} |
| 21 | + |
| 22 | +.component_table { |
| 23 | + margin-top: .5em; |
| 24 | +} |
| 25 | + |
| 26 | +#footer #useful-links li { |
| 27 | + padding-bottom: 0.8ex; |
| 28 | +} |
| 29 | + |
| 30 | +#footer .label { |
| 31 | + display: block; |
| 32 | + float: left; |
| 33 | + width: 8.2em; |
| 34 | + padding-bottom: 0.1ex; |
| 35 | +} |
| 36 | + |
| 37 | +#footer #links-actions .label { |
| 38 | + padding-top: 0.35em; |
| 39 | +} |
| 40 | + |
| 41 | +#footer .links { |
| 42 | + display: inline; |
| 43 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/buglist.css |
— | — | @@ -1,23 +1,6 @@ |
2 | | -/* The contents of this file are subject to the Mozilla Public |
3 | | - * License Version 1.1 (the "License"); you may not use this file |
4 | | - * except in compliance with the License. You may obtain a copy of |
5 | | - * the License at http://www.mozilla.org/MPL/ |
6 | | - * |
7 | | - * Software distributed under the License is distributed on an "AS |
8 | | - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
9 | | - * implied. See the License for the specific language governing |
10 | | - * rights and limitations under the License. |
11 | | - * |
12 | | - * The Original Code is the Bugzilla Bug Tracking System. |
13 | | - * |
14 | | - * The Initial Developer of the Original Code is Mike Schrag. |
15 | | - * Portions created by Marc Schumann are Copyright (c) 2007 Mike Schrag. |
16 | | - * All rights reserved. |
17 | | - * |
18 | | - * Contributor(s): Mike Schrag <mschrag@pobox.com> |
19 | | - * Byron Jones <bugzilla@glob.com.au> |
20 | | - * Marc Schumann <wurblzap@gmail.com> |
21 | | - */ |
| 2 | +/* |
| 3 | + * Custom mediawiki skin for bugzilla.wikimedia.org |
| 4 | + */ |
22 | 5 | |
23 | 6 | table.bz_buglist td { |
24 | 7 | padding: 0.5em 0.25em; |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/global/body-back.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/global/body-back.gif |
___________________________________________________________________ |
Added: svn:mime-type |
25 | 8 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/global/right.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/global/right.png |
___________________________________________________________________ |
Added: svn:mime-type |
26 | 9 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/global/up.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/global/up.png |
___________________________________________________________________ |
Added: svn:mime-type |
27 | 10 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/global/down.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/global/down.png |
___________________________________________________________________ |
Added: svn:mime-type |
28 | 11 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/global/header.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/global/header.png |
___________________________________________________________________ |
Added: svn:mime-type |
29 | 12 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/global/calendar.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/global/calendar.png |
___________________________________________________________________ |
Added: svn:mime-type |
30 | 13 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/global/left.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/global/left.png |
___________________________________________________________________ |
Added: svn:mime-type |
31 | 14 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree.css |
— | — | @@ -0,0 +1,94 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * The Initial Developer of the Original Code is Netscape |
| 15 | + * Communications |
| 16 | + * Corporation. Portions created by Netscape are |
| 17 | + * Copyright (C) 1998 Netscape Communications Corporation. All |
| 18 | + * Rights Reserved. |
| 19 | + * |
| 20 | + * Contributor(s): Christian Reis <kiko@async.com.br> |
| 21 | + * Andr� Batosti <batosti@async.com.br> |
| 22 | + */ |
| 23 | + |
| 24 | +ul.tree { |
| 25 | + padding-left: 0em; |
| 26 | + margin-left: 1em; |
| 27 | + display: block; |
| 28 | +} |
| 29 | + |
| 30 | +ul.tree ul { |
| 31 | + padding-top: 3px; |
| 32 | + display: block; |
| 33 | +} |
| 34 | + |
| 35 | +ul.tree li { |
| 36 | + /* see http://www.kryogenix.org/code/browser/aqlists/ for idea */ |
| 37 | + padding-top: 3px; |
| 38 | + text-indent: -1.2em; |
| 39 | + padding-left: 0.5em; |
| 40 | + padding-bottom: 3px; |
| 41 | + list-style-type: none; |
| 42 | + background: url("dependency-tree/bug-item.png") no-repeat; |
| 43 | +} |
| 44 | + |
| 45 | +ul.tree li a.b { |
| 46 | + padding-left: 30px; |
| 47 | + margin-right: -14px; |
| 48 | + text-decoration: none; |
| 49 | +} |
| 50 | + |
| 51 | +ul.tree li a.b_open { |
| 52 | + background: url("dependency-tree/tree-open.png") center no-repeat; |
| 53 | + cursor: pointer; |
| 54 | +} |
| 55 | + |
| 56 | +ul.tree li a.b_closed { |
| 57 | + background: url("dependency-tree/tree-closed.png") center no-repeat; |
| 58 | + cursor: pointer; |
| 59 | +} |
| 60 | + |
| 61 | +ul.tree a.tree_link img { |
| 62 | + border: 0; |
| 63 | +} |
| 64 | + |
| 65 | +.summ_info { |
| 66 | + /* change to inline if you would like to see the full bug details |
| 67 | + * displayed in the list */ |
| 68 | + display: none; |
| 69 | + font-size: 75%; |
| 70 | +} |
| 71 | + |
| 72 | +.hint { |
| 73 | + font-size: 90%; |
| 74 | + margin: 0.2em; |
| 75 | + padding: 0.1em; |
| 76 | +} |
| 77 | + |
| 78 | +.hint h3, .hint ul { |
| 79 | + margin-top: 0.1em; |
| 80 | + margin-bottom: 0.1em; |
| 81 | +} |
| 82 | + |
| 83 | +.summ A, .summ_deep A { |
| 84 | + text-decoration: none; |
| 85 | + color: darkblue; |
| 86 | +} |
| 87 | + |
| 88 | +.summ_deep { |
| 89 | +} |
| 90 | + |
| 91 | +.summ_h A { |
| 92 | + background-color: #ffffaa; |
| 93 | + color: #333; |
| 94 | + font-weight: bold; |
| 95 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/create_attachment.css |
— | — | @@ -0,0 +1,145 @@ |
| 2 | + /* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 13 | + * |
| 14 | + * Contributor(s): Myk Melez <myk@mozilla.org> |
| 15 | + * Joel Peshkin <bugreport@peshkin.net> |
| 16 | + * Erik Stambaugh <erik@dasbistro.com> |
| 17 | + * Marc Schumann <wurblzap@gmail.com> |
| 18 | + */ |
| 19 | + |
| 20 | +table.attachment_entry th { |
| 21 | + text-align: right; |
| 22 | + vertical-align: baseline; |
| 23 | + white-space: nowrap; |
| 24 | +} |
| 25 | + |
| 26 | +table.attachment_entry td { |
| 27 | + text-align: left; |
| 28 | + vertical-align: baseline; |
| 29 | + padding-bottom: 5px; |
| 30 | +} |
| 31 | + |
| 32 | +table#flags th, |
| 33 | +table#flags td { |
| 34 | + text-align: left; |
| 35 | + vertical-align: baseline; |
| 36 | + font-size: small; |
| 37 | +} |
| 38 | + |
| 39 | +/* Rules used to view patches in diff mode. */ |
| 40 | + |
| 41 | +.file_head { |
| 42 | + font-weight: bold; |
| 43 | + font-size: 1em; |
| 44 | + background-color: #c3c3c3; |
| 45 | + border: 1px solid black; |
| 46 | +} |
| 47 | + |
| 48 | +.file_head a { |
| 49 | + text-decoration: none; |
| 50 | + font-family: monospace; |
| 51 | + font-size: 1.1em; |
| 52 | +} |
| 53 | + |
| 54 | +.file_collapse { |
| 55 | + display: none; |
| 56 | +} |
| 57 | + |
| 58 | +.section_head { |
| 59 | + background-color: #f0f0f0; |
| 60 | + border: 1px solid black; |
| 61 | + text-align: left; |
| 62 | +} |
| 63 | + |
| 64 | +table.file_table { |
| 65 | + table-layout: fixed; |
| 66 | + width: 100%; |
| 67 | + empty-cells: show; |
| 68 | + border-spacing: 0px; |
| 69 | + border-collapse: collapse; |
| 70 | + /* draw border below last open context section in listing */ |
| 71 | + border-bottom: 1px solid black; |
| 72 | +} |
| 73 | + |
| 74 | +tbody.file pre { |
| 75 | + display: inline; |
| 76 | + white-space: pre-wrap; /* CSS 3 & CSS 2.1 */ |
| 77 | + white-space: -moz-pre-wrap; /* Gecko < 1.9.1 */ |
| 78 | + white-space: -o-pre-wrap; /* Opera 7 */ |
| 79 | + font-size: 0.9em; |
| 80 | +} |
| 81 | + |
| 82 | +tbody.file pre:empty { |
| 83 | + display: block; |
| 84 | +} |
| 85 | + |
| 86 | +.changed { |
| 87 | + background-color: lightblue; |
| 88 | +} |
| 89 | + |
| 90 | +.added { |
| 91 | + background-color: lightgreen; |
| 92 | +} |
| 93 | + |
| 94 | +.removed { |
| 95 | + background-color: #FFCC99; |
| 96 | +} |
| 97 | + |
| 98 | +.num { |
| 99 | + background-color: #ffe9ae; |
| 100 | + text-align:right; |
| 101 | + padding: 0 0.3em; |
| 102 | + width: 3em; |
| 103 | +} |
| 104 | + |
| 105 | +.warning { |
| 106 | + color: red |
| 107 | +} |
| 108 | + |
| 109 | +table.attachment_info th { |
| 110 | + text-align: right; |
| 111 | + vertical-align: top; |
| 112 | +} |
| 113 | + |
| 114 | +table.attachment_info td { |
| 115 | + text-align: left; |
| 116 | + vertical-align: top; |
| 117 | +} |
| 118 | + |
| 119 | +/* Text displayed when the attachment is not viewable by the web browser */ |
| 120 | +#noview { |
| 121 | + text-align: left; |
| 122 | + vertical-align: middle; |
| 123 | +} |
| 124 | + |
| 125 | +#attachment_attributes { |
| 126 | + width: 25%; |
| 127 | +} |
| 128 | + |
| 129 | +#attachment_attributes div { |
| 130 | + padding-bottom: 0.4em; |
| 131 | +} |
| 132 | + |
| 133 | +#attachment_attributes label, |
| 134 | +#attachment_attributes span.label, |
| 135 | +#attachment_actions span.label |
| 136 | +{ |
| 137 | + font-weight: bold; |
| 138 | +} |
| 139 | + |
| 140 | +#attachment_attributes .block { |
| 141 | + display: block; |
| 142 | +} |
| 143 | + |
| 144 | +#attachment_attributes table#flags { |
| 145 | + padding-top: 1em; |
| 146 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/page.css |
— | — | @@ -0,0 +1,70 @@ |
| 2 | +/* The contents of this file are subject to the Mozilla Public |
| 3 | + * License Version 1.1 (the "License"); you may not use this file |
| 4 | + * except in compliance with the License. You may obtain a copy of |
| 5 | + * the License at http://www.mozilla.org/MPL/ |
| 6 | + * |
| 7 | + * Software distributed under the License is distributed on an "AS |
| 8 | + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or |
| 9 | + * implied. See the License for the specific language governing |
| 10 | + * rights and limitations under the License. |
| 11 | + * |
| 12 | + * The Initial Developer of the Original Code is Everything Solved. |
| 13 | + * Portions created by Everything Solved are Copyright (C) 2006 |
| 14 | + * Everything Solved. All Rights Reserved. |
| 15 | + * |
| 16 | + * The Original Code is the Bugzilla Bug Tracking System. |
| 17 | + * |
| 18 | + * Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org> |
| 19 | + */ |
| 20 | + |
| 21 | +/* This CSS is used by various informational pages in the |
| 22 | + template/en/default/pages/ directory. */ |
| 23 | + |
| 24 | +#bugzilla-body { |
| 25 | + padding: 0 1em; |
| 26 | +} |
| 27 | + |
| 28 | +#bugzilla-body > * { |
| 29 | + /* People have an easier time reading narrower columns of text. */ |
| 30 | + max-width: 45em; |
| 31 | +} |
| 32 | + |
| 33 | +/*****************/ |
| 34 | +/* Release Notes */ |
| 35 | +/*****************/ |
| 36 | + |
| 37 | +.req_new { |
| 38 | + color: red; |
| 39 | +} |
| 40 | + |
| 41 | +.req_table { |
| 42 | + border-collapse: collapse; |
| 43 | +} |
| 44 | + |
| 45 | +.req_table td, .req_table th { |
| 46 | + border: 1px solid black; |
| 47 | + padding: .25em; |
| 48 | +} |
| 49 | + |
| 50 | +/********************/ |
| 51 | +/* QuickSearch Help */ |
| 52 | +/********************/ |
| 53 | + |
| 54 | +.qs_help li { |
| 55 | + margin-top: 1ex; |
| 56 | +} |
| 57 | + |
| 58 | +.qs_fields th { |
| 59 | + padding: 0 .25em; |
| 60 | +} |
| 61 | +.qs_fields th.field_nickname { |
| 62 | + text-align: left; |
| 63 | +} |
| 64 | +.qs_fields td { |
| 65 | + padding: .25em; |
| 66 | + border-top: 1px solid gray; |
| 67 | +} |
| 68 | +.qs_fields .field_name { |
| 69 | + width: 10em; |
| 70 | +} |
| 71 | + |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/show_bug.css |
— | — | @@ -1,3 +1,7 @@ |
| 2 | +/* |
| 3 | + * Custom mediawiki skin for bugzilla.wikimedia.org |
| 4 | + */ |
| 5 | + |
2 | 6 | .bz_alias_short_desc_container { |
3 | 7 | margin: 8px 0; |
4 | 8 | padding: 0.3em; |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/yui/calendar.css |
— | — | @@ -0,0 +1,7 @@ |
| 2 | +/* |
| 3 | +Copyright (c) 2008, Yahoo! Inc. All rights reserved. |
| 4 | +Code licensed under the BSD License: |
| 5 | +http://developer.yahoo.net/yui/license.txt |
| 6 | +version: 2.6.0 |
| 7 | +*/ |
| 8 | +.yui-calcontainer{position:relative;float:left;_overflow:hidden;}.yui-calcontainer iframe{position:absolute;border:none;margin:0;padding:0;z-index:0;width:100%;height:100%;left:0px;top:0px;}.yui-calcontainer iframe.fixedsize{width:50em;height:50em;top:-1px;left:-1px;}.yui-calcontainer.multi .groupcal{z-index:1;float:left;position:relative;}.yui-calcontainer .title{position:relative;z-index:1;}.yui-calcontainer .close-icon{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar{position:relative;}.yui-calendar .calnavleft{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar .calnavright{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar .calheader{position:relative;width:100%;text-align:center;}.yui-calcontainer .yui-cal-nav-mask{position:absolute;z-index:2;margin:0;padding:0;width:100%;height:100%;_width:0;_height:0;left:0;top:0;display:none;}.yui-calcontainer .yui-cal-nav{position:absolute;z-index:3;top:0;display:none;}.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn{display:-moz-inline-box;display:inline-block;}.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button{display:block;*display:inline-block;*overflow:visible;border:none;background-color:transparent;cursor:pointer;}.yui-calendar .calbody a:hover{background:inherit;}p#clear{clear:left;padding-top:10px;}.yui-skin-sam .yui-calcontainer{background-color:#f2f2f2;border:1px solid #808080;padding:10px;}.yui-skin-sam .yui-calcontainer.multi{padding:0 5px 0 5px;}.yui-skin-sam .yui-calcontainer.multi .groupcal{background-color:transparent;border:none;padding:10px 5px 10px 5px;margin:0;}.yui-skin-sam .yui-calcontainer .title{background:url(sprite.png) repeat-x 0 0;border-bottom:1px solid #cccccc;font:100% sans-serif;color:#000;font-weight:bold;height:auto;padding:.4em;margin:0 -10px 10px -10px;top:0;left:0;text-align:left;}.yui-skin-sam .yui-calcontainer.multi .title{margin:0 -5px 0 -5px;}.yui-skin-sam .yui-calcontainer.withtitle{padding-top:0;}.yui-skin-sam .yui-calcontainer .calclose{background:url(sprite.png) no-repeat 0 -300px;width:25px;height:15px;top:.4em;right:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar{border-spacing:0;border-collapse:collapse;font:100% sans-serif;text-align:center;margin:0;}.yui-skin-sam .yui-calendar .calhead{background:transparent;border:none;vertical-align:middle;padding:0;}.yui-skin-sam .yui-calendar .calheader{background:transparent;font-weight:bold;padding:0 0 .6em 0;text-align:center;}.yui-skin-sam .yui-calendar .calheader img{border:none;}.yui-skin-sam .yui-calendar .calnavleft{background:url(sprite.png) no-repeat 0 -450px;width:25px;height:15px;top:0;bottom:0;left:-10px;margin-left:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar .calnavright{background:url(sprite.png) no-repeat 0 -500px;width:25px;height:15px;top:0;bottom:0;right:-10px;margin-right:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar .calweekdayrow{height:2em;}.yui-skin-sam .yui-calendar .calweekdayrow th{padding:0;border:none;}.yui-skin-sam .yui-calendar .calweekdaycell{color:#000;font-weight:bold;text-align:center;width:2em;}.yui-skin-sam .yui-calendar .calfoot{background-color:#f2f2f2;}.yui-skin-sam .yui-calendar .calrowhead,.yui-skin-sam .yui-calendar .calrowfoot{color:#a6a6a6;font-size:85%;font-style:normal;font-weight:normal;border:none;}.yui-skin-sam .yui-calendar .calrowhead{text-align:right;padding:0 2px 0 0;}.yui-skin-sam .yui-calendar .calrowfoot{text-align:left;padding:0 0 0 2px;}.yui-skin-sam .yui-calendar td.calcell{border:1px solid #cccccc;background:#fff;padding:1px;height:1.6em;line-height:1.6em;text-align:center;white-space:nowrap;}.yui-skin-sam .yui-calendar td.calcell a{color:#0066cc;display:block;height:100%;text-decoration:none;}.yui-skin-sam .yui-calendar td.calcell.today{background-color:#000;}.yui-skin-sam .yui-calendar td.calcell.today a{background-color:#fff;}.yui-skin-sam .yui-calendar td.calcell.oom{background-color:#cccccc;color:#a6a6a6;cursor:default;}.yui-skin-sam .yui-calendar td.calcell.selected{background-color:#fff;color:#000;}.yui-skin-sam .yui-calendar td.calcell.selected a{background-color:#b3d4ff;color:#000;}.yui-skin-sam .yui-calendar td.calcell.calcellhover{background-color:#426fd9;color:#fff;cursor:pointer;}.yui-skin-sam .yui-calendar td.calcell.calcellhover a{background-color:#426fd9;color:#fff;}.yui-skin-sam .yui-calendar td.calcell.previous{color:#e0e0e0;}.yui-skin-sam .yui-calendar td.calcell.restricted{text-decoration:line-through;}.yui-skin-sam .yui-calendar td.calcell.highlight1{background-color:#ccff99;}.yui-skin-sam .yui-calendar td.calcell.highlight2{background-color:#99ccff;}.yui-skin-sam .yui-calendar td.calcell.highlight3{background-color:#ffcccc;}.yui-skin-sam .yui-calendar td.calcell.highlight4{background-color:#ccff99;}.yui-skin-sam .yui-calendar a.calnav{border:1px solid #f2f2f2;padding:0 4px;text-decoration:none;color:#000;zoom:1;}.yui-skin-sam .yui-calendar a.calnav:hover{background:url(sprite.png) repeat-x 0 0;border-color:#A0A0A0;cursor:pointer;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask{background-color:#000;opacity:0.25;*filter:alpha(opacity=25);}.yui-skin-sam .yui-calcontainer .yui-cal-nav{font-family:arial,helvetica,clean,sans-serif;font-size:93%;border:1px solid #808080;left:50%;margin-left:-7em;width:14em;padding:0;top:2.5em;background-color:#f2f2f2;}.yui-skin-sam .yui-calcontainer.withtitle .yui-cal-nav{top:4.5em;}.yui-skin-sam .yui-calcontainer.multi .yui-cal-nav{width:16em;margin-left:-8em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-y,.yui-skin-sam .yui-calcontainer .yui-cal-nav-m,.yui-skin-sam .yui-calcontainer .yui-cal-nav-b{padding:5px 10px 5px 10px;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-b{text-align:center;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-e{margin-top:5px;padding:5px;background-color:#EDF5FF;border-top:1px solid black;display:none;}.yui-skin-sam .yui-calcontainer .yui-cal-nav label{display:block;font-weight:bold;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-mc{width:100%;_width:auto;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-y input.yui-invalid{background-color:#FFEE69;border:1px solid #000;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-yc{width:4em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn{border:1px solid #808080;background:url(sprite.png) repeat-x 0 0;background-color:#ccc;margin:auto .15em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button{padding:0 8px;font-size:93%;line-height:2;*line-height:1.7;min-height:2em;*min-height:auto;color:#000;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default{border:1px solid #304369;background-color:#426fd9;background:url(sprite.png) repeat-x 0 -1400px;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button{color:#fff;} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/yui/sprite.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/yui/sprite.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 9 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/params.css |
— | — | @@ -0,0 +1,61 @@ |
| 2 | +#menu { |
| 3 | + width: 10em; |
| 4 | + margin-top: 1em; |
| 5 | + margin-right: 0.5em; |
| 6 | + border: solid thin; |
| 7 | + border-spacing: 0px; |
| 8 | + border-collapse: collapse; |
| 9 | + text-align: center; |
| 10 | + color: black; |
| 11 | + background-color: #edf2f2; |
| 12 | + font-weight: normal; |
| 13 | +} |
| 14 | + |
| 15 | +#menu a:link, #menu a:visited { |
| 16 | + color: #039; |
| 17 | + background-color: transparent; |
| 18 | +} |
| 19 | + |
| 20 | +#menu a:hover, #menu a:active { |
| 21 | + color: red; |
| 22 | + background-color: transparent; |
| 23 | +} |
| 24 | + |
| 25 | +#menu td { |
| 26 | + border: solid thin; |
| 27 | + padding: 0.2em 0.5em; |
| 28 | +} |
| 29 | + |
| 30 | +table td { |
| 31 | + vertical-align: top; |
| 32 | +} |
| 33 | + |
| 34 | +td.selected_section { |
| 35 | + color: #090; |
| 36 | + background-color: white; |
| 37 | +} |
| 38 | + |
| 39 | +td.index { |
| 40 | + color: black; |
| 41 | + background-color: #edf; |
| 42 | +} |
| 43 | + |
| 44 | +dt { |
| 45 | + font-weight: bold; |
| 46 | +} |
| 47 | + |
| 48 | +dd { |
| 49 | + margin-bottom: 1.5em; |
| 50 | +} |
| 51 | + |
| 52 | +.sortlist_separator { |
| 53 | + font-weight: bold; |
| 54 | + font-size: 80%; |
| 55 | + background-color: #dddddd; |
| 56 | +} |
| 57 | + |
| 58 | +.contribute { |
| 59 | + border: 1px dotted black; |
| 60 | + padding: .5em; |
| 61 | + font-size: small; |
| 62 | +} |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree/tree-open.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree/tree-open.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 63 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree/tree.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree/tree.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 64 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree/tree-closed.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree/tree-closed.png |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 65 | + application/octet-stream |
Index: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree/bug-item.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/tools/bugzilla-3.6.2/skins/custom/dependency-tree/bug-item.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 66 | + application/octet-stream |