]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv...
authormyk%mozilla.org <>
Fri, 22 Oct 2004 02:02:28 +0000 (02:02 +0000)
committermyk%mozilla.org <>
Fri, 22 Oct 2004 02:02:28 +0000 (02:02 +0000)
css/buglist.css [deleted file]
css/duplicates.css [deleted file]
css/global.css [deleted file]
css/panel.css [deleted file]
css/show_multiple.css [deleted file]
duplicates.xul
template/en/default/bug/show-multiple.html.tmpl
template/en/default/global/header.html.tmpl
template/en/default/list/list-simple.html.tmpl
template/en/default/list/list.html.tmpl
template/en/default/sidebar.xul.tmpl

diff --git a/css/buglist.css b/css/buglist.css
deleted file mode 100644 (file)
index f8b814a..0000000
+++ /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 (file)
index 9948b78..0000000
+++ /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 (file)
index aecfb16..0000000
+++ /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 (file)
index 23b5270..0000000
+++ /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 (file)
index 0e9bf1c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.bz_private { color:darkred }
index be647c1887b0cd98e4712c78c24d7d3fe219db1f..cebb4e189298ab69e6e11bdf5e63643b8a0425a4 100644 (file)
@@ -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"
index 8cf86dd5fbf980540fbd5bf4bb61f8455e0a2038..094d041263d69abee56f2099ba19250841dd8bc5 100644 (file)
@@ -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 %]
index e4ffc12d0fce6ddf39b7b92d26c84e3be543565b..934da137b972606ce75c9d320dfc1ac75afa97b4 100644 (file)
@@ -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">
index 27271ac5b13c327b5c69088aa2f8e020244f23a5..c7cd2a4906bd9d047e66004524afc679d0597069 100644 (file)
@@ -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>
index 80348906f60227cad50e1fcd022815b5b5e06f8f..48759ceb7a758caf24ad8379b77a6d4435e46431 100644 (file)
@@ -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 %]
 
index 802fd9f23a002bf1cab99470ad5c36b0a6c8f21d..f510206d9f058afa25ace9b089cfda3d808ae4e9 100644 (file)
@@ -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"