From c01ba0e8022684c02ddaac4d63f38568c007c682 Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Tue, 6 Jun 2017 12:38:02 -0400 Subject: [PATCH] shrinked search bar --- app/views/layouts/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index 1fd3882..7944130 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -139,7 +139,7 @@ container formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
- textFieldTag("tags", $this->h($this->params()->tags), array('size' => '60', 'autocomplete' => 'off', 'placeholder' => 'Search Posts...', 'style' => 'font-size: 14pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> + textFieldTag("tags", $this->h($this->params()->tags), array('size' => '35', 'autocomplete' => 'off', 'placeholder' => 'Search Posts...', 'style' => 'font-size: 14pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> tag_completion_box('$("tags")', ['$("tags").up("form")', '$("tags")', null], true) ?> request()->action() == 'index') : ?>