Commit c0a4e957 authored by JC Brand's avatar JC Brand

IE8 fixes.

parent 664e2090
...@@ -123,7 +123,7 @@ span.spinner.hor_centered { ...@@ -123,7 +123,7 @@ span.spinner.hor_centered {
background-color: white; background-color: white;
overflow: auto; overflow: auto;
border-left: 1px solid #AAA; border-left: 1px solid #AAA;
max-width: 99px; max-width: 98px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
...@@ -731,6 +731,7 @@ div#settings { ...@@ -731,6 +731,7 @@ div#settings {
background-color: white; background-color: white;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
width: 100%;
} }
div#chatrooms { div#chatrooms {
......
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