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: " (" }
diff --git a/webconsole/src/main/resources/res/ui/logs.css b/webconsole/src/main/resources/res/ui/logs.css
index a87ad6e..16f46df 100644
--- a/webconsole/src/main/resources/res/ui/logs.css
+++ b/webconsole/src/main/resources/res/ui/logs.css
@@ -18,4 +18,7 @@
 #logs, #logs2 {
 	margin: 0;
 	padding: 0
-}
\ No newline at end of file
+}
+th.col_Level  { width: 6em }
+th.col_Received,
+th.col_Exception { min-width: 10em }