From b2d4205baa5c084f66d39e159777ad241843301c Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 26 Aug 2013 09:13:12 +0200 Subject: [PATCH] IE8 CSS fix. --- converse.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/converse.css b/converse.css index 4c9537c0b..b01cf36b9 100644 --- a/converse.css +++ b/converse.css @@ -8,10 +8,7 @@ @import url("fonticons/style.css"); -#collective-xmpp-chat-data { - color: rgb(79, 79, 79); -} - +#collective-xmpp-chat-data, #collective-xmpp-chat-data input { color: rgb(79, 79, 79); } @@ -115,7 +112,7 @@ span.spinner.hor_centered { background-color: white; overflow: auto; border-left: 1px solid #AAA; - max-width: 99px; + max-width: 98px; } .participants ul.participant-list li {