Ignore:
Timestamp:
2006-11-15T10:01:45+13:00 (17 years ago)
Author:
shaoqun
Message:

added new styles and use table to display the result list considering the format statements use table tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/classic/style/classic2.css

    r13253 r13260  
     1div.terminfo{
     2
     3}
     4
     5div.matchdocs{
     6
     7}
    18
    29div.classifiernodes{
    3   margin: 0 0 0 -2em;
     10  margin: 0 ;
    411  padding: 0;
    512}
     
    1421}
    1522
    16 div.resultlist{
    17  margin: .5em 0 .5em 0;
     23
     24div.resultnavigation{
     25 margin: 0;
    1826 padding:0;
    1927}
    2028
    21 div.resultitem{
    22  margin: 0 0 .5em 0;
     29table.resultlist{
     30 margin: 0;
    2331 padding:0;
    2432}
     33
     34tr.resultitem{
     35 margin: 0;
     36 padding:0;
     37}
Note: See TracChangeset for help on using the changeset viewer.