FELIX-4202 :  Allow to filter services using ldap filter in webconsole services tab . Apply patch from Alexander Klimetschek

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1517092 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/bundles.css b/webconsole/src/main/resources/res/ui/bundles.css
index b5352f0..794c781 100644
--- a/webconsole/src/main/resources/res/ui/bundles.css
+++ b/webconsole/src/main/resources/res/ui/bundles.css
@@ -24,7 +24,6 @@
 th.col_Version,
 th.col_Status   { width: 7em }
 th.col_Actions { width: 121px }
-.filterBox      { float: left; margin-left: 1em }
 .symName                 { font-style: italic }
 .symName:before { content: " (" }
 .symName:after   { content: ")"  }
diff --git a/webconsole/src/main/resources/res/ui/webconsole.css b/webconsole/src/main/resources/res/ui/webconsole.css
index b8d24c8..0ddc954 100644
--- a/webconsole/src/main/resources/res/ui/webconsole.css
+++ b/webconsole/src/main/resources/res/ui/webconsole.css
@@ -191,3 +191,8 @@
 /* language selection element */
 #langSelect { position: absolute;	top: 5px; right: 5px }
 #langSelect img   { display: block; padding: 2px 0 }
+
+.filterBox      { float: left; margin-left: 1em }
+.servicesFilter { width: 400px; }
+.servicesFilterApply { width: 85px; }
+