diff options
Diffstat (limited to 'skins/standard/show_bug.css')
-rw-r--r-- | skins/standard/show_bug.css | 167 |
1 files changed, 0 insertions, 167 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css deleted file mode 100644 index 0c6534fc0..000000000 --- a/skins/standard/show_bug.css +++ /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; -} - |