From d666b7654b29645d70f85012d3008928b38a4031 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 27 Apr 2014 13:24:55 +0800 Subject: * updated 'profile.html' to show new fields * added account_profile.css * fixes to 'save' method of model UserProfile and UserFile * fixes to 'UpdateProfileView' with formset 'instance' --- account/static/css/account_profile.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 account/static/css/account_profile.css (limited to 'account/static/css/account_profile.css') diff --git a/account/static/css/account_profile.css b/account/static/css/account_profile.css new file mode 100644 index 0000000..3522143 --- /dev/null +++ b/account/static/css/account_profile.css @@ -0,0 +1,18 @@ +/* + * account_profile.css + * used in 'profile.html' template + */ + +/* table th cell vertical middle */ +/* +th.attachments { + vertical-align: middle; +} +*/ + +/* ul padding margin */ +td.attachments-data ul { + padding-left: 15px; + margin-bottom: 0px; +} + -- cgit v1.2.2