moseley     2002/06/29 23:20:07

  Modified:    src      style.css
               src/search search.tt
               tmpl/custom/html search
  Log:
  Added styles to the search widgets that are displayed when the swish.cgi
  script is running.
  
  Also added style to the swish.cgi input field as it was huge in NS4.
  
  Revision  Changes    Path
  1.74      +9 -1      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- style.css 29 Jun 2002 06:47:44 -0000      1.73
  +++ style.css 30 Jun 2002 06:20:07 -0000      1.74
  @@ -291,6 +291,14 @@
       color: #000000;
   }
   
  +.search-text{
  +    font-size: 12px;
  +    font-family: helvetica, arial, verdana, sans-serif;
  +/*    width: 80px; */
  +/*     margin: 0px 0px 2px 0px; */
  +}
  +
  +
   /* List of site sections in search.tt */
   li.search-list {
       list-style: none;
  @@ -522,4 +530,4 @@
   td.table-bg {
       background-color: #eeeeee;
       color: #000000;
  -}
  \ No newline at end of file
  +}
  
  
  
  1.17      +1 -0      modperl-docs/src/search/search.tt
  
  Index: search.tt
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/search/search.tt,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- search.tt 30 Jun 2002 05:45:16 -0000      1.16
  +++ search.tt 30 Jun 2002 06:20:07 -0000      1.17
  @@ -87,6 +87,7 @@
               name    => 'query',
               size    => 40,
               maxlength => 200,
  +            class   => "search-text"
               } ) %]
   
           [% CGI.submit('submit','Search') %]<br><br>
  
  
  
  1.25      +2 -0      modperl-docs/tmpl/custom/html/search
  
  Index: search
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- search    28 Jun 2002 06:36:57 -0000      1.24
  +++ search    30 Jun 2002 06:20:07 -0000      1.25
  @@ -73,6 +73,7 @@
                   name    => 'query',
                   size    => 12,
                   maxlength => 200,
  +                class        => 'inp-text',
               } )
           [% etag %]
   
  @@ -84,6 +85,7 @@
                   Name    => 'sbm',
                   Values  => search_areas,
                   Labels  => search_labels,
  +                class        => 'inp-select',
                   })
           [% etag %]
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to