diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-27 02:00:01 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-27 02:00:01 +0800 |
commit | 9172b7f08a7dabde275253b47ad051600decbe7b (patch) | |
tree | 8a001b773cebb23821550d619170a28575f200fa /account/static/css/account_profile_update.css | |
parent | c4d4764da9eb15322ab4207b5efd5f3dac36d75f (diff) | |
download | django-skaschool-9172b7f08a7dabde275253b47ad051600decbe7b.tar.bz2 |
* updated 'profile_update' template:
o account_profile_update.css account_profile_update.js
o added fields 'reason', 'transcript', 'supplement'
o supported upload files (optional, dynamical formset)
* updated urls.py of 'password_reset' view
Diffstat (limited to 'account/static/css/account_profile_update.css')
-rw-r--r-- | account/static/css/account_profile_update.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/account/static/css/account_profile_update.css b/account/static/css/account_profile_update.css new file mode 100644 index 0000000..665b2ab --- /dev/null +++ b/account/static/css/account_profile_update.css @@ -0,0 +1,13 @@ +/* + * account_profile_update.css + * for 'profile_update.html' template + */ + +.add-attachments .btn { + margin-top: -6px; +} + +.add-attachments + hr { + margin-top: 0; +} + |