thomascube
2005-11-06 b595c9fcf6940ae25c1e58ef2b8d340405083906
skins/default/templates/login.html
@@ -2,20 +2,21 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Welcome to RoundCube|Mail</title>
<link rel="stylesheet" type="text/css" href="/common.css" />
<roundcube:include file="/includes/links.html" />
<style type="text/css">
#login-form
  {
   margin: 150px auto;
   width: 350px;
  }
#login-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 350px;
}
</style>
</head>
<body>
<div id="header"><img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" /></div>
<img src="skins/default/images/roundcube_logo.png" id="rcmbtn104" width="165" height="55" border="0" alt="RoundCube Webmail" hspace="10" />
<roundcube:object name="message" id="message" />