Add margin bottom under search box

This commit is contained in:
Frederic Guillot
2017-01-08 21:23:56 -05:00
parent 0960a4d0b0
commit d01b2271d3
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<div class="filter-box">
<div class="filter-box margin-bottom">
<form method="get" action="<?= $this->url->dir() ?>" class="search">
<?= $this->form->hidden('controller', array('controller' => 'SearchController')) ?>
<?= $this->form->hidden('action', array('action' => 'index')) ?>