summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-10-22 04:02:28 +0200
committermyk%mozilla.org <>2004-10-22 04:02:28 +0200
commite843ae2a6b0bf8ede1b3bca296a397e07501c26a (patch)
tree81e69ad137c97c866a9b945e88c15558c6ab6921
parentb50ddb431c7dcc0ce21a963c5140c6c7f5f8398d (diff)
downloadbugzilla-e843ae2a6b0bf8ede1b3bca296a397e07501c26a.tar.gz
bugzilla-e843ae2a6b0bf8ede1b3bca296a397e07501c26a.tar.xz
Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave
-rw-r--r--css/buglist.css57
-rw-r--r--css/duplicates.css34
-rw-r--r--css/global.css181
-rw-r--r--css/panel.css37
-rw-r--r--css/show_multiple.css1
-rw-r--r--duplicates.xul2
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl2
-rw-r--r--template/en/default/global/header.html.tmpl2
-rw-r--r--template/en/default/list/list-simple.html.tmpl2
-rw-r--r--template/en/default/list/list.html.tmpl2
-rw-r--r--template/en/default/sidebar.xul.tmpl2
11 files changed, 6 insertions, 316 deletions
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 <myk@mozilla.org>
- */
-
-/* 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 <myk@mozilla.org>
- */
-
-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 <bugzilla@glob.com.au>
- * Christian Reis <kiko@async.com.br>
- * Vitaly Harisov <vitaly@rathedg.com>
- * Svetlana Harisova <light@rathedg.com>
- */
-
-/* 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 @@
]>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-<?xml-stylesheet href="css/duplicates.css" type="text/css"?>
+<?xml-stylesheet href="skins/standard/duplicates.css" type="text/css"?>
<window id="duplicates_report"
xmlns:html="http://www.w3.org/1999/xhtml"
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 8cf86dd5f..094d04126 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -24,7 +24,7 @@
[% PROCESS global/header.html.tmpl
title = "Full Text $terms.Bug Listing"
- style_urls = [ "css/show_multiple.css" ]
+ style_urls = [ "skins/standard/show_multiple.css" ]
%]
[% PROCESS bug/time.html.tmpl %]
[% IF bugs.first %]
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index e4ffc12d0..934da137b 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -80,7 +80,7 @@
[%+ INCLUDE "global/help-header.html.tmpl" %]
- <link href="css/global.css" rel="stylesheet" type="text/css">
+ <link href="skins/standard/global.css" rel="stylesheet" type="text/css">
[% IF style %]
<style type="text/css">
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl
index 27271ac5b..c7cd2a490 100644
--- a/template/en/default/list/list-simple.html.tmpl
+++ b/template/en/default/list/list-simple.html.tmpl
@@ -41,7 +41,7 @@
<head>
<title>[% title %]</title>
- <link href="css/buglist.css" rel="stylesheet" type="text/css">
+ <link href="skins/standard/buglist.css" rel="stylesheet" type="text/css">
</head>
<body>
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 80348906f..48759ceb7 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -36,7 +36,7 @@
[% title = title _ ": " _ searchname %]
[% END %]
-[% style_urls = [ "css/buglist.css" ] %]
+[% style_urls = [ "skins/standard/buglist.css" ] %]
[% qorder = order FILTER url_quote IF order %]
[% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %]
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl
index 802fd9f23..f510206d9 100644
--- a/template/en/default/sidebar.xul.tmpl
+++ b/template/en/default/sidebar.xul.tmpl
@@ -27,7 +27,7 @@
<?xml version="1.0"?>
<!-- [% template_version %] -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
-<?xml-stylesheet href="[% Param('urlbase') %]css/panel.css" type="text/css"?>
+<?xml-stylesheet href="[% Param('urlbase') %]skins/standard/panel.css" type="text/css"?>
<window
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"