]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 372589: Firefox squishes bugsearch window making it difficult to use - Patch...
authorlpsolit%gmail.com <>
Mon, 23 Apr 2007 20:27:45 +0000 (20:27 +0000)
committerlpsolit%gmail.com <>
Mon, 23 Apr 2007 20:27:45 +0000 (20:27 +0000)
template/en/default/bug/create/create-guided.html.tmpl

index 7ca37ea3a4596bb3ebf084b9899c622ed996ff3c..3bc459d700c06cddf7f2827b805d665047a2a62c 100644 (file)
@@ -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>