From 5448bc10167646cfcafd9dc24dd9c3d0a54d48a4 Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Thu, 15 Sep 2016 22:12:01 -0400 Subject: [PATCH] TESTING - Title Bar Search --- app/views/post/_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/post/_search.php b/app/views/post/_search.php index 6674450..9e302cd 100755 --- a/app/views/post/_search.php +++ b/app/views/post/_search.php @@ -2,7 +2,7 @@ formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
- textFieldTag("tags", $this->h($this->params()->tags), array('size' => '38', 'autocomplete' => 'off', 'style' => 'font-size: 20pt; padding: 1px; margin: 4px 0 0 8px; border-style: none; background: #2b0000;')) ?> + 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;')) ?> submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>