Partial fix for FELIX-2286 /Various rendering issues with IE/
https://issues.apache.org/jira/browse/FELIX-2286

fixes config plugin

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@934388 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/config.css b/webconsole/src/main/resources/res/ui/config.css
index 0a898ff..5f69d84 100644
--- a/webconsole/src/main/resources/res/ui/config.css
+++ b/webconsole/src/main/resources/res/ui/config.css
@@ -30,6 +30,6 @@
 .multiselect { display: block }
 .col_Actions { width: 7em !important }
 .pointer { cursor: pointer }
-.subpid   { display:inline-block; margin-left: 1em }
+.subpid   { margin-left: 1em; float: left }
 tr.fpid   td   { font-style:italic }
 #factoryTableCaption { margin-top: 1.5em }