summaryrefslogtreecommitdiffstats
path: root/views/elements
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-03 17:43:43 -0700
committerraylu <raylu@mixpanel.com>2011-07-03 17:43:43 -0700
commita9a4930d74ba07771507cc82bc7ef4552be85d39 (patch)
tree949c1ca97a935ea0b17aadec0ba6e9f60b85bffc /views/elements
parenta001b1e8488b2d08e5e3e546800baa8394fc0758 (diff)
downloadotakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz
nuke a lot of styles, images
Diffstat (limited to 'views/elements')
-rw-r--r--views/elements/authnav.html.php2
-rw-r--r--views/elements/empty0
-rw-r--r--views/elements/normalnav.html.php2
3 files changed, 2 insertions, 2 deletions
diff --git a/views/elements/authnav.html.php b/views/elements/authnav.html.php
index 9b0af38..012ddde 100644
--- a/views/elements/authnav.html.php
+++ b/views/elements/authnav.html.php
@@ -12,7 +12,7 @@
<?= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?>
<?= $this->form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?>
-<button class="search" type="submit">Go</button>
+<input type="submit" value="Go">
<?= $this->form->end(); ?>
<div id="friend" style="display:none">
diff --git a/views/elements/empty b/views/elements/empty
deleted file mode 100644
index e69de29..0000000
--- a/views/elements/empty
+++ /dev/null
diff --git a/views/elements/normalnav.html.php b/views/elements/normalnav.html.php
index 28eeeff..ae8583e 100644
--- a/views/elements/normalnav.html.php
+++ b/views/elements/normalnav.html.php
@@ -11,7 +11,7 @@
<?= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?>
<?= $this->form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?>
-<button class="search" type="submit">Go</button>
+<input type="submit" value="Go">
<?= $this->form->end(); ?>
<div id="login" style="display: none;">