Commit 5a3ed27f authored by JC Brand's avatar JC Brand

Add spinner class

parent 07664ed3
...@@ -2,6 +2,16 @@ ...@@ -2,6 +2,16 @@
display: none 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 { #chatpanel {
z-index: 99; /*--Keeps the panel on top of all other elements--*/ z-index: 99; /*--Keeps the panel on top of all other elements--*/
position: fixed; position: fixed;
...@@ -198,7 +208,6 @@ input.error { ...@@ -198,7 +208,6 @@ input.error {
} }
div.chat-title { div.chat-title {
height: 1.1em;
color: white; color: white;
font-weight: bold; font-weight: bold;
line-height: 15px; line-height: 15px;
......
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