commit | e3a78183f128bcb4bd65f867981c9e8f5b040855 | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Apr 07 13:45:11 2010 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Apr 07 13:45:11 2010 +0000 |
tree | 8559d4a6a4306df8b0de28da4f0255a551891d71 | |
parent | 11d0b4db2495131622f799d71e842378fe902b0f [diff] [blame] |
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 }