diff options
Diffstat (limited to 'account/static/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; +} + |