alecpl
2010-06-04 648db37e68bc1a3944d32b0fd62f65ea0d07cc7e
skins/default/templates/login.html
@@ -2,33 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<meta name="Robots" content="noindex,nofollow" />
<roundcube:include file="/includes/links.html" />
<style type="text/css">
#login-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 380px;
  border: 1px solid #999;
}
#login-form table td.title
{
  color: #666;
  text-align: right;
  padding-right: 10px;
}
.boxcontent {
  padding: 20px 20px 10px 20px;
}
</style>
</head>
<body>
<img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:2px 12px" />
<img src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:0 11px" />
<roundcube:object name="message" id="message" />
@@ -45,5 +24,25 @@
</div>
</div>
<roundcube:object name="preloader" images="
    /images/icons/folders.png
    /images/mail_footer.png
    /images/taskicons.gif
    /images/display/loading.gif
    /images/pagenav.gif
    /images/mail_toolbar.png
    /images/searchfield.gif
    /images/icons/glass_roll.png
    /images/icons/reset.gif
    /images/icons/attachment.png
    /images/icons/dot.png
    /images/icons/unread.png
    /images/abook_toolbar.png
    /images/icons/glass.png
    /images/icons/groupactions.png
    /images/watermark.gif
" />
</body>
</html>