Minor css improvement

This commit is contained in:
Frédéric Guillot 2014-12-04 21:18:29 -05:00
parent 6739dba792
commit 0704ea0625
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<?php endif ?>
<h3><?= t('Add an action') ?></h3>
<form method="post" action="<?= Helper\u('action', 'event', array('project_id' => $project['id'])) ?>">
<form method="post" action="<?= Helper\u('action', 'event', array('project_id' => $project['id'])) ?>" class="listing">
<?= Helper\form_csrf() ?>
<?= Helper\form_hidden('project_id', $values) ?>