Ignore:
Timestamp:
Apr 14, 2011, 5:27:32 AM (13 years ago)
Author:
gav
Message:

CSS fix for IE hiding long tree's in static_tree_compact by removing width:100%.
Max-height also set instead of absolute height.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r833 r882  
    708708}
    709709div.static_tree_compact {
    710     height:10em;
    711     width:100%;
     710    max-height:15em;
    712711    overflow:auto;
    713712}
Note: See TracChangeset for help on using the changeset viewer.