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/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; }
+