From 9172b7f08a7dabde275253b47ad051600decbe7b Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 27 Apr 2014 02:00:01 +0800 Subject: * 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 --- account/static/css/account_profile_update.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 account/static/css/account_profile_update.css (limited to 'account/static/css/account_profile_update.css') 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; +} + -- cgit v1.2.2