changeset 19:42d621a98c93

Some CSS fixes, added instructions for bug-filer.
author Atul Varma <varmaa@toolness.com>
date Wed, 10 Mar 2010 12:56:16 -0800
parents b2e0ea0178fb
children 71b072bc1e4a
files css/file-bug.css file-bug.html
diffstat 2 files changed, 19 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/css/file-bug.css	Wed Mar 10 12:44:58 2010 -0800
+++ b/css/file-bug.css	Wed Mar 10 12:56:16 2010 -0800
@@ -6,9 +6,17 @@
     border: none;
 }
 
+td {
+    padding-left: 0;
+}
+
+form {
+    width: 40em;
+}
+
 input, textarea {
     border: 1px solid black;
-    width: 20em;
+    width: 100%;
     font-family: Helvetica Neue, Arial, sans-serif;
     font-size: 9pt;
 }
--- a/file-bug.html	Wed Mar 10 12:44:58 2010 -0800
+++ b/file-bug.html	Wed Mar 10 12:56:16 2010 -0800
@@ -13,14 +13,16 @@
 <div id="reports">
   <h1>Atul's Bug-Filer</h1>
   <form id="file-bug">
-  <div id="report">
-    <table>
-      <tr>
-        <td>Category</td>
-        <td><input type="text" id="category"/></td>
-      </tr>
-    </table>
-  </div>
+  <p>Just type in part of a product or component below, select from
+  the auto-complete list, and press enter. You'll then get sent to a
+  Bugzilla page where you can fill out a summary, description, and
+  more details for the bug.</p>
+  <table>
+    <tr>
+      <td>Category</td>
+      <td><input type="text" id="category"/></td>
+    </tr>
+  </table>
   </form>
 </div>
 <div id="form-cache">