mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave
This commit is contained in:
parent
bb89d768de
commit
6a78d0277b
@ -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 {
|
||||
}
|
@ -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; }
|
@ -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; }
|
@ -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;
|
||||
}
|
@ -1 +0,0 @@
|
||||
.bz_private { color:darkred }
|
@ -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"
|
||||
|
@ -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 %]
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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 %]
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user