~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/css/zptstyle.css

  • Committer: Martin Albisetti
  • Date: 2008-07-17 04:20:22 UTC
  • mfrom: (128.10.33 loggerhead.search)
  • Revision ID: argentina@gmail.com-20080717042022-x0fw8v2jl5fq8hcr
Merge bzr-search integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
668
668
.browse-view td.feed {
669
669
        width: 16px;
670
670
}
 
671
 
 
672
/*Search Box*/
 
673
#search_terms {
 
674
    display:none;
 
675
    border:solid 1px black;
 
676
    width:180px;
 
677
    overflow:auto;
 
678
    background: #fff;
 
679
}
 
680