/[webpac2]/Webpacus/root/search.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/root/search.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 138 by dpavlin, Thu Nov 24 22:29:44 2005 UTC revision 158 by dpavlin, Sat Nov 26 16:21:57 2005 UTC
# Line 1  Line 1 
1    /* autocomplete */
2    
3    div.auto_complete {
4            width: 350px;
5            background: #fff;
6    }
7    
8    div.auto_complete ul {
9            border:1px solid #888;
10            margin:0;
11            padding:0;
12            width:100%;
13            list-style-type:none;
14    }
15    
16    div.auto_complete ul li {
17            margin:0;
18            padding:3px;
19    }
20    
21    div.auto_complete ul li.selected {
22            background-color: #ffb;
23    }
24    
25    div.auto_complete ul strong.highlight {
26            color: #800;
27            margin:0;
28            padding:0;
29    }
30    
31    
32  /* messages from search results */  /* messages from search results */
33    
34  .no_results {  .no_results {

Legend:
Removed from v.138  
changed lines
  Added in v.158

  ViewVC Help
Powered by ViewVC 1.1.26