зеркало из https://github.com/mozilla/pjs.git
Bug 372589: Firefox squishes bugsearch window making it difficult to use - Patch by Gervase Markham <gerv@mozilla.org> r/a=mkanat
This commit is contained in:
Родитель
beb1d76273
Коммит
77bccec841
|
@ -32,7 +32,7 @@
|
|||
[% PROCESS global/header.html.tmpl
|
||||
title = "Enter $terms.ABug"
|
||||
onload = "PutDescription()"
|
||||
style = "body, html { height: 100% }"
|
||||
style = "#somebugs { width: 100%; height: 500px }"
|
||||
%]
|
||||
|
||||
<p>
|
||||
|
@ -126,7 +126,7 @@ function PutDescription() {
|
|||
<a href="duplicates.cgi?[% productstring %]&format=simple&sortby=delta&reverse=1&maxrows=100&changedsince=14" target="somebugs">Hot in the last two weeks</a>
|
||||
</p>
|
||||
|
||||
<iframe name="somebugs" width="100%" height="80%"
|
||||
<iframe name="somebugs" id="somebugs"
|
||||
style="border: 2px black solid"
|
||||
src="duplicates.cgi?[% productstring %]&format=simple">
|
||||
</iframe>
|
||||
|
|
Загрузка…
Ссылка в новой задаче