diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-14 11:39:03 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-14 11:39:03 +0200 |
commit | 28a49a9eaf79f1b05fc2f793ad264d45c017de4c (patch) | |
tree | d31f8f3f176b6481758bb4d0d7afd67449eca2b7 /webclient/app.css | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | synapse-28a49a9eaf79f1b05fc2f793ad264d45c017de4c.tar.xz |
Show avatar in profile section and added a button to select a file (not yet wired to upload service)
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 65049c95c9..122f25c9ff 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -219,6 +219,20 @@ h1 { background-color: #fff ! important; } +/*** Profile ***/ + +.profile-avatar { + width: 160px; + height: 160px; + display:table-cell; + vertical-align: middle; +} + +.profile-avatar img { + max-width: 100%; + max-height: 100%; +} + /******************************/ .header { |