diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 19:53:31 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-14 19:53:31 +0100 |
| commit | 3a42fe7ad797a6f9cf747d2d358015ac992765a7 (patch) | |
| tree | 169c2123067abc677b9e3fa8d19142bd3af3338e /public/assets/css | |
| parent | d776e6aa7d1e458ef050c016a4c285aa5887c5f0 (diff) | |
change password - profile stuff
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/bucky.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index aaab3f9..c4792af 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -882,6 +882,15 @@ header .search_form { margin-top: 12px; display: none; } +#profile_form #profile-avatar-embed { + max-width: 250px; + display: block; + margin-bottom: 5px; +} +.save_field a { + margin-top: 7px; + margin-left: 7px; +} /* 404 */ #error_404 { |
