stas 02/02/26 19:30:10
Modified: src style.css
tmpl/custom/html search
Log:
- make the search widget nicer
Revision Changes Path
1.35 +1 -1 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- style.css 27 Feb 2002 03:20:58 -0000 1.34
+++ style.css 27 Feb 2002 03:30:10 -0000 1.35
@@ -84,7 +84,7 @@
td.search {
background-color: #525d76;
font-family: verdana, arial, helvetica, sans-serif;
- font-size: 11px;
+ font-size: 0.8em;
color: #ffffff;
}
1.4 +14 -2 modperl-docs/tmpl/custom/html/search
Index: search
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- search 21 Feb 2002 08:55:18 -0000 1.3
+++ search 27 Feb 2002 03:30:10 -0000 1.4
@@ -1,2 +1,14 @@
-<input type="text" name="query" size="15" maxlength="200" class="input-fld">
-<input type="submit" name="submit" value="Search!" class="submit-but">
\ No newline at end of file
+ <table border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="menu-border" colspan="4" height="1"><br
class="smallbr"></td>
+ </tr>
+ <tr>
+ <td class="menu-border" width="1"><br
class="smallbr"></td>
+ <td class="search" width="60" align="center">Search</td>
+ <td class="menu-border"><input type="text" name="query"
size="15" maxlength="200" class="input-fld" value="Press enter"></td>
+ <td class="menu-border" width="1"><br
class="smallbr"></td>
+ </tr>
+ <tr>
+ <td class="menu-border" colspan="4" height="1"><br
class="smallbr"></td>
+ </tr>
+ </table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]