Changeset 20461

Show
Ignore:
Timestamp:
02/24/10 08:22:46 (5 months ago)
Author:
ritesh
Message:

- some UI related changes in business space manage portfolio page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/web/html/portfolio/ManagePortfolio.tml

    r20392 r20461  
    88.main-div{ 
    99        top: 80px; 
    10         width: 84%
     10        left: 197px
    1111} 
    1212 
     
    7676                document.getElementById('total-view-div').innerHTML = totalViewLabel + ' : ' + totalViews; 
    7777        } 
     78        resizePanel(); 
    7879} 
    7980 
     
    168169} 
    169170 
     171// To resize panel on window resize 
     172function resizePanel(){ 
     173        document.getElementById('content').style.width = (getWindowWidth() - 210) + 'px'; 
     174} 
    170175//-->  
     176window.onresize = resizePanel; 
    171177</script>  
    172178<div id="left-navbar"> 
     
    191197</div>   
    192198 
    193 <div id="content" width="90%" class="main-div"> 
     199<div id="content" class="main-div"> 
    194200        <div id="historyDiv"> 
    195201        <table width="100%" border="0" cellpadding="0" cellspacing="0">