Commit fc702d34 authored by JC Brand's avatar JC Brand

Make users listed in the chatroom smaller

parent fb03ea8a
...@@ -66,8 +66,13 @@ ...@@ -66,8 +66,13 @@
} }
.participants ul.participant-list li { .participants ul.participant-list li {
padding: 0.5em 0 0 0.5em; overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block; display: block;
font-size: 12px;
padding: 0.5em 0 0 0.5em;
} }
.chatroom form.sendXMPPMessage { .chatroom form.sendXMPPMessage {
...@@ -95,7 +100,6 @@ input.new-chatroom-name { ...@@ -95,7 +100,6 @@ input.new-chatroom-name {
color: #333333; color: #333333;
height:193px; height:193px;
overflow-y:auto; overflow-y:auto;
overflow-x:auto;
border:1px solid #999; border:1px solid #999;
border-bottom: 0; border-bottom: 0;
border-top: 0; border-top: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment