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:
lpsolit%gmail.com 2007-04-23 15:26:35 +00:00
Родитель beb1d76273
Коммит 77bccec841
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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>