CSS tweakage

This commit is contained in:
Kegan Dougal 2014-09-08 19:02:23 -07:00
parent e8f19b4c0d
commit 75890d7bdd

View File

@ -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;