Changeset fad5c3e in github
- Timestamp:
- Oct 21, 2005 8:35:00 AM (8 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 7dd801e
- Parents:
- 69833e6
- Files:
-
- 3 edited
-
UPGRADING (modified) (1 diff)
-
skins/default/mail.css (modified) (2 diffs)
-
skins/default/templates/login.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
UPGRADING
r49afbf5 rfad5c3e 38 38 in /config/db.inc.php with the following line: 39 39 $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; 40 40 41 42 from 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 108 108 /* css hack for IE */ 109 109 width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); 110 height: expression((parseInt(document.documentElement.clientHeight)-1 40)+'px');110 height: expression((parseInt(document.documentElement.clientHeight)-125)+'px'); 111 111 } 112 112 … … 186 186 overflow: auto; 187 187 /* css hack for IE */ 188 height: expression((parseInt(document.documentElement.clientHeight)-1 80)+'px');188 height: expression((parseInt(document.documentElement.clientHeight)-145)+'px'); 189 189 } 190 190 -
skins/default/templates/login.html
r7902df4 rfad5c3e 8 8 #login-form 9 9 { 10 margin: 150px auto; 10 margin-left: auto; 11 margin-right: auto; 12 margin-top: 50px; 11 13 width: 350px; 12 14 } … … 16 18 <body> 17 19 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" /> 19 21 20 22 <roundcube:object name="message" id="message" />
Note: See TracChangeset
for help on using the changeset viewer.
