Add margin bottom under search box
This commit is contained in:
parent
0960a4d0b0
commit
d01b2271d3
|
|
@ -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')) ?>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,9 @@
|
|||
.margin-top
|
||||
margin-top: 20px
|
||||
|
||||
.margin-bottom
|
||||
margin-bottom: 20px
|
||||
|
||||
.pull-right
|
||||
text-align: right
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue