summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/IE-fixes.css4
-rw-r--r--skins/custom/bug_groups.css31
-rw-r--r--skins/custom/buglist.css41
-rw-r--r--skins/custom/create_bug.css71
-rw-r--r--skins/custom/global.css86
-rw-r--r--skins/custom/index.css31
-rw-r--r--skins/custom/search_form.css6
-rw-r--r--skins/custom/show_bug.css89
8 files changed, 0 insertions, 359 deletions
diff --git a/skins/custom/IE-fixes.css b/skins/custom/IE-fixes.css
deleted file mode 100644
index 0d5c47630..000000000
--- a/skins/custom/IE-fixes.css
+++ /dev/null
@@ -1,4 +0,0 @@
-.bz_short_desc_column a, .bz_short_short_desc_column a {
- /* color:inherit */
- color: expression(this.parentNode.currentStyle['color']);
-}
diff --git a/skins/custom/bug_groups.css b/skins/custom/bug_groups.css
deleted file mode 100644
index 038ea8d1f..000000000
--- a/skins/custom/bug_groups.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/* colorize bugs in various groups */
-/* these are also defined in skins/contrib/Mozilla/global.css */
-
-body[class*=bz_group_] {
- background-color: #e0e0ff;
- border-left: solid red 2px;
- padding-left: 13px;
-}
-
-body[class*=bz_group_] #bugzilla-body {
- background-color: inherit;
-}
-
-body.bz_group_infrasec {
- background-color: #ffcc99;
-}
-
-body.bz_group_webtools-security,
-body.bz_group_websites-security,
-body.bz_group_bugzilla-security {
- background-color: #ffeeee;
-}
-
-body.bz_group_client-services-security,
-body.bz_group_cloud-services-security {
- background-color: #ffff80;
-}
-
-body[class*=core-security] {
- background-color: #ffe0b0;
-}
diff --git a/skins/custom/buglist.css b/skins/custom/buglist.css
deleted file mode 100644
index d3097aedd..000000000
--- a/skins/custom/buglist.css
+++ /dev/null
@@ -1,41 +0,0 @@
-/* For the JS-sorting buglist. */
-
-th.sorttable_sorted,
-th.sorttable_sorted_reverse,
-th.sorted_0 {
- background-color: #aaa;
-}
-
-th.sorted_1 {
- background-color: #bbb;
-}
-
-th.sorted_2 {
- background-color: #ccc;
-}
-
-th.sorted_3 {
- background-color: #ddd;
-}
-
-th.sorted_4 {
- background-color: #eee;
-}
-
-th.sorted_5 {
- background-color: #fff;
-}
-
-.bz_short_desc_column a, .bz_short_short_desc_column a {
- text-decoration: none;
- color: inherit;
-}
-
-.bz_short_desc_column a:hover, .bz_short_short_desc_column a:hover {
- text-decoration: underline;
-}
-
-#request_form #filtering th {
- padding-left: 0.5em;
-}
-
diff --git a/skins/custom/create_bug.css b/skins/custom/create_bug.css
deleted file mode 100644
index 333aff48f..000000000
--- a/skins/custom/create_bug.css
+++ /dev/null
@@ -1,71 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this file,
- * You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This Source Code Form is "Incompatible With Secondary Licenses", as
- * defined by the Mozilla Public License, v. 2.0. */
-
-
-.tracking_flags .field_label a {
- font-weight: normal !important;
- color: #000;
-}
-
-#guided {
- margin-top: 30px;
-}
-
-#component {
- width: 25em;
-}
-
-.hidden_text {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-
-#bug_create_warning {
- border: 1px solid #dddddd;
- background: #fff9db;
- color: #666458;
- padding: 5px;
-}
-
-#bug_create_warning_image {
- float: left;
- padding: 5px;
-}
-
-#bug_create_warning_text {
- margin-left: 42px;
-}
-
-#keyword_container,
-#bug_mentors_autocomplete,
-#container_see_also {
- width: 25em
-}
-
-#custom_form_list {
- font-weight: bold;
- border: 1px solid #dddddd;
- background: #fff9db;
- color: #666458;
- padding: 5px 5px 10px 5px;
- min-height: 48px;
- border-radius: 5px;
-}
-
-#custom_form_list_image {
- float: left;
-}
-
-#custom_form_list_text {
- margin-left: 55px;
-}
-
-#custom_form_list ul {
- margin-top: 0.5em;
- margin-bottom: 0;
- padding-left: 20px;
-}
diff --git a/skins/custom/global.css b/skins/custom/global.css
deleted file mode 100644
index 61743d62a..000000000
--- a/skins/custom/global.css
+++ /dev/null
@@ -1,86 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this file,
- * You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This Source Code Form is "Incompatible With Secondary Licenses", as
- * defined by the Mozilla Public License, v. 2.0. */
-
-/*
- * Custom rules for skins/standard/global.css.
- * The rules you put here override rules in that stylesheet.
- */
-
-body {
- margin: 0;
- padding: 15px 15px 2px 15px;
-}
-
-#header .btn, #header .txt {
- font-size: 100%;
-}
-
-#header #information {
- color: #dddddd;
- font-size: small;
-}
-
-pre {
- font-size: medium;
-}
-
-#attachment_table {
- width: 50em;
-}
-
-#page-index #quicksearchForm {
- padding-top: 20px;
-}
-
-/* createaccount styling */
-.support_div {
- width: 40%;
- font-size: 80%;
-}
-
-.support_div > img {
- padding: 5px 20px;
-}
-
-a {
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.controller {
- font-size: 100%;
- border: 1px solid #c0c0c0;
- padding: 3px;
-}
-
-.group_secure > th > a {
- background-image: url("../../images/padlock.png");
- background-position: center left;
- background-repeat: no-repeat;
- padding-left: 18px;
-}
-
-#policy_links {
- padding-right: 5px;
- text-align: right;
-}
-
-#policy_links li {
- display: inline;
-}
-
-.highlighted {
- background: lightyellow;
-}
-
-/* user dropdown menu down-arrow */
-.vcard a .fn:after, .vcard a .ln:after {
- content: ' \25BE';
-}
diff --git a/skins/custom/index.css b/skins/custom/index.css
deleted file mode 100644
index ca2d83dde..000000000
--- a/skins/custom/index.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Custom rules for index.css.
- * The rules you put here override rules in that stylesheet.
- */
-
-/* index.html.tmpl puts intro hook contents inside a div which causes
- * the icons to display over two rows when adding the Help icon.
- * So we change to inline to make it display a single row. */
-#page-index .intro { display: inline; }
-
-#docs { background: url(../standard/index/help.png) no-repeat; }
-
-.bz_common_actions {
- display: block;
- height: 170px;
- width: 145px;
- float: left;
- margin: 0 2ex 2em 0;
- text-align: center;
-}
-.bz_common_actions span {
- position: relative;
- top: 95%;
- font-weight: bold;
-}
-.bz_common_actions,
-.bz_common_actions:visited,
-.bz_common_actions:hover
-{
- text-decoration: none;
-}
diff --git a/skins/custom/search_form.css b/skins/custom/search_form.css
deleted file mode 100644
index 1855eb445..000000000
--- a/skins/custom/search_form.css
+++ /dev/null
@@ -1,6 +0,0 @@
-
-/* let the browser choose the select height from the "size" param */
-.search_field_grid select {
- height: auto;
-}
-
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css
deleted file mode 100644
index 444950cdc..000000000
--- a/skins/custom/show_bug.css
+++ /dev/null
@@ -1,89 +0,0 @@
-/*
- * Custom rules for show_bug.css.
- * The rules you put here override rules in that stylesheet.
- */
-
-.last_comment_link {
- float: right;
- font-size: 80%;
- font-weight: normal;
- margin-left: 1em;
-}
-
-#legal_disclaimer {
- width: 40em;
- padding: 1em;
- margin: 0 1em 1em 1em;
- font-weight: bold;
- border: 1px red solid;
- background-color: lightyellow;
-}
-
-.bz_patch {
- background: #ffffcc;
-}
-
-.cc_list_display {
- list-style: none;
- margin:0px;
- padding:5px;
- padding-right:20px;
- overflow:auto;
- float:left;
- max-width:465px;
- max-height:100px;
- border:1px solid #CCC;
-}
-
-.cc_list_display li {
- margin:0px;
- padding:0px;
- white-space:nowrap;
-}
-
-#wave_wand {
- margin-top: 0px;
-}
-
-/* put the width on the TD rather than the PRE to stop the col resizing
- when comments are hidden */
-.bz_comment {
- width: 55em;
-}
-.bz_comment_text {
- width: auto;
-}
-
-.bz_comment_number {
- float: right;
-}
-
-/* style all field labels the same */
-
-.field_label, .field_label a {
- color: #000;
- font-weight: bold;
-}
-
-.field_label a {
- cursor: help;
-}
-
-.edit_form table th:first-child {
- width: 0px;
-}
-
-#bz_show_bug_column_1, #bz_show_bug_column_2 {
- width: 50%;
-}
-
-/* fix flag table's vertical alignment */
-
-table#flags {
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-div[class="bz_comment"]:target {
- border: 2px solid #0095DD;
-}