Changeset 220

Show
Ignore:
Timestamp:
02/08/08 10:53:49 (4 years ago)
Author:
uncle_fungus
Message:

Fixed #77 IE7 Render bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3.2beta3/ChangeLog

    r217 r220  
    3939    * Added SCEARD (PS3 Gromacs) support just in case we ever get access to PS3 
    4040      logs in the future. 
     41    * Fancy web output now renders satisfactorily on IE7. 
    4142 
    4243    Windows 
  • branches/2.3.2beta3/templates/fancy_template.htm

    r157 r220  
     1<!-- This comment is a little trick to keep IE6/7 in quirks mode rather than trying to use it's incompetent standards compliant mode --> 
    12<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    23<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
     
    8081<!-- 
    8182table, td, a { 
    82         color: #000
     83        color: #000000
    8384        font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif 
    8485} 
     
    149150} 
    150151thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited { 
    151         color: #FFF
     152        color: #FFFFFF
    152153        display: block; 
    153154        text-decoration: none; 
     
    155156} 
    156157thead.fixedHeader a:hover { 
    157         color: #FFF
     158        color: #FFFFFF
    158159        display: block; 
    159160        text-decoration: underline; 
     
    167168} 
    168169tbody.scrollContent td, tbody.scrollContent tr.normalRow td { 
    169         background: #FFF
     170        background: #FFFFFF
    170171        padding: 2px 3px 3px 4px 
    171172} 
     
    219220        color:#333333; 
    220221        margin-top:10px; 
     222} 
     223*html body #wuinfopanel/* */{ 
     224        width: 318px; 
    221225} 
    222226#wuinfopanel { 
     
    280284                                <tr> 
    281285                                        <td align="right" width="50%"><b><!--tpl_static @_Core:@ tpl//--></b></td> 
    282                                         <td align="left"><b><font color="#F00" id="core"></font></b></td> 
     286                                        <td align="left"><b><font color="#FF0000" id="core"></font></b></td> 
    283287                                </tr> 
    284288                                <tr> 
     
    292296                                <tr> 
    293297                                <td align="right"><b><!--tpl_static @_Username:@ tpl//--></b></td> 
    294                                         <td align="left"><font color="#00F" id="username"></font></td> 
     298                                        <td align="left"><font color="#0000FF" id="username"></font></td> 
    295299                                </tr> 
    296300                                <tr>