From e843ae2a6b0bf8ede1b3bca296a397e07501c26a Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 22 Oct 2004 02:02:28 +0000 Subject: Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave --- css/buglist.css | 57 -------- css/duplicates.css | 34 ----- css/global.css | 181 ------------------------ css/panel.css | 37 ----- css/show_multiple.css | 1 - duplicates.xul | 2 +- template/en/default/bug/show-multiple.html.tmpl | 2 +- template/en/default/global/header.html.tmpl | 2 +- template/en/default/list/list-simple.html.tmpl | 2 +- template/en/default/list/list.html.tmpl | 2 +- template/en/default/sidebar.xul.tmpl | 2 +- 11 files changed, 6 insertions(+), 316 deletions(-) delete mode 100644 css/buglist.css delete mode 100644 css/duplicates.css delete mode 100644 css/global.css delete mode 100644 css/panel.css delete mode 100644 css/show_multiple.css diff --git a/css/buglist.css b/css/buglist.css deleted file mode 100644 index f8b814abe..000000000 --- a/css/buglist.css +++ /dev/null @@ -1,57 +0,0 @@ -/* The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is the Bugzilla Bug Tracking System. - * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): Myk Melez - */ - -/* Right align bug IDs. */ -.bz_id_column { text-align: right; } - -/* Style bug rows according to severity. */ -.bz_blocker { color: red; font-weight: bold; } -.bz_critical { color: red; } -.bz_enhancement { color: #888; background-color: white; } - -/* Align columns in the "change multiple bugs" form to the right. */ -table#form tr th { text-align: right; } - -table.bz_buglist td, table.bz_buglist th { - padding-left: 20px; -} - -/* For styling rows; by default striped white and gray */ -tr.bz_odd { - background-color: #e6e6e6; -} - -tr.bz_even { -} - -/* we use a first-child class and not the pseudo-class because IE - * doesn't support it :-( */ -tr.bz_secure td.first-child { - background-image: url("../images/padlock.png"); - background-position: center left; - background-repeat: no-repeat; - background-color: inherit; -} - -tr.bz_secure_mode_implied td.first-child { -} - -tr.bz_secure_mode_manual td.first-child { -} diff --git a/css/duplicates.css b/css/duplicates.css deleted file mode 100644 index 9948b789e..000000000 --- a/css/duplicates.css +++ /dev/null @@ -1,34 +0,0 @@ -/* The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is the Bugzilla Bug Tracking System. - * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): Myk Melez - */ - -tree#results-tree { - margin-right: 0px; - border-right-width: 0px; - margin-left: 0px; - border-left-width: 0px; -} - -treechildren:-moz-tree-cell-text(resolution-FIXED) { - text-decoration: line-through; -} - -treecol#id_column { width: 6em; } -treecol#duplicate_count_column { width: 5em; } -treecol#duplicate_delta_column { width: 5em; } diff --git a/css/global.css b/css/global.css deleted file mode 100644 index aecfb1658..000000000 --- a/css/global.css +++ /dev/null @@ -1,181 +0,0 @@ -/* The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is the Bugzilla Bug Tracking System. - * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): Byron Jones - * Christian Reis - * Vitaly Harisov - * Svetlana Harisova - */ - -/* banner (begin) */ - #banner - { - text-align: center; - - width: 100%; - background: #000; - - /* for Netscape 4 only */ - border: 1px solid #fff; - border-bottom-width: 0.65em; - } - - /* hide from NN4 */ - div#banner - { - border-bottom-width: 0.2em; - } - - #banner p - { - margin: 0; - padding: 0; - } - - #banner-name - { - font-family: serif; - font-size: 255%; - - color: #fff; - } - - /* hide from NN4 */ - p#banner-name - { - font-size: 300%; - } - - #banner-version - { - font-size: 75%; - background: #fff; - } - - /* hide from NN4 */ - p#banner-version - { - font-size: 85%; - } -/* banner (end) */ - -/* footer (begin) */ - #footer - { - float: left; - } - - #footer form - { - background: #FFFFE0; - border: 1px solid #000; - } - - #footer span - { - display: block; - } - - #footer .btn, #footer .txt - { - font-size: 0.8em; - } - - #footer #useful-links - { - padding: 0.3em; - } - - /* hide from MSIE and NN4 */ - [id]#footer #useful-links - { - margin: 0.3em; - display: table; - } - - #footer #links-actions, - #footer #links-edit, - #footer #links-saved - { - display: table-row; - } - - #footer .label - { - width: 7.2em; - display: block; - float: left; - - vertical-align: baseline; - - padding: 0.1em 0.2em; - } - - #footer #links-actions .label - { - padding-top: 0.45em; - } - - /* hide from MSIE and NN4 */ - [id]#footer .label - { - display: table-cell; - float: none; - width: auto; - - padding-top: 0; - } - - #footer .links - { - display: block; - - padding: 0.1em 0.2em; - } - - /* hide from MSIE and NN4 */ - [id]#footer .links - { - display: table-cell; - - padding-top: 0; - - vertical-align: baseline; - } - - /* hide from MSIE and NN4 */ - #footer+* - { - clear: both; - } -/* footer (end) */ - -.bz_obsolete { text-decoration: line-through; } -.bz_inactive { text-decoration: line-through; } -.bz_closed { text-decoration: line-through; } -.bz_private { color: darkred ; background : #f3eeee ; } -.bz_disabled { color: #a0a0a0 ; } - -.bz_comment { background-color: #e0e0e0; } -.bz_comment_hilite pre -{ - background-color: lightgreen; - margin: 0; - padding: 1em 0; -} - -table#flags th, table#flags td { vertical-align: baseline; text-align: left; } diff --git a/css/panel.css b/css/panel.css deleted file mode 100644 index 23b52705e..000000000 --- a/css/panel.css +++ /dev/null @@ -1,37 +0,0 @@ -body - { - font-family: sans-serif; - font-size: 10pt; - background-color: white; - } - -ul - { - padding-left: 12px; - } - -radio - { - -moz-user-select: ignore; - } - -.text-link - { - margin-left: 3px; - } - -.text-link:hover - { - text-decoration: underline; - cursor: pointer; - } - -.descriptive-content - { - color: #AAAAAA; - } - -.descriptive-content[focused=true] - { - color: black; - } diff --git a/css/show_multiple.css b/css/show_multiple.css deleted file mode 100644 index 0e9bf1c76..000000000 --- a/css/show_multiple.css +++ /dev/null @@ -1 +0,0 @@ -.bz_private { color:darkred } diff --git a/duplicates.xul b/duplicates.xul index be647c188..cebb4e189 100644 --- a/duplicates.xul +++ b/duplicates.xul @@ -34,7 +34,7 @@ ]> - + + [% IF style %]