Ignore:
Timestamp:
2011-05-17T12:19:08+12:00 (13 years ago)
Author:
sjm84
Message:

Another big set of updates to the Oran interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/style/core.css

    r24009 r24018  
    6363
    6464.sectionNumberSpan{
    65     /*Uncomment this line to disable automatic section numbering*/
    66     /*display:none;*/
     65    /*Comment out this line to enable automatic section numbering*/
     66    display:none;
    6767}
    6868
     
    8585    height:16px;
    8686    width:16px;
    87 }
    88 
    89 #rbOptionDiv {
    90     background-repeat: no-repeat;
    91     background-image: url('../images/rbook.png');
    92     height: 32px;
    93     width: 32px;
    94 }
    95 
    96 #highlightOptionDiv {
    97     background-repeat: no-repeat;
    98     background-image: url('../images/hl.png');
    99     height: 32px;
    100     width: 32px;
    101 }
    102 
    103 .optionCheckBox {
    104     margin-left:35px;
    105     margin-top:10px;
    106 }
    107 
    108 #bookdiv {
    109    
    11087}
    11188
     
    394371}
    395372
    396 .navList li {
    397     float: left;
    398     margin: 0 0 0 20px;
     373.navList td {
     374    /*float: left;*/
     375    padding-left: 3em;
     376    padding-right: 3em;
     377    text-align:center;
    399378    cursor: pointer;
    400379    color: #fff;
     
    407386}
    408387
    409 .navList li.current {
     388.navList td.current {
    410389    background-color: #efea6e;
    411390    color: #444;
     
    447426#results .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
    448427#results .shelf>a { background-image: url('../images/bookshelf.png'); }
    449 c
    450428
    451429/* corners of the banner */
Note: See TracChangeset for help on using the changeset viewer.