summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 11:39:03 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 11:39:03 +0200
commit28a49a9eaf79f1b05fc2f793ad264d45c017de4c (patch)
treed31f8f3f176b6481758bb4d0d7afd67449eca2b7 /webclient/app.css
parentMerge remote-tracking branch 'origin/master' (diff)
downloadsynapse-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.css14
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 {