Ignore:
Timestamp:
08/21/07 17:28:27 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/xsl/window.xsl

    r55 r60  
    88   </head> 
    99   <body> 
    10       <div id="{@id}_im_window_master" class="master" style="top:{@top};left:{@left};height:{(@height + 48)};width:{(@width + 12)};{@style}"> 
    11          <div id="{@id}_im_window" class="pai" style="height:{(@height + 40)}"> 
     10      <div id="{@id}_im_window_master" class="master" style="top:{@top};left:{@left};height:{(@height + 48)};width:{(@width + 12)};{@style};"> 
     11        <div id="{@id}_im_window" class="pai" style="height:{(@height + 40)};"> 
    1212                <div id="{@id}_im_window_icon" class="im_window_icon" /> 
    1313            <div class="tit"><xsl:value-of select="@title" /></div> 
    1414            <xsl:apply-templates select="/" mode='buttons' /> 
    15             <div class="filho" id="{@id}_im_window_body_inner" style="width:{@width};height:{@height}" /> 
    16          </div> 
     15            <div class="filho" id="{@id}_im_window_body_inner" style="width:{@width};height:{@height};" /> 
     16         </div>       
    1717      </div> 
     18 
    1819      <div class="im-windowfantom-des" id="{@id}_im_window_fantom" /> 
    1920      <div class="im-windowfantom-des" id="{@id}_im_window_movable" /> 
Note: See TracChangeset for help on using the changeset viewer.