aboutsummaryrefslogtreecommitdiffstats
path: root/account/static
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-27 13:24:55 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-27 13:24:55 +0800
commitd666b7654b29645d70f85012d3008928b38a4031 (patch)
tree1ceea2b872472c1267c6caf04edbc9b5292984cb /account/static
parent309e105ca4fce548cf0e482dca0e4dd0c47daace (diff)
downloaddjango-skaschool-d666b7654b29645d70f85012d3008928b38a4031.tar.bz2
* 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'
Diffstat (limited to 'account/static')
-rw-r--r--account/static/css/account_profile.css18
1 files changed, 18 insertions, 0 deletions
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;
+}
+