diff options
author | thomascube <thomas@roundcube.net> | 2005-10-20 22:20:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-20 22:20:26 +0000 |
commit | 7902df457d3401c83f78a6ddd48df1a7f07f68b1 (patch) | |
tree | cc0861b2f1406970d5955f0ccb730fecef5b337a /skins/default/templates | |
parent | 1038d554e41b4007461a0c74a89625fd03107f7f (diff) |
Fixed SSL support; improved Courier compatibility; some visual enhancements and bugfixes
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/login.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 7f44f5790..bf928c2eb 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -7,7 +7,7 @@ #login-form { - margin: 50px auto; + margin: 150px auto; width: 350px; } @@ -15,7 +15,9 @@ </head> <body> -<roundcube:include file="/includes/header.html" /> +<div id="header"><img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" /></div> + +<roundcube:object name="message" id="message" /> <div id="login-form"> <form name="form" action="./" method="post"> |