Changeset fad5c3e in github


Ignore:
Timestamp:
Oct 21, 2005 8:35:00 AM (8 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
7dd801e
Parents:
69833e6
Message:

CSS fixes for IE

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • UPGRADING

    r49afbf5 rfad5c3e  
    3838  in /config/db.inc.php with the following line: 
    3939  $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; 
    40    
     40 
     41 
     42from version 0.1-20051007 
     43---------------------------------------- 
     44- replace index.php 
     45- replace all files in folder /program/ 
     46- replace all files in folder /skins/default/ 
     47- add $rcmail_config['smtp_auth_type'] if you need to specify an auth method for SMTP 
  • skins/default/mail.css

    r7902df4 rfad5c3e  
    108108  /* css hack for IE */ 
    109109  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); 
    110   height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); 
     110  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); 
    111111} 
    112112 
     
    186186  overflow: auto; 
    187187  /* css hack for IE */ 
    188   height: expression((parseInt(document.documentElement.clientHeight)-180)+'px'); 
     188  height: expression((parseInt(document.documentElement.clientHeight)-145)+'px'); 
    189189} 
    190190 
  • skins/default/templates/login.html

    r7902df4 rfad5c3e  
    88#login-form 
    99  { 
    10         margin: 150px auto; 
     10        margin-left: auto; 
     11    margin-right: auto; 
     12        margin-top: 50px; 
    1113        width: 350px; 
    1214  } 
     
    1618<body> 
    1719 
    18 <div id="header"><img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" /></div> 
     20<img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" /> 
    1921 
    2022<roundcube:object name="message" id="message" /> 
Note: See TracChangeset for help on using the changeset viewer.