summaryrefslogtreecommitdiffstats
path: root/views/layouts/default.html.php
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/layouts/default.html.php
parent30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 (diff)
downloadotakuhub-3404aebda95c78a98e477c120354f20891f55c7b.tar.xz
search page styling
Diffstat (limited to 'views/layouts/default.html.php')
-rw-r--r--views/layouts/default.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php
index bfb04d9..9464d80 100644
--- a/views/layouts/default.html.php
+++ b/views/layouts/default.html.php
@@ -62,7 +62,7 @@ use \lithium\security\Auth;
';
?>
- <?= $this->form->create(null, array('url' => '/search/', 'class' => 'search', 'method' => 'get')); ?>
+ <?= $this->form->create(null, array('url' => '/search/', 'class' => 'navsearch', 'method' => 'get')); ?>
<?= $this->form->text('q', array('placeholder' => 'Search...')); ?>
<input type="submit" value="Go">
<?= $this->form->end(); ?>