blob: 3a91e8c7b4b7d278949e2fc62987142cdf17b792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
.bz_alias_short_desc_container {
margin: 8px 0;
padding: 0.3em;
background-color: rgb(208, 208, 208);
-moz-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 .edit_form .text_input {
width: 100%;
min-width: 25em;
}
.bz_bug #alias {
min-width: 0;
width: 10em;
}
.flags_label {
text-align: left;
}
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;
}
.bz_show_bug_column {
vertical-align: top;
}
.bz_section_spacer {
height: 1em;
}
#duplicate_settings, #votes_container {
white-space: nowrap;
}
.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;
}
#summary tr td {
vertical-align:top;
}
#status {
margin-bottom: 3ex;
}
.knob-buttons {
float: right;
}
|