]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 956190 (part 5): Merge attachment.css, dependency-tree.css, enter_bug.css and...
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 10 Mar 2014 14:03:25 +0000 (15:03 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 10 Mar 2014 14:03:25 +0000 (15:03 +0100)
r/a=justdave

14 files changed:
.bzrignore
skins/standard/attachment.css [deleted file]
skins/standard/bug.css [new file with mode: 0644]
skins/standard/dependency-tree.css [deleted file]
skins/standard/enter_bug.css [deleted file]
skins/standard/show_bug.css [deleted file]
template/en/default/attachment/create.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
template/en/default/attachment/edit.html.tmpl
template/en/default/attachment/show-multiple.html.tmpl
template/en/default/bug/create/create-guided.html.tmpl
template/en/default/bug/create/create.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
template/en/default/bug/show-header.html.tmpl

index 2a29e3fc199ce5c727a70ec95d6e6bb5a6d83651..f30e8f9ae13fb530f2a83ca27537b7a8ae0d737c 100644 (file)
 /localconfig
 /index.html
 
-/skins/contrib/Dusk/IE-fixes.css
 /skins/contrib/Dusk/admin.css
-/skins/contrib/Dusk/attachment.css
-/skins/contrib/Dusk/create_attachment.css
-/skins/contrib/Dusk/dependency-tree.css
-/skins/contrib/Dusk/duplicates.css
-/skins/contrib/Dusk/editusers.css
-/skins/contrib/Dusk/enter_bug.css
-/skins/contrib/Dusk/help.css
-/skins/contrib/Dusk/panel.css
-/skins/contrib/Dusk/page.css
-/skins/contrib/Dusk/params.css
-/skins/contrib/Dusk/reports.css
-/skins/contrib/Dusk/show_bug.css
-/skins/contrib/Dusk/search_form.css
-/skins/contrib/Dusk/show_multiple.css
-/skins/contrib/Dusk/summarize-time.css
-.DS_Store
+/skins/contrib/Dusk/bug.css
diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css
deleted file mode 100644 (file)
index ebc52c6..0000000
+++ /dev/null
@@ -1,262 +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.
- */
-
-table.attachment_entry th {
-    text-align: right;
-    vertical-align: baseline;
-    white-space: nowrap;
-}
-
-table.attachment_entry td {
-    text-align: left;
-    vertical-align: baseline;
-    padding-bottom: 5px;
-}
-
-table#flags th,
-table#flags td {
-    text-align: left;
-    vertical-align: baseline;
-    font-size: small;
-}
-
-/* Rules used to view patches in diff mode. */
-
-.file_head {
-  font-weight: bold;
-  font-size: 1em;
-  background-color: #c3c3c3;
-  border: 1px solid black;
-}
-
-.file_head a {
-  text-decoration: none;
-  font-family: monospace;
-  font-size: 1.1em;
-}
-
-.file_collapse {
-  display: none;
-}
-
-.section_head {
-  background-color: #f0f0f0;
-  border: 1px solid black;
-  text-align: left;
-  padding: 0.2em;
-}
-
-.section_head .link_here {
-  float: right;
-  padding-left: 1em;
-  padding-right: 0.5em;
-}
-
-.lines_count a {
-  padding-left: 0.5em;
-  padding-right: 1em;
-}
-
-table.file_table {
-  table-layout: fixed;
-  width: 100%;
-  empty-cells: show;
-  border-spacing: 0px;
-  border-collapse: collapse;
-  /* draw border below last open context section in listing */
-  border-bottom: 1px solid black;
-}
-
-tbody.file pre {
-  display: inline;
-  font-size: 0.9em;
-}
-
-tbody.file pre:empty {
-  display: block;
-}
-
-.changed {
-  background-color: lightblue;
-}
-
-.added {
-  background-color: lightgreen;
-}
-
-.removed {
-  background-color: #FFCC99;
-}
-
-.num {
-  background-color: #ffe9ae;
-  text-align:right;
-  padding: 0 0.3em;
-  width: 3em;
-}
-
-table.attachment_info th {
-    text-align: right;
-    vertical-align: top;
-}
-
-table.attachment_info td {
-    text-align: left;
-    vertical-align: top;
-}
-
-/* Text displayed when the attachment is not viewable by the web browser */
-#noview {
-    text-align: left;
-    vertical-align: middle;
-}
-
-#attachment_attributes div {
-    padding-bottom: 0.4em;
-}
-
-#attachment_attributes label {
-    font-weight: bold;
-}
-
-#attachment_attributes .block {
-    display: block;
-}
-
-#smallCommentFrame, #attachment_flags {
-    float: left;
-}
-
-#smallCommentFrame {
-    margin-right: 1.5em;
-}
-
-#attachment_comments_and_flags, #attachment_actions {
-    clear: both;
-    margin-bottom: 1ex;
-}
-
-#attachment_information_read_only .title {
-    font-weight: bold;
-    font-size: 1.5em;
-    padding: 0;
-    margin: 0;
-}
-
-#attachment_information_read_only .title #bz_edit {
-    font-size: 0.7em;
-}
-
-#attachment_information_read_only .details {
-    font-size: 90%;
-}
-
-#attachment_info.read #attachment_information_edit {
-    display: none;
-}
-
-#attachment_info.edit #attachment_information_read_only {
-    display: none;  
-}
-
-#attachment_info.edit #attachment_view_window {
-    float: left;
-    width: 80%;
-}
-
-#attachment_info.edit #attachment_information_edit {
-    width: 20%;
-}
-
-#attachment_info.edit #attachment_information_edit input.text,
-#attachment_info.edit #attachment_information_edit textarea {
-    width: 90%; 
-}
-
-#attachment_isobsolete {
-    padding-right: 1em;
-}
-
-#attachment_information_edit { 
-    float: left;
-}
-
-#smallCommentFrame textarea {
-    display: block;
-}
-
-textarea.bz_private {
-    border: 1px solid #F8C8BA;
-}
-
-#update {
-    clear: both; 
-    display: block;  
-}
-
-div#update_container {
-    clear: both; 
-    padding: 1.5em 0; 
-}
-
-#attachment_flags {
-    margin-bottom: 1em;
-}
-
-#attachment_flags p {
-    padding-bottom: 0;
-    margin-bottom: 0;
-}
-
-#editFrame, #viewDiffFrame, #viewFrame {
-    height: 400px; 
-    width: 95%;
-    margin-left: 2%;
-}
-
-.viewall_frame_container {
-    width: 75%;
-    margin: 2em auto;
-}
-
-.viewall_desc {
-    width: 100%;
-    border: 1px solid black;
-    border-spacing: 0px;
-    border-collapse: collapse;
-}
-
-.viewall_desc th, .viewall_desc td {
-    border: 1px solid black;
-    padding: 0.3em;
-}
-
-.viewall_frame {
-    width: 100%;
-    height: 350px;
-}
-
-.details span.bz_private{
-  border-left: 1px solid darkred;
-  padding-left: 0.5em;
-}
-
-.no_javascript .bz_hide, .no_javascript .bz_edit {
-    display: none;
-}
-
-#hidden_obsolete_message {
-   text-align: left; 
-   width: 75%; 
-   margin: 0  auto; 
-   font-weight: bold
-}
-
-#description {
-    resize: vertical;
-}
diff --git a/skins/standard/bug.css b/skins/standard/bug.css
new file mode 100644 (file)
index 0000000..e23475a
--- /dev/null
@@ -0,0 +1,597 @@
+/* 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.
+ */
+
+/* enter_bug.cgi (start) */
+
+/* These are specified using the class instead of the id so that they
+   don't override the YUI CSS. */
+.enter_bug_form table {
+    border-spacing: 0;
+    border-width: 0;
+}
+
+.enter_bug_form td, .enter_bug_form th {
+    padding: .25em;
+}
+
+.enter_bug_form th {
+    text-align: right;
+}
+
+/* This makes the "component" column as small as possible (since it
+ * contains only fixed-width content) and the Reporter column
+ * as large as possible, which makes the form not jump around
+ * when the Component Description changes size. This works
+ * pretty well on all browsers except IE 8.
+ */
+#Create #field_container_component {
+    width: 1px;
+}
+
+#Create #field_container_reporter {
+    width: 100%;
+}
+
+#Create .comment, #guided_form #description {
+    vertical-align: top;
+    overflow: auto;
+    color: green;
+}
+
+#guided_form #description {
+    display: inline;
+    margin-left: 10px;
+}
+
+#Create #comp_desc_container td {
+    padding: 0;
+}
+
+#Create #comp_desc {
+    height: 11ex;
+}
+
+#Create #os_guess_note {
+    padding-top: 0;
+}
+
+#Create #os_guess_note div {
+    max-width: 35em;
+}
+
+#Create .field_value .text_input {
+    max-width: 50em;
+}
+
+#possible_duplicates th {
+    text-align: center;
+    background: none;
+    border-collapse: collapse;
+}
+
+#possible_duplicates td {
+    vertical-align: middle;
+}
+
+/* Make the Add Me to CC button never wrap. */
+#possible_duplicates .yui-dt-col-update_token {
+    white-space: nowrap;
+}
+
+table#flags th, table#flags td,
+table#bug_flags th, table#bug_flags td,
+table#attachment_flags th, table#attachment_flags td {
+    text-align: left;
+    vertical-align: baseline;
+    font-size: small;
+}
+
+/* CSS rules for the guided form. */
+
+.guided_form_field {
+    background-color: #ffc;
+}
+
+#somebugs {
+    width: 100%;
+    height: 500px;
+}
+
+.good {
+    color: #090;
+}
+
+.bad {
+    color: #900;
+}
+
+/* enter_bug.cgi (end) */
+
+/* show_bug.cgi (start) */
+
+.bz_alias_short_desc_container {
+    margin: 8px 0;
+    padding: 0.3em;
+    background-color: rgb(208, 208, 208);
+    border-radius: 0.5em;
+    font-size: 125%;
+    font-weight: bold;
+}
+
+.bz_bug .edit_form {
+  width: 100%;
+}
+.bz_bug .edit_form table {
+  width: 100%;
+}
+.bz_bug #alias {
+    min-width: 0;
+    width: 10em;
+}
+
+table#flags {
+    width: auto;
+}
+
+.bz_column_spacer {
+    width: 0.5em;
+}
+
+.related_actions {
+    font-size: 0.85em;
+    float: right;
+    list-style-type: none;
+    white-space: nowrap;
+    margin: 0;
+    padding: 0;
+}
+
+.related_actions li {
+    display: inline;
+}
+
+.navigation_link {
+    color: #777;
+    font-style: italic;
+}
+
+.bz_show_bug_column {
+  vertical-align: top;
+}
+
+.bz_section_spacer {
+    height: 1em;
+}
+
+#duplicate_settings {
+    white-space: nowrap;
+}
+
+#bz_big_form_parts td {
+    vertical-align: top;
+}
+
+.bz_group_visibility_section {
+    margin-left: 1em;
+}
+
+.bz_group_visibility_section .instructions {
+    font-style: italic;
+}
+
+#bz_restrict_group_visibility_help .instructions {
+    margin-top: 0;
+}
+
+#bz_enable_role_visibility_help {
+    margin-top: 1em;
+}
+
+.bz_time_tracking_table {
+    border-collapse: collapse;
+}
+
+.bz_time_tracking_table th {
+    text-align: center;
+}
+
+.bz_time_tracking_table td {
+    text-align: center;
+}
+
+.bz_time_tracking_table th,
+.bz_time_tracking_table td {
+    padding: 4px;
+}
+
+.bz_time_tracking_table .bz_summarize_time {
+    text-align: right;
+}
+.bz_time_tracking_table #deadline {
+    width: 7em;
+}
+
+#summary tr td {
+    vertical-align:top;
+}
+
+#status {
+    margin-bottom: 3ex;
+}
+
+.knob-buttons {
+    float: right;
+}
+
+.text_input, .bz_userfield, #keywords_container, #tag_container {
+    width: 100%;
+}
+.bz_bug .bz_alias_short_desc_container {
+    width: inherit;
+}
+
+.bz_comment_tags {
+    margin-top: 3px;
+}
+
+.bz_comment_tag {
+    border: 1px solid #c8c8ba;
+    padding: 1px 3px;
+    margin-right: 2px;
+    border-radius: 0.5em;
+    background-color: #eee;
+    color: #000;
+}
+
+#bz_ctag_div {
+    display: inline-block;
+}
+
+#bz_ctag_error {
+    border: 1px solid #ff6666;
+    padding: 0px 2px;
+    border-radius: 0.5em;
+    margin: 2px;
+    display: inline-block;
+}
+
+#comment_tags_collapse_expand_container {
+    padding-top: 1em;
+}
+
+#comment_tags_collapse_expand {
+    list-style-type: none;
+    padding-left: 1em;
+}
+
+#comment_tags_collapse_expand li {
+    margin-bottom: 0px;
+}
+
+/* show_bug.cgi (end) */
+
+/* showdependencytree.cgi (start) */
+
+ul.tree {
+    padding-left: 0em;
+    margin-left: 1em;
+    display: block;
+}
+
+ul.tree ul {
+    padding-top: 3px;
+    display: block;
+}
+
+ul.tree li {
+    /* see http://www.kryogenix.org/code/browser/aqlists/ for idea */
+    padding-top: 3px;
+    text-indent: -1.2em;
+    padding-left: 0.5em;
+    padding-bottom: 3px;
+    list-style-type: none;
+    background: url("dependency-tree/bug-item.png") no-repeat;
+}
+
+ul.tree li a.b {
+    padding-left: 30px;
+    margin-right: -14px;
+    text-decoration: none;
+}
+
+ul.tree li a.b_open {
+    background: url("dependency-tree/tree-open.png") center no-repeat;
+    cursor: pointer;
+}
+
+ul.tree li a.b_closed {
+    background: url("dependency-tree/tree-closed.png") center no-repeat;
+    cursor: pointer;
+}
+
+ul.tree a.tree_link img {
+    border: 0;
+}
+
+.summ_info {
+    /* change to inline if you would like to see the full bug details
+     * displayed in the list */
+    display: none;
+    font-size: 75%;
+}
+
+.hint {
+    font-size: 90%;
+    margin: 0.2em;
+    padding: 0.1em;
+}
+
+.hint h3, .hint ul {
+    margin-top: 0.1em;
+    margin-bottom: 0.1em;
+}
+
+.summ A, .summ_deep A {
+    text-decoration: none;
+    color: darkblue;
+}
+
+.summ_h A {
+    background-color: #ffffaa;
+    color: #333;
+    font-weight: bold;
+}
+
+.dependency_tree_controls input[type=submit] {
+    min-width: 3em;
+}
+
+/* showdependencytree.cgi (end) */
+
+/* attachment.cgi (start) */
+
+table.attachment_entry th {
+    text-align: right;
+    vertical-align: baseline;
+    white-space: nowrap;
+}
+
+table.attachment_entry td {
+    text-align: left;
+    vertical-align: baseline;
+    padding-bottom: 5px;
+}
+
+/* Rules used to view patches in diff mode. */
+
+.file_head {
+    font-weight: bold;
+    font-size: 1em;
+    background-color: #c3c3c3;
+    border: 1px solid black;
+}
+
+.file_head a {
+    text-decoration: none;
+    font-family: monospace;
+    font-size: 1.1em;
+}
+
+.file_collapse {
+    display: none;
+}
+
+.section_head {
+    background-color: #f0f0f0;
+    border: 1px solid black;
+    text-align: left;
+    padding: 0.2em;
+}
+
+.section_head .link_here {
+    float: right;
+    padding-left: 1em;
+    padding-right: 0.5em;
+}
+
+.lines_count a {
+    padding-left: 0.5em;
+    padding-right: 1em;
+}
+
+table.file_table {
+    table-layout: fixed;
+    width: 100%;
+    empty-cells: show;
+    border-spacing: 0px;
+    border-collapse: collapse;
+    /* draw border below last open context section in listing */
+    border-bottom: 1px solid black;
+}
+
+tbody.file pre {
+    display: inline;
+    font-size: 0.9em;
+}
+
+tbody.file pre:empty {
+    display: block;
+}
+
+.changed {
+    background-color: lightblue;
+}
+
+.added {
+    background-color: lightgreen;
+}
+
+.removed {
+    background-color: #FFCC99;
+}
+
+.num {
+    background-color: #ffe9ae;
+    text-align:right;
+    padding: 0 0.3em;
+    width: 3em;
+}
+
+table.attachment_info th {
+    text-align: right;
+    vertical-align: top;
+}
+
+table.attachment_info td {
+    text-align: left;
+    vertical-align: top;
+}
+
+/* Text displayed when the attachment is not viewable by the web browser */
+#noview {
+    text-align: left;
+    vertical-align: middle;
+}
+
+#attachment_attributes div {
+    padding-bottom: 0.4em;
+}
+
+#attachment_attributes label {
+    font-weight: bold;
+}
+
+#attachment_attributes .block {
+    display: block;
+}
+
+#smallCommentFrame, #attachment_flags {
+    float: left;
+}
+
+#smallCommentFrame {
+    margin-right: 1.5em;
+}
+
+#attachment_comments_and_flags, #attachment_actions {
+    clear: both;
+    margin-bottom: 1ex;
+}
+
+#attachment_information_read_only .title {
+    font-weight: bold;
+    font-size: 1.5em;
+    padding: 0;
+    margin: 0;
+}
+
+#attachment_information_read_only .title #bz_edit {
+    font-size: 0.7em;
+}
+
+#attachment_information_read_only .details {
+    font-size: 90%;
+}
+
+#attachment_info.read #attachment_information_edit {
+    display: none;
+}
+
+#attachment_info.edit #attachment_information_read_only {
+    display: none;
+}
+
+#attachment_info.edit #attachment_view_window {
+    float: left;
+    width: 80%;
+}
+
+#attachment_info.edit #attachment_information_edit {
+    width: 20%;
+}
+
+#attachment_info.edit #attachment_information_edit input.text,
+#attachment_info.edit #attachment_information_edit textarea {
+    width: 90%;
+}
+
+#attachment_isobsolete {
+    padding-right: 1em;
+}
+
+#attachment_information_edit {
+    float: left;
+}
+
+#smallCommentFrame textarea {
+    display: block;
+}
+
+textarea.bz_private {
+    border: 1px solid #F8C8BA;
+}
+
+#update {
+    clear: both;
+    display: block;
+}
+
+div#update_container {
+    clear: both;
+    padding: 1.5em 0;
+}
+
+#attachment_flags {
+    margin-bottom: 1em;
+}
+
+#attachment_flags p {
+    padding-bottom: 0;
+    margin-bottom: 0;
+}
+
+#editFrame, #viewDiffFrame, #viewFrame {
+    height: 400px;
+    width: 95%;
+    margin-left: 2%;
+}
+
+.viewall_frame_container {
+    width: 75%;
+    margin: 2em auto;
+}
+
+.viewall_desc {
+    width: 100%;
+    border: 1px solid black;
+    border-spacing: 0px;
+    border-collapse: collapse;
+}
+
+.viewall_desc th, .viewall_desc td {
+    border: 1px solid black;
+    padding: 0.3em;
+}
+
+.viewall_frame {
+    width: 100%;
+    height: 350px;
+}
+
+.no_javascript .bz_hide, .no_javascript .bz_edit {
+    display: none;
+}
+
+#hidden_obsolete_message {
+   text-align: left;
+   width: 75%;
+   margin: 0  auto;
+   font-weight: bold;
+}
+
+/* attachment.cgi (end) */
diff --git a/skins/standard/dependency-tree.css b/skins/standard/dependency-tree.css
deleted file mode 100644 (file)
index efc2e81..0000000
+++ /dev/null
@@ -1,84 +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.
- */
-
-ul.tree {
-    padding-left: 0em;
-    margin-left: 1em;
-    display: block;
-}
-
-ul.tree ul {
-    padding-top: 3px;
-    display: block;
-}
-
-ul.tree li { 
-    /* see http://www.kryogenix.org/code/browser/aqlists/ for idea */
-    padding-top: 3px; 
-    text-indent: -1.2em; 
-    padding-left: 0.5em; 
-    padding-bottom: 3px;
-    list-style-type: none;
-    background: url("dependency-tree/bug-item.png") no-repeat;
-}
-
-ul.tree li a.b {
-    padding-left: 30px; 
-    margin-right: -14px; 
-    text-decoration: none;
-}
-
-ul.tree li a.b_open {
-    background: url("dependency-tree/tree-open.png") center no-repeat;
-    cursor: pointer;
-}
-
-ul.tree li a.b_closed {
-    background: url("dependency-tree/tree-closed.png") center no-repeat;
-    cursor: pointer;
-}
-
-ul.tree a.tree_link img {
-    border: 0;
-}
-
-.summ_info {
-    /* change to inline if you would like to see the full bug details
-     * displayed in the list */
-    display: none; 
-    font-size: 75%;
-}
-
-.hint {
-    font-size: 90%;
-    margin: 0.2em;
-    padding: 0.1em;
-}
-
-.hint h3, .hint ul {
-    margin-top: 0.1em;
-    margin-bottom: 0.1em;
-}
-
-.summ A, .summ_deep A {
-    text-decoration: none;
-    color: darkblue;
-}
-
-.summ_deep {
-}
-
-.summ_h A {
-    background-color: #ffffaa;
-    color: #333;
-    font-weight: bold;
-}
-
-.dependency_tree_controls input[type=submit] {
-    min-width: 3em;
-}
diff --git a/skins/standard/enter_bug.css b/skins/standard/enter_bug.css
deleted file mode 100644 (file)
index 983ec6f..0000000
+++ /dev/null
@@ -1,84 +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.
- */
-
-/* These are specified using the class instead of the id so that they
-   don't override the YUI CSS. */
-.enter_bug_form table {
-    border-spacing: 0;
-    border-width: 0;
-}
-.enter_bug_form td, .enter_bug_form th { padding: .25em; }
-.enter_bug_form th { text-align: right; }
-
-/* This makes the "component" column as small as possible (since it
- * contains only fixed-width content) and the Reporter column
- * as large as possible, which makes the form not jump around
- * when the Component Description changes size. This works
- * pretty well on all browsers except IE 8.
- */
-#Create #field_container_component { width: 1px; }
-#Create #field_container_reporter  { width: 100%; }
-
-#Create .comment, #description.comment {
-    vertical-align: top;
-    overflow: auto;
-    color: green;
-}
-
-#description.comment {
-    margin-left: 10px;
-}
-
-#Create #comp_desc_container td { padding: 0; }
-#Create #comp_desc { height: 11ex; }
-#Create #os_guess_note {
-    padding-top: 0;
-}
-#Create #os_guess_note div {
-    max-width: 35em;
-}
-
-/* Text inputs need to be a little shorter on enter_bug
- * than the 100% that they are on show_bug.
- */
-#Create .field_value .text_input { max-width: 50em; }
-
-/* The Possible Duplicates table on enter_bug. */
-#possible_duplicates th {
-    text-align: center; 
-    background: none;
-    border-collapse: collapse;
-}
-/* Make the Add Me to CC button never wrap. */
-#possible_duplicates .yui-dt-col-update_token { white-space: nowrap; }
-
-form#Create #possible_duplicates td { vertical-align: middle; }
-
-
-/* CSS rules for the guided form. */
-
-.guided_form_field {
-    background-color: #ffc;
-}
-
-#somebugs {
-    width: 100%;
-    height: 500px;
-}
-
-#guided_form #description {
-    display: inline;
-}
-
-.good {
-    color: #090;
-}
-
-.bad {
-    color: #900;
-}
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css
deleted file mode 100644 (file)
index 0c6534f..0000000
+++ /dev/null
@@ -1,167 +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.
- */
-
-.bz_alias_short_desc_container {
-    margin: 8px 0; 
-    padding: 0.3em; 
-    background-color: rgb(208, 208, 208); 
-    border-radius: 0.5em;
-    font-size: 125%; 
-    font-weight: bold;
-}
-
-.bz_bug .edit_form {
-  width: 100%;
-}
-.bz_bug .edit_form table {
-  width: 100%;
-}
-.bz_bug #alias {
-    min-width: 0;
-    width: 10em;
-}
-
-table#flags {
-    width: auto;
-}
-
-.bz_column_spacer {
-    width: 0.5em;
-}
-
-.related_actions {
-    font-size: 0.85em; 
-    float: right;
-    list-style-type: none;
-    white-space: nowrap;
-    margin: 0;
-    padding: 0;
-}
-
-.related_actions li {
-    display: inline;
-}
-
-.navigation_link {
-    color: #777;
-    font-style: italic;
-}
-
-.bz_show_bug_column {
-  vertical-align: top;
-}
-
-.bz_section_spacer {
-    height: 1em;
-}
-
-#duplicate_settings {
-    white-space: nowrap;
-}
-
-#bz_big_form_parts td {
-    vertical-align: top;
-}
-
-.bz_group_visibility_section {
-    margin-left: 1em;
-}
-
-.bz_group_visibility_section .instructions {
-    font-style: italic;
-}
-
-#bz_restrict_group_visibility_help .instructions {
-    margin-top: 0;
-}
-
-#bz_enable_role_visibility_help {
-    margin-top: 1em;
-}
-
-.bz_time_tracking_table {
-    border-collapse: collapse;
-}
-
-.bz_time_tracking_table th {
-    text-align: center;
-}
-
-.bz_time_tracking_table td {
-    text-align: center;
-}
-
-.bz_time_tracking_table th, 
-.bz_time_tracking_table td {
-    padding: 4px;
-}
-
-.bz_time_tracking_table .bz_summarize_time {
-    text-align: right;
-}
-.bz_time_tracking_table #deadline {
-    width: 7em;
-}
-
-#summary tr td { 
-    vertical-align:top;
-}
-
-#status { 
-    margin-bottom: 3ex;
-}
-
-.knob-buttons {
-    float: right;
-}
-
-.text_input, .bz_userfield, #keywords_container, #tag_container {
-    width: 100%;
-}
-.bz_bug .bz_alias_short_desc_container {
-    width: inherit;
-}
-
-.bz_comment_tags {
-    margin-top: 3px;
-}
-
-.bz_comment_tag {
-    border: 1px solid #c8c8ba;
-    padding: 1px 3px;
-    margin-right: 2px;
-    border-radius: 0.5em;
-    background-color: #eee;
-    color: #000;
-}
-
-#bz_ctag_div {
-    display: inline-block;
-}
-
-#bz_ctag_error {
-    border: 1px solid #ff6666;
-    padding: 0px 2px;
-    border-radius: 0.5em;
-    margin: 2px;
-    display: inline-block;
-}
-
-#comment_tags_collapse_expand_container {
-    padding-top: 1em;
-}
-
-#comment_tags_collapse_expand {
-    list-style-type: none;
-    padding-left: 1em;
-}
-
-#comment_tags_collapse_expand li {
-    margin-bottom: 0px;
-}
-
index 739851f8709023bcae7cdf776a7c190dbc6a4211..18cc1264053d296577962c96e83fe652ece94db0 100644 (file)
@@ -16,7 +16,7 @@
   title = title
   header = header
   subheader = subheader
