summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-19 09:37:10 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-19 09:37:10 +0200
commitd7a4f2ed7fec3640aea68c5280548470d6c53108 (patch)
tree55ca9bf19d9ca20f4d17821659947b4b38c3f2cc /webclient/app.css
parentMade small avatar image center (diff)
downloadsynapse-d7a4f2ed7fec3640aea68c5280548470d6c53108.tar.xz
Fill user page with avatar, display name and matrix id
Diffstat (limited to 'webclient/app.css')
-rw-r--r--webclient/app.css8
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 {