Changeset 17852

Show
Ignore:
Timestamp:
08/07/08 15:36:48 (2 months ago)
Author:
vmalykhin
Message:

additional fix for bottomFixedLine (action bar). cleanup artifacts related to bottomFixedLine in order to support new Pnet UI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/src/net/project/gui/toolbar/Toolbar.java

    r17845 r17852  
    251251 
    252252        /* Start of action bar table */ 
    253         buffer.append("\n<table width=\"" + this.width + "\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">"); 
     253        buffer.append("\n<br clear=\"all\" /><table width=\"" + this.width + "\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">"); 
    254254        buffer.append("\n<tr class=\"actionBar\">"); 
    255255        buffer.append("\n<td width=\"1%\" class=\"actionBar\"><img src=\""+SessionManager.getJSPRootURL()+"/images/icons/actionbar-left_end.gif\" width=\"8\" height=\"27\" alt=\"\" border=\"0\"></td>"); 
  • trunk/core/web/css/noframes.css

    r17848 r17852  
    66  margin: 0; 
    77  padding-top: 104px; 
    8   padding-bottom: 0px; 
     8  padding-bottom: 29px; 
    99  padding-left: 0px; 
    1010  padding-right: 0px; 
     
    1515  margin: 0; 
    1616  padding-top: 70px; 
    17   padding-bottom: 0px; 
     17  padding-bottom: 29px; 
    1818  padding-left: 155px; 
    1919  padding-right: 0px; 
     
    9999div#content { 
    100100  padding: 0px; 
    101   overflow: auto
     101  overflow: hidden
    102102  padding-left: 22px; 
    103103  padding-top: 0px; 
  • trunk/core/web/css/noframesie.css

    r17848 r17852  
    88  /*height: 100%;*/ 
    99  overflow: auto; 
    10   padding: 104px 0 0 0; 
     10  padding: 104px 0 29px 0; 
    1111} 
    1212 
     
    1616  /*width: 100%;*/ 
    1717  overflow: hidden; 
    18   padding: 70px 0 29 0; 
     18  padding: 70px 0 29px 0; 
    1919} 
    2020 
     
    3333  width: 100%; 
    3434  /*height: 100%;*/ 
    35   overflow-y: auto; 
    36   overflow-x: auto; 
     35  overflow: hidden; 
    3736  padding-left: 22px; 
    3837  padding-top: 0px;