FELIX-1623 Fix configuration status display in FireFox and disable the animations
while switching from one tab to another.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@817577 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/configurationrender.css b/webconsole/src/main/resources/res/ui/configurationrender.css
index 9bcba5a..c0f063b 100644
--- a/webconsole/src/main/resources/res/ui/configurationrender.css
+++ b/webconsole/src/main/resources/res/ui/configurationrender.css
@@ -3,6 +3,10 @@
 #divcfgprttabs {
 }
 
+.divcfgprttabshidden {
+    display: none;
+}
+
 #divcfgprttabs ul { 
     list-style: none;
 }
@@ -68,3 +72,8 @@
     width: 100px;
     overflow: visible;
 }
+
+.space div {
+    font-family: monospace;
+    white-space: pre;
+}