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

170 lines
3.2 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_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_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-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;
}
#status {
margin-bottom: 3ex;
}
.knob-buttons {
float: right;
text-align: right;
}
.cc_list_display {
list-style: none;
margin: 0px;
padding: 5px;
padding-right: 20px;
height: 100px;
overflow: auto;
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;
}
#comment_textarea { width: 50em; font-size: medium; font-family: monospace; }
#cf_sprint { max-width: 25em; min-width: 0; }
/* <Comments> */
.bz_comment_table td { vertical-align: top; }
.bz_comment_user, .bz_comment_time,
.bz_comment_number, .bz_private_checkbox,
.bz_comment_actions { margin: 0 .5em; white-space: nowrap; }
.bz_comment_user, .bz_comment_time, .bz_comment_user_images,
.bz_comment_worktime, .bz_comment_unmark_wtonly { float: left; }
.bz_comment_actions, .bz_comment_number, .bz_private_checkbox { float: right; }
.bz_comment_worktime { font-weight: bold; color: #008000; }
.bz_comment_unmark_wtonly { margin-left: 1em; }
.bz_private_checkbox input { margin: 0; vertical-align: middle; }
.bz_comment_user_images img { vertical-align: bottom; }
.bz_collapse_expand_comments { padding: 0; margin: 0 0 0 1em; list-style-type: none; }
.bz_collapse_expand_comments li { margin-bottom: .5em; }
.bz_collapse_comment { text-decoration: none; }
.bz_comment_head, .bz_first_comment_head { padding: .1em 0 .1em .5em; background-color: #e0e0e0; }
/* </Comments> */