bugzilla-4intranet/skins/standard/show_bug.css

149 lines
2.3 KiB
CSS

.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_show_bug_colpair {
width: 50%;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.bz_show_bug_column {
width: 50%;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.edit_form hr {
clear: both;
}
.bz_bug #alias {
min-width: 0;
width: 10em;
}
.flags_label {
text-align: left;
}
table#flags {
width: auto;
}
.edit_form {
margin-bottom: 16px;
}
.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_section_spacer {
height: 1em;
}
#duplicate_settings, #votes_container {
white-space: nowrap;
}
#bz_big_form_parts td {
vertical-align: top;
}
.bz_group_visibility_section .instructions {
font-style: italic;
margin: 8px 0;
}
#bz_restrict_group_visibility_help .instructions {
margin: 0 0 8px 0;
}
#bz_enable_role_visibility_help { margin-bottom: 0.5em; }
.bz_time_tracking_table {
border-collapse: collapse;
}
.bz_time_tracking_table th {
text-align: center;
vertical-align: bottom;
}
.bz_time_tracking_table td {
text-align: center;
vertical-align: middle;
}
#bz_big_form_parts .bz_time_tracking_table td {
vertical-align: middle;
}
.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;
}
.knob-buttons {
float: right;
text-align: right;
}
.cc_list_display {
list-style: none;
margin: 0px;
padding: 5px;
padding-right: 20px;
height: 100px;
overflow: auto;
overflow-x: hidden;
float: left;
max-width: 465px;
border: 1px solid #CCC;
background-color: white;
}
.cc_list_display li {
margin: 0px;
padding: 0px;
white-space: nowrap;
}
.bz_bug .bz_alias_short_desc_container {
width: inherit;
}
.attach_multi td, .attach_multi th {
padding: 2px;
}