commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5328 - in trunk/www/web: project shared


From: jcater
Subject: r5328 - in trunk/www/web: project shared
Date: Mon, 15 Mar 2004 23:46:28 -0600 (CST)

Author: jcater
Date: 2004-03-15 23:46:28 -0600 (Mon, 15 Mar 2004)
New Revision: 5328

Modified:
   trunk/www/web/project/search.php
   trunk/www/web/shared/base.css
Log:
improved layout of search screen

Modified: trunk/www/web/project/search.php
===================================================================
--- trunk/www/web/project/search.php    2004-03-16 05:44:39 UTC (rev 5327)
+++ trunk/www/web/project/search.php    2004-03-16 05:46:28 UTC (rev 5328)
@@ -17,6 +17,11 @@
     <input type="hidden" name="restrict" value=""/>
     <input type="hidden" name="exclude" value=""/>
     <p>
+      <label for="search">Search:</label>
+      <input type="text" size="30" name="words" value="" id="search" />
+      <input type="submit" value="Search" />
+    </p>
+    <p>
       <label for="method">Match: </label>
       <select name="method" id="method">
         <option value="and" selected="selected">All</option>
@@ -40,11 +45,6 @@
           <option value="revtitle">Reverse Title</option>
         </select>
     </p>
-    <p>
-      <label for="search">Search:</label>
-      <input type="text" size="30" name="words" value="" id="search" />
-      <input type="submit" value="Search" />
-    </p>
     </fieldset>
   </form>
 

Modified: trunk/www/web/shared/base.css
===================================================================
--- trunk/www/web/shared/base.css       2004-03-16 05:44:39 UTC (rev 5327)
+++ trunk/www/web/shared/base.css       2004-03-16 05:46:28 UTC (rev 5328)
@@ -275,3 +275,7 @@
   font-size: 9px;
   text-align: right;
 }
+
+fieldset p {
+  margin-top: 0px;
+}
\ No newline at end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]