Resolved FELIX-2232 /Event plugin has problems displaying events with properties/
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@926960 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/event/src/main/resources/res/ui/events.css b/webconsole-plugins/event/src/main/resources/res/ui/events.css
index 68833ac..2c25dfb 100644
--- a/webconsole-plugins/event/src/main/resources/res/ui/events.css
+++ b/webconsole-plugins/event/src/main/resources/res/ui/events.css
@@ -15,11 +15,13 @@
* limitations under the License.
*/
#timeline { width: 100%; overflow-x: scroll }
+#timelineLegend .event { display: inline-block; width: 12em; margin: .2em 0; text-align: center }
.event { overflow:visible; white-space:nowrap }
.eventservice { background-color: #ADFF2F }
.eventbundle { background-color: #FFCACD }
.eventconfig { background-color: #FFD700 }
.eventframework { background-color: #DCDCDC }
-.propName { padding: 0 4px 0 0 }
-.propVal { padding: 0 0 0 4px }
\ No newline at end of file
+table.propTable, table.propTable tr, table.propTable td { border: none !important }
+td.propName { padding: 0 4px 0 0; text-align: right !important; text-decoration: underline }
+td.propVal { padding: 0 0 0 4px }
\ No newline at end of file