From cfd60be3e3a783cd4833fcba72f905aabd3532d6 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 22 Mar 2013 17:42:47 +0200 Subject: [PATCH] CSS tweaks --- converse.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/converse.css b/converse.css index 1ebbe8e15..b89ece3c0 100644 --- a/converse.css +++ b/converse.css @@ -148,6 +148,10 @@ input.new-chatroom-name { font-weight: bold; color: #F62817; white-space: nowrap; + width: 100px; + text-overflow: ellipsis; + overflow: hidden; + display: inline-block; } .chat-event, .chat-date, .chat-help { @@ -484,6 +488,10 @@ form#xmppchat-login { padding: 2em 0 0.3em 0.5em; } +form#xmppchat-login input { + display: block; +} + form.set-xmpp-status, form.add-chatroom { padding: 0.5em 0 0.3em 0.5em;