#bugzilla-body {
margin-left: auto;
margin-right: auto;
- background-color: white;
max-width: 1024px;
}
view_only = 1
%]
<div id="field-value-bug_id">
- [% terms.Bug _ " " _ bug.id FILTER none %]
+ <a href="[% basepath _ "show_bug.cgi?id=" _ bug.id FILTER html %]">
+ [%~ terms.Bug _ " " _ bug.id FILTER none ~%]
+ </a>
[% IF bug.alias %]
<span class="edit-hide">
([% bug.alias FILTER html %])
font-size: var(--font-size-large);
}
+#field-value-bug_id a {
+ color: inherit;
+}
+
#field-value-short_desc {
margin: 0;
font-size: var(--font-size-h3);
#user-story {
margin: 8px;
+ width: calc(100% - 150px);
min-height: 1em;
- font-size: inherit;
+ font-size: var(--font-size-large);
+ line-height: var(--line-height-comfortable);
font-family: inherit;
+ white-space: pre-wrap;
}
#user-story-actions {
float: right;
}
+#cf_user_story {
+ width: calc(100% - 150px);
+ font-size: var(--font-size-large);
+}
+
#new-comment-notice {
margin-bottom: 50px;
padding: 20px 8px;
font-size: var(--font-size-large) !important;
}
+.yui3-datatable-col-short_desc a:hover,
+.yui3-datatable-col-short_desc a:focus {
+ color: var(--hovered-link-text-color) !important;
+}
+
#mydashboard .requests {
margin-bottom: 2em;
}
border: none;
border-radius: 3px;
padding: 3px 9px;
- font-size: var(--font-size-x-large);
- font-weight: normal;
white-space: nowrap;
}
#viewDiffFrame,
#viewFrame {
margin-bottom: 10px;
- border: 4px solid var(--primary-region-border-color);
+ border: 1px solid var(--control-border-color);
+}
+
+iframe#viewDiffFrame,
+iframe#viewFrame {
background-color: rgb(255, 255, 255); /* Because the text color in <iframe> cannot be changed */
}
white-space: nowrap;
}
-#editFrame {
+#editFrame,
+textarea#viewDiffFrame,
+textarea#viewFrame {
+ padding: 12px;
+ color: var(--primary-text-color);
+ background-color: var(--primary-text-background-color);
font-size-adjust: .5;
font-family: var(--font-family-monospace);
}
.bz_short_desc_column a:focus,
.bz_short_short_desc_column a:hover,
.bz_short_short_desc_column a:focus {
- color: var(--secondary-label-color);
+ color: var(--hovered-link-text-color);
}
#request_form #filtering th {
[role="button"] {
outline: 0;
border: 0;
- padding: 0;
+ padding: 0 !important;
color: inherit;
background: none transparent !important;
box-shadow: none !important;
padding: 12px;
color: var(--primary-text-color);
background-color: var(--primary-text-background-color);
+ font-size: var(--font-size-x-large);
+ line-height: var(--line-height-comfortable);
}
pre#comment_preview_text {