diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-20 22:20:26 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-20 22:20:26 +0000 |
| commit | e8ee29555cd7845b3fbfcaab6f012608f80ad442 (patch) | |
| tree | 3ccee82c7196cd972aa1d8f67713cd1a18575516 /roundcubemail/skins/default/templates | |
| parent | 5ac199a11abfa91a37916ddd42d6c1afc283111f (diff) | |
Fixed SSL support; improved Courier compatibility; some visual enhancements and bugfixes
git-svn-id: https://svn.roundcube.net/trunk@49 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates')
| -rw-r--r-- | roundcubemail/skins/default/templates/login.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/login.html b/roundcubemail/skins/default/templates/login.html index 7f44f5790..bf928c2eb 100644 --- a/roundcubemail/skins/default/templates/login.html +++ b/roundcubemail/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"> |
