# HG changeset patch # User ymh # Date 1310472703 -7200 # Node ID 4b014b4b15d020c9736136e2fcbaf5556c4748ee # Parent ee03c108a49fec26f9aa978a4948c5e977b12a2d improve - sort icons - login screen diff -r ee03c108a49f -r 4b014b4b15d0 web/hdabo/settings.py --- a/web/hdabo/settings.py Tue Jul 12 13:42:48 2011 +0200 +++ b/web/hdabo/settings.py Tue Jul 12 14:11:43 2011 +0200 @@ -169,7 +169,7 @@ from hdabo.config import * #@UnusedWildImport if 'LOGIN_REDIRECT_URL' not in locals(): - LOGIN_REDIRECT_URL = BASE_URL + LOGIN_REDIRECT_URL = BASE_URL + "hdabo" if 'LOGIN_URL' not in locals(): LOGIN_URL = BASE_URL + "hdabo/accounts/login" diff -r ee03c108a49f -r 4b014b4b15d0 web/hdabo/static/hdabo/css/style.css --- a/web/hdabo/static/hdabo/css/style.css Tue Jul 12 13:42:48 2011 +0200 +++ b/web/hdabo/static/hdabo/css/style.css Tue Jul 12 14:11:43 2011 +0200 @@ -391,5 +391,13 @@ } #tags_actions span { - margin-left: 5px + margin-left: 5px; } + +#loginform_div { + margin-left: 10px; +} + +#login_fields_list, #submitcontent-buttons-login { + margin: 10px 0px; +} \ No newline at end of file diff -r ee03c108a49f -r 4b014b4b15d0 web/hdabo/static/hdabo/img/sort-asc.png Binary file web/hdabo/static/hdabo/img/sort-asc.png has changed diff -r ee03c108a49f -r 4b014b4b15d0 web/hdabo/static/hdabo/img/sort-desc.png Binary file web/hdabo/static/hdabo/img/sort-desc.png has changed diff -r ee03c108a49f -r 4b014b4b15d0 web/hdabo/templates/registration/login.html --- a/web/hdabo/templates/registration/login.html Tue Jul 12 13:42:48 2011 +0200 +++ b/web/hdabo/templates/registration/login.html Tue Jul 12 14:11:43 2011 +0200 @@ -10,12 +10,14 @@
{% csrf_token %} - - +
+ + {{form.as_table}} +
+
+
+ {% trans "Forget password?" %} +