Fixing visual defect 1 & 2 of FELIX-2256
https://issues.apache.org/jira/browse/FELIX-2256



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@931546 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 351c794..30430e3 100644
--- a/webconsole/src/main/resources/res/ui/bundles.css
+++ b/webconsole/src/main/resources/res/ui/bundles.css
@@ -20,8 +20,10 @@
 	padding: 0;
 }
 
-.col_Status   { width: 50px;  }
-.col_Actions { width: 121px; }
+th.col_Symbolic_Name { width: 9em }
+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: " (" }