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