show_bug.css 1.97 KB
Newer Older
1 2 3 4 5 6 7 8
/* 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.
 */

9 10 11 12
.bz_alias_short_desc_container {
    margin: 8px 0; 
    padding: 0.3em; 
    background-color: rgb(208, 208, 208); 
13
    border-radius: 0.5em;
14 15 16 17
    font-size: 125%; 
    font-weight: bold;
}

18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
.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;
}

33
.bz_column_spacer {
34
    width: 0.5em;
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
}

.related_actions {
    font-size: 0.85em; 
    float: right;
    list-style-type: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.related_actions li {
    display: inline;
}

.bz_show_bug_column {
  vertical-align: top;
}

.bz_section_spacer {
    height: 1em;
}

58
#duplicate_settings {
59 60 61
    white-space: nowrap;
}

62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
#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;
}

82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
.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;
}
102 103 104
.bz_time_tracking_table #deadline {
    width: 7em;
}
105

106 107 108
#summary tr td { 
    vertical-align:top;
}
109 110 111 112

#status { 
    margin-bottom: 3ex;
}
113

114
.knob-buttons {
115 116
    float: right;
}
117

118
.text_input, .bz_userfield, #keywords_container, #tag_container {
119 120
    width: 100%;
}
121 122 123
.bz_bug .bz_alias_short_desc_container {
    width: inherit;
}