diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 13:28:55 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 13:28:55 -0700 |
commit | 054fad5360a925635fc392e5e6fa853f9b034e39 (patch) | |
tree | 58d5e66142fb32bc9390481c89b2b82b96d3bab6 /webclient/app.css | |
parent | Better checks are better. (diff) | |
download | synapse-054fad5360a925635fc392e5e6fa853f9b034e39.tar.xz |
Float right the num users, apply room highlight to user count.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index b438cf0405..19fae632ff 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -274,9 +274,14 @@ a:active { color: #000; } } .publicRoomEntry { + max-width: 480px; margin-bottom: 5px; } +.publicRoomJoinedUsers { + float: right; +} + /*** Participant list ***/ #usersTableWrapper { |