summaryrefslogtreecommitdiff
path: root/app/Template/dashboard
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-08 21:23:56 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-08 21:23:56 -0500
commitd01b2271d377a68bfb68586d72978792879eb6e6 (patch)
tree34701b92e3d884f7b5c39cddf6e2aac4553e45d2 /app/Template/dashboard
parent0960a4d0b00c9491b554cd49557b052414168e86 (diff)
Add margin bottom under search box
Diffstat (limited to 'app/Template/dashboard')
-rw-r--r--app/Template/dashboard/show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/dashboard/show.php b/app/Template/dashboard/show.php
index aec6f591..b1d877cf 100644
--- a/app/Template/dashboard/show.php
+++ b/app/Template/dashboard/show.php
@@ -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')) ?>