Fixed FELIX-3848 : Differentiate between unbound and new configuration
https://issues.apache.org/jira/browse/FELIX-3848


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1643105 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 21e543d..2946b18 100644
--- a/webconsole/src/main/resources/res/ui/config.css
+++ b/webconsole/src/main/resources/res/ui/config.css
@@ -35,4 +35,5 @@
 #factoryTableCaption { margin-top: 1.5em }
 span.default_value {
 	float: left; margin-right: .3em;
-}
\ No newline at end of file
+}
+td.col_Exists_body div.ui-icon { margin-left:auto; margin-right: auto }