diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-27 13:24:55 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-27 13:24:55 +0800 |
commit | d666b7654b29645d70f85012d3008928b38a4031 (patch) | |
tree | 1ceea2b872472c1267c6caf04edbc9b5292984cb /account/static/css/account_profile.css | |
parent | 309e105ca4fce548cf0e482dca0e4dd0c47daace (diff) | |
download | django-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/css/account_profile.css')
-rw-r--r-- | account/static/css/account_profile.css | 18 |
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; +} + |