Changeset 220
- Timestamp:
- 02/08/08 10:53:49 (4 years ago)
- Files:
-
- branches/2.3.2beta3/ChangeLog (modified) (1 diff)
- branches/2.3.2beta3/templates/fancy_template.htm (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3.2beta3/ChangeLog
r217 r220 39 39 * Added SCEARD (PS3 Gromacs) support just in case we ever get access to PS3 40 40 logs in the future. 41 * Fancy web output now renders satisfactorily on IE7. 41 42 42 43 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 --> 1 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> … … 80 81 <!-- 81 82 table, td, a { 82 color: #000 ;83 color: #000000; 83 84 font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif 84 85 } … … 149 150 } 150 151 thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited { 151 color: #FFF ;152 color: #FFFFFF; 152 153 display: block; 153 154 text-decoration: none; … … 155 156 } 156 157 thead.fixedHeader a:hover { 157 color: #FFF ;158 color: #FFFFFF; 158 159 display: block; 159 160 text-decoration: underline; … … 167 168 } 168 169 tbody.scrollContent td, tbody.scrollContent tr.normalRow td { 169 background: #FFF ;170 background: #FFFFFF; 170 171 padding: 2px 3px 3px 4px 171 172 } … … 219 220 color:#333333; 220 221 margin-top:10px; 222 } 223 *html body #wuinfopanel/* */{ 224 width: 318px; 221 225 } 222 226 #wuinfopanel { … … 280 284 <tr> 281 285 <td align="right" width="50%"><b><!--tpl_static @_Core:@ tpl//--></b></td> 282 <td align="left"><b><font color="#F 00" id="core"></font></b></td>286 <td align="left"><b><font color="#FF0000" id="core"></font></b></td> 283 287 </tr> 284 288 <tr> … … 292 296 <tr> 293 297 <td align="right"><b><!--tpl_static @_Username:@ tpl//--></b></td> 294 <td align="left"><font color="#00 F" id="username"></font></td>298 <td align="left"><font color="#0000FF" id="username"></font></td> 295 299 </tr> 296 300 <tr>
