From cd4b2663e6605bbc407110e89b1d06307640b740 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 10 Mar 2014 15:03:25 +0100 Subject: Bug 956190 (part 5): Merge attachment.css, dependency-tree.css, enter_bug.css and show_bug.css into bug.css r/a=justdave --- skins/standard/enter_bug.css | 84 -------------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 skins/standard/enter_bug.css (limited to 'skins/standard/enter_bug.css') diff --git a/skins/standard/enter_bug.css b/skins/standard/enter_bug.css deleted file mode 100644 index 983ec6f66..000000000 --- a/skins/standard/enter_bug.css +++ /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; -} -- cgit v1.2.3-24-g4f1b