diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 09:37:10 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 09:37:10 +0200 |
commit | d7a4f2ed7fec3640aea68c5280548470d6c53108 (patch) | |
tree | 55ca9bf19d9ca20f4d17821659947b4b38c3f2cc /webclient/app.css | |
parent | Made small avatar image center (diff) | |
download | synapse-d7a4f2ed7fec3640aea68c5280548470d6c53108.tar.xz |
Fill user page with avatar, display name and matrix id
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 471c52ea79..e2b6538aa0 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -259,6 +259,14 @@ h1 { max-height: 100%; } +/*** User profile page ***/ +#user-ids { + padding-left: 1em; +} + +#user-displayname { + font-size: 16pt; +} /******************************/ #header { |