Changeset 891

Show
Ignore:
Timestamp:
12/12/06 20:58:28 (2 years ago)
Author:
lknowland
Message:

Adjusted toggleScrollBar function to better handle the re-showing of the panel-description td in Firefox.

Files:

Legend:

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

    r889 r891  
    35243524.panel-label { text-align:left; width: 193px; } 
    35253525.panel-description { text-align:left; width: 394px; } 
    3526 .panel-description-2 { text-align:left; width: 364px; } 
    35273526 
    35283527.dialog .panel .items-wrapper { 
  • branches/wheeljack/tmpl/cms/dialog_list_assets.tmpl

    r889 r891  
    3333                col.style.display = 'none';  
    3434            } else { 
    35                 col.style.display = 'block';  
     35                col.style.display = '';  
    3636            } 
    3737        }