summaryrefslogtreecommitdiffstats
path: root/views/elements
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-16 21:27:12 -0700
committerraylu <raylu@mixpanel.com>2011-07-16 21:27:12 -0700
commit3404aebda95c78a98e477c120354f20891f55c7b (patch)
treec00b0f0ff1c47f9134bc6987a7e3bcfea53a7aca /views/elements
parent30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 (diff)
downloadotakuhub-3404aebda95c78a98e477c120354f20891f55c7b.tar.xz
search page styling
Diffstat (limited to 'views/elements')
-rw-r--r--views/elements/search.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/elements/search.html.php b/views/elements/search.html.php
index 7169083..4910620 100644
--- a/views/elements/search.html.php
+++ b/views/elements/search.html.php
@@ -1,4 +1,4 @@
-<?= $this->form->create(null, array('method' => 'get')); ?>
+<?= $this->form->create(null, array('method' => 'get', 'class' => 'search')); ?>
<?= $this->form->text('q'); ?>
<?= $this->form->select('type', array('' => 'All',
'anime' => 'Anime',