Commit fe2aa3a7 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 372589: Firefox squishes bugsearch window making it difficult to use - Patch…

Bug 372589: Firefox squishes bugsearch window making it difficult to use - Patch by Gervase Markham <gerv@mozilla.org> r/a=mkanat
parent d4e9172a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment