Make users listed in the chatroom smaller
This commit is contained in:
parent
fb03ea8a56
commit
fc702d34e9
@ -66,8 +66,13 @@
|
||||
}
|
||||
|
||||
.participants ul.participant-list li {
|
||||
padding: 0.5em 0 0 0.5em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
padding: 0.5em 0 0 0.5em;
|
||||
|
||||
}
|
||||
|
||||
.chatroom form.sendXMPPMessage {
|
||||
@ -95,7 +100,6 @@ input.new-chatroom-name {
|
||||
color: #333333;
|
||||
height:193px;
|
||||
overflow-y:auto;
|
||||
overflow-x:auto;
|
||||
border:1px solid #999;
|
||||
border-bottom: 0;
|
||||
border-top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user