diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 19:02:23 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 19:02:23 -0700 |
commit | 75890d7bdd181edbc1fba50d9f756d18fa1dfd50 (patch) | |
tree | 0df0dc5d2d7d71b4d4f8d0a8015f6f54c159d330 /webclient | |
parent | Display a 'Set Topic' button if there is no topic or it's a 0-len string. (diff) | |
download | synapse-75890d7bdd181edbc1fba50d9f756d18fa1dfd50.tar.xz |
CSS tweakage
Diffstat (limited to 'webclient')
-rwxr-xr-x | webclient/app.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 0160b4deef..634fa6bcc1 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -270,6 +270,7 @@ a:active { color: #000; } .publicRoomEntry { max-width: 480px; margin-bottom: 5px; + border-bottom: 1px #ddd solid; } .publicRoomJoinedUsers { @@ -281,6 +282,8 @@ a:active { color: #000; } font-size: 12px; padding-right: 5px; width: 15em; + float: right; + text-align: right; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; |