Changeset 827
- Timestamp:
- 12/05/06 00:08:11 (2 years ago)
- Files:
-
- branches/wheeljack/mt-static/styles.css (modified) (3 diffs)
- branches/wheeljack/tmpl/cms/listing_panel.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/mt-static/styles.css
r817 r827 1359 1359 .close_asset_icon { background-image: url(images/close.gif); } 1360 1360 1361 .metadata { width: 205px; height: 200px; overflow: auto; }1361 .metadata { width: 205px; height: 180px; overflow: auto; } 1362 1362 .metadata dl { margin-top: 0px; } 1363 1363 .metadata dt { font-weight: bold; } … … 3541 3541 font-size:11px; 3542 3542 width: 618px; 3543 height: 300px;3543 height: 240px; 3544 3544 overflow: auto; 3545 overflow-x: hidden; 3546 overflow-y: auto; 3545 3547 border-bottom: 1px solid #D7E3F5; 3546 3548 } … … 3549 3551 font-size:11px; 3550 3552 width: 618px; 3551 height: 300px;3553 height: 240px; 3552 3554 overflow-y: auto; 3553 3555 overflow-x: hidden; 3554 3556 border-bottom: 1px solid #D7E3F5; 3555 3557 } /* safari fix - overflow-x and overflow-y not supported by safari */ 3558 3559 .list-data-layout { 3560 height: 240px; 3561 } 3556 3562 3557 3563 .list-multi .list-data-wrapper { branches/wheeljack/tmpl/cms/listing_panel.tmpl
r717 r827 53 53 </TMPL_UNLESS> 54 54 <TMPL_IF NAME=OBJECT_LOOP> 55 <div class="list-data-layout"> 55 56 <table cellspacing="0"> 56 57 <TMPL_LOOP NAME=OBJECT_LOOP> … … 62 63 </TMPL_LOOP> 63 64 </table> 65 </div> 64 66 <TMPL_ELSE> 65 67 <TMPL_IF NAME=SEARCH>
