summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-08 19:02:23 -0700
committerKegan Dougal <kegan@matrix.org>2014-09-08 19:02:23 -0700
commit75890d7bdd181edbc1fba50d9f756d18fa1dfd50 (patch)
tree0df0dc5d2d7d71b4d4f8d0a8015f6f54c159d330 /webclient
parentDisplay a 'Set Topic' button if there is no topic or it's a 0-len string. (diff)
downloadsynapse-75890d7bdd181edbc1fba50d9f756d18fa1dfd50.tar.xz
CSS tweakage
Diffstat (limited to 'webclient')
-rwxr-xr-xwebclient/app.css3
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;