commit | d8be7306be966ccfc0106ecee5e9c31552bbb2d5 | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Fri Apr 06 09:05:42 2012 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Fri Apr 06 09:05:42 2012 +0000 |
tree | 82e710d9fbea8dd9099b4bef2987e1b4756cef17 | |
parent | 0fc82dff5bff1674725910786318d8ac52a3e54a [diff] [blame] |
Fixed FELIX-3449 Event plugin cannto send events without properties https://issues.apache.org/jira/browse/FELIX-3449 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1310250 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 ea62a6b..a8dbe20 100644 --- a/webconsole-plugins/event/src/main/resources/res/ui/events.css +++ b/webconsole-plugins/event/src/main/resources/res/ui/events.css
@@ -31,6 +31,6 @@ .addremove button { width: 16px; height: 16px; line-height: 10px; font-size: 10px; margin: 2px 2px } .addremove_inner { display: inline } .propeditor_entry select { margin-left: 4px } -#sendTopic { width: 100% } +#sendTopic { width: 100%; margin-bottom: 1em } #sendDialog table { margin-left: auto; margin-right: auto } #sendDialog table th { text-align: right; font-weight: bold; padding-right: .5em }