Show
Ignore:
Timestamp:
08/27/10 15:05:56 (21 months ago)
Author:
winfried
Message:

cleaning up lay-out and style of chatwindow. closes #193

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/HelpIM/chat/templates/SubChat.py

    r951 r1153  
    764764 
    765765  <body> 
    766     <table border=0 width="100%" height="100%" cellspacing=0 cellpadding=0> 
     766    <table border=0 width="100%" height="100%" cellspacing="0" cellpadding="8px"> 
    767767        <tr> <!-- header --> 
    768           <td colspan=2 class="spaced" style="padding-right: 8px;"><h1 id="header"></h1></td> 
     768          <td colspan=2 class="spaced"><h1 id="header"></h1></td> 
    769769        </tr> 
    770770        <tr> 
    771           <td height="100%" width="100%" class="spaced"> <!-- chatframe --> 
     771          <td style="height: 100%; width: 100%;" class="spaced"> <!-- chatframe --> 
    772772            <iframe 
    773773              id="groupchatIChat" name="groupchatIChat" 
     
    778778            </iframe> 
    779779          </td> 
    780           <!-- right pane, might be empty --> 
    781           <td class="spaced" style="padding-right:8px;"> 
    782           </td> 
    783           <td height="100%" width="120" class="spaced"  
    784               style="padding-right:8px;"> 
    785             <table width="100%" height="100%" cellspacing="0" cellpadding="0"> 
    786             <tr><td height="100%" width="120" id="roster_pane"> 
     780          <td style="height: 100%; width: 132px;" class="spaced"> 
     781            <table width="100%" height="100%;" cellspacing="0" cellpadding="8px"> 
     782            <tr><td style="height: 100%; width: 120px;" id="roster_pane"> 
    787783              <iframe src="/htdocs/groupchat_iroster.html" 
    788784                      id="groupchatIRoster" 
     
    793789                      frameborder="0"> 
    794790              </iframe> 
    795             </tr></td> 
    796             <tr><td height="120" width="120" valign="top" style="padding-top:8px;" id="button_pane"> 
     791            </td></tr> 
     792            <tr><td style="height: 120px; width: 120px;" valign="top" id="button_pane"> 
    797793                  <input type="button" value="Exit" 
    798794                    onClick="return partRoom();" 
     
    804800        </tr> 
    805801        <tr> 
    806           <td colspan=3 class="spaced" style="padding-right:8px;"><span id="emoticonBar"></span><span id="typingnotification" class="notification"></span> 
     802          <td colspan=2 class="spaced"><span id="emoticonBar"></span><span id="typingnotification" class="notification"></span> 
    807803          </td> 
    808804        </tr> 
    809805        <tr> 
    810           <td colspan=3 class="spaced" style="padding-right:8px;"> 
     806          <td colspan=2 class="spaced"> 
    811807            <table width="100%"> 
    812808              <tr>