Browse Source

Make users listed in the chatroom smaller

JC Brand 12 years ago
parent
commit
fc702d34e9
1 changed files with 6 additions and 2 deletions
  1. 6 2
      converse.css

+ 6 - 2
converse.css

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