= $this->formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
- = $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '20', 'autocomplete' => 'off')) ?>
+ = $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '38', 'autocomplete' => 'off', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: none; background: #2b0000;')) ?>
= $this->submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>
diff --git a/app/views/post/index.php b/app/views/post/index.php
index 12cbfac..49f8dbc 100755
--- a/app/views/post/index.php
+++ b/app/views/post/index.php
@@ -18,7 +18,7 @@
?>