--- htdocs/css/common.css (revision 557) +++ htdocs/css/common.css (working copy) @@ -200,6 +200,7 @@ .box h1.title { background: #a2bedc url('/images/box_top_bg.png') repeat-x top left; + border-bottom: 1px #728eac solid; font-size: 120%; margin: 0; padding: 5px 10px; @@ -255,6 +256,18 @@ display: inline; } + +/**************************************************************************** + * Log In Form + ****************************************************************************/ +BLABLUB + padding: 4px; +} + + +/**************************************************************************** + * Account page + ****************************************************************************/ .prefsbuttons { padding: 8px; background-color: #B6CCE3; --- templates/accounts/login.html (revision 550) +++ templates/accounts/login.html (working copy) @@ -3,30 +3,48 @@ {% block title %}Log in{% endblock %} {% block content %} -
+ If you don't yet have an account, you'll need to + register one. It will only take a + minute. +
+{% else %} ++ There's no need to register a new account. Your standard username and + password should work fine. +
+{% endif %} +{% endbox %} + +{% box loginform %} +