Change form styles

This commit is contained in:
Frédéric Guillot
2014-11-08 13:33:07 -05:00
parent 30c7e96169
commit 20c8342503
6 changed files with 28 additions and 37 deletions

View File

@@ -11,7 +11,7 @@
<?= Helper\form_hidden('controller', $values) ?>
<?= Helper\form_hidden('action', $values) ?>
<?= Helper\form_hidden('project_id', $values) ?>
<?= Helper\form_text('search', $values, array(), array('autofocus', 'required', 'placeholder="'.t('Search').'"')) ?>
<?= Helper\form_text('search', $values, array(), array('autofocus', 'required', 'placeholder="'.t('Search').'"'), 'form-input-large') ?>
<input type="submit" value="<?= t('Search') ?>" class="btn btn-blue"/>
</form>