-  style_urls = [ 'skins/standard/attachment.css' ]
+  style_urls = ['skins/standard/bug.css']
   yui = [ 'autocomplete' ]
   javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ]
   doc_section = "using.html#attachments"
index 8d89f532e512b5159ddd921de6c2aa7c0e219ca0..94d2b9541be641db5565449600532a9ea127828d 100644 (file)
@@ -39,14 +39,14 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
   [% END %]
   [% PROCESS global/header.html.tmpl doc_section = "using.html#patch-viewer"
                                      javascript_urls = "js/attachment.js"
-                                     style_urls = ['skins/standard/attachment.css'] %]
+                                     style_urls = ['skins/standard/bug.css'] %]
 [% ELSE %]
   <!DOCTYPE html>
   <html>
     <head>
       <link href="[% 'skins/standard/global.css' FILTER mtime %]"
             rel="stylesheet" type="text/css">
-      <link href="[% 'skins/standard/attachment.css' FILTER mtime %]"
+      <link href="[% 'skins/standard/bug.css' FILTER mtime %]"
             rel="stylesheet" type="text/css">
       <script src="[% 'js/attachment.js' FILTER mtime %]"
               type="text/javascript"></script>
index 283ca3676877d719dd07c1dd3a32b1d1f3964341..dbcef2a71955fc4f9ac196d3e14fe58ca218dafd 100644 (file)
@@ -22,7 +22,7 @@
   subheader = subheader
   doc_section = "using.html#attachments"
   javascript_urls = ['js/attachment.js', 'js/field.js']
-  style_urls = ['skins/standard/attachment.css']
+  style_urls = ['skins/standard/bug.css']
   yui = [ 'autocomplete' ]
   bodyclasses = "no_javascript"
 %]
index ae2fb8f3b8a25313265617efd3222a43efcfc79c..a7c266b3c94a76044d25d912d4f0b3c3bb79969b 100644 (file)
@@ -18,7 +18,7 @@
   title = title
   header = header
   subheader = filtered_summary
-  style_urls = ['skins/standard/attachment.css']
+  style_urls = ['skins/standard/bug.css']
 %]
 [% IF hide_obsolete %]
   <div id="hidden_obsolete_message">
index 13aaf6dea70a2034d05251bab284659db47e9766..5cc9df64fd63cc77f4ec4acad36c8b08bc1387ab 100644 (file)
@@ -16,7 +16,7 @@
 [% PROCESS global/header.html.tmpl
    title = "Enter $terms.ABug"
    onload = "PutDescription()"
-   style_urls = ['skins/standard/enter_bug.css']
+   style_urls = ['skins/standard/bug.css']
  %]
 
 [%# This script displays the descriptions for selected components. %]
index d57615da9ac0e165d6b1a5a995643438fc570ac0..05f1396460a37a01ae44a34461a4d100ff1b80e4 100644 (file)
@@ -11,8 +11,7 @@
 [% PROCESS global/header.html.tmpl
   title = title
   yui = [ 'autocomplete', 'calendar', 'datatable', 'button' ]
-  style_urls = [ 'skins/standard/attachment.css',
-                 'skins/standard/enter_bug.css' ]
+  style_urls = ['skins/standard/bug.css']
   javascript_urls = [ "js/attachment.js", "js/util.js",
                       "js/field.js", "js/TUI.js", "js/bug.js" ]
   onload = "set_assign_to(); hideElementById('attachment_true');
index 51bf7791fe0fc28cfb8f77dc49aab65dce4180fe..16299c121c6951eecf850f98629099d5fd34151b 100644 (file)
@@ -12,9 +12,9 @@
    header          = "Dependency tree for 
                       <a href=\"show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
    javascript_urls = ["js/expanding-tree.js"]
-   style_urls      = ["skins/standard/dependency-tree.css"]
-   subheader      = filtered_desc
-   doc_section = "using.html#dependency-tree"
+   style_urls      = ['skins/standard/bug.css']
+   subheader       = filtered_desc
+   doc_section     = "using.html#dependency-tree"
 %]
 
 [% PROCESS depthControlToolbar %]
index 0dbf5182f64ba81898a15d0af08c7c958d61c3c5..c340def1739ffc13aa8ff6bfdea5260f5487b554 100644 (file)
@@ -56,7 +56,7 @@
     [% javascript FILTER none %]
   [% END %]
 [% END %]
-[% style_urls = [ "skins/standard/show_bug.css" ] %]
+[% style_urls = ['skins/standard/bug.css'] %]
 [% doc_section = "using.html#anatomy-of-a-bug" %]
 [% bodyclasses = ['bz_bug',
                   "bz_status_$bug.bug_status",