diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 17:14:58 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 17:14:58 -0700 |
commit | df50a6823fdc60cdb7cb3a6497b1067cca63fc33 (patch) | |
tree | 36e959710327757b77be8bb1b84c25320178defb /webclient/app.css | |
parent | Display the room topic in the room, underneath the name of the room. (diff) | |
download | synapse-df50a6823fdc60cdb7cb3a6497b1067cca63fc33.tar.xz |
Display public room topics if they exist on the public room list.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 7c367df421..ab3d815e00 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -276,6 +276,13 @@ a:active { color: #000; } float: right; } +.publicRoomTopic { + color: #888; + font-size: 12px; + padding-right: 5px; + float: right; +} + #roomName { font-size: 16px; text-align: right; |