Testing - Shrinking Things
This commit is contained in:
parent
a01ec14c18
commit
ffc1390747
@ -138,7 +138,7 @@ container
|
||||
<div>
|
||||
<?php
|
||||
if ($this->request()->controller() == 'post') : ?>
|
||||
<?= $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '55', 'autocomplete' => 'off', 'placeholder' => 'Search Posts...', 'style' => 'font-size: 14pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?>
|
||||
<?= $this->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;')) ?>
|
||||
<?= $this->tag_completion_box('$("tags")', ['$("tags").up("form")', '$("tags")', null], true) ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.0 KiB |
Reference in New Issue
Block a user