Changeset 827

Show
Ignore:
Timestamp:
12/05/06 00:08:11 (2 years ago)
Author:
lknowland
Message:

Fixed an IE7 issue where the listing_panel selector table wasn't auto overflow scrolling until it was clicked into.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/mt-static/styles.css

    r817 r827  
    13591359.close_asset_icon { background-image: url(images/close.gif); } 
    13601360 
    1361 .metadata { width: 205px; height: 200px; overflow: auto; } 
     1361.metadata { width: 205px; height: 180px; overflow: auto; } 
    13621362.metadata dl { margin-top: 0px; } 
    13631363.metadata dt { font-weight: bold; } 
     
    35413541    font-size:11px; 
    35423542    width: 618px;  
    3543     height: 300px; 
     3543    height: 240px; 
    35443544    overflow: auto; 
     3545    overflow-x: hidden; 
     3546    overflow-y: auto; 
    35453547    border-bottom: 1px solid #D7E3F5; 
    35463548} 
     
    35493551    font-size:11px; 
    35503552    width: 618px;  
    3551     height: 300px; 
     3553    height: 240px; 
    35523554    overflow-y: auto; 
    35533555    overflow-x: hidden; 
    35543556    border-bottom: 1px solid #D7E3F5; 
    35553557} /* safari fix - overflow-x and overflow-y not supported by safari */ 
     3558 
     3559.list-data-layout { 
     3560    height: 240px; 
     3561} 
    35563562 
    35573563.list-multi .list-data-wrapper { 
  • branches/wheeljack/tmpl/cms/listing_panel.tmpl

    r717 r827  
    5353</TMPL_UNLESS> 
    5454<TMPL_IF NAME=OBJECT_LOOP> 
     55                            <div class="list-data-layout"> 
    5556                            <table cellspacing="0"> 
    5657    <TMPL_LOOP NAME=OBJECT_LOOP> 
     
    6263    </TMPL_LOOP> 
    6364                            </table> 
     65                            </div> 
    6466<TMPL_ELSE> 
    6567<TMPL_IF NAME=SEARCH>