commit | 1ecc6ec14b0b329cb87c29d81819a51083f9c971 | [log] [tgz] |
---|---|---|
author | Felix Meschberger <fmeschbe@apache.org> | Tue Sep 22 09:54:28 2009 +0000 |
committer | Felix Meschberger <fmeschbe@apache.org> | Tue Sep 22 09:54:28 2009 +0000 |
tree | 85f4ff944f1a7a2d8edc0170c165a68931fe2c32 | |
parent | 3b7f876594de868ca21bedc061fc18d46260bbd4 [diff] [blame] |
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; +}