From 5a3ed27fbbe094906eeab5b2d4b25032796893de Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 9 May 2013 15:00:17 +0200 Subject: [PATCH] Add spinner class --- converse.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/converse.css b/converse.css index d2333c526..a8f5504f3 100644 --- a/converse.css +++ b/converse.css @@ -2,6 +2,16 @@ display: none } +img.spinner { + width: auto; + border: none; + box-shadow: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + margin: 5px; + padding: 0 5px 0 5px; +} + #chatpanel { z-index: 99; /*--Keeps the panel on top of all other elements--*/ position: fixed; @@ -198,7 +208,6 @@ input.error { } div.chat-title { - height: 1.1em; color: white; font-weight: bold; line-height: 15px;