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 @@
<div class="form-column">
<?= Helper\form_label(t('Title'), 'title') ?>
<?= Helper\form_text('title', $values, $errors, array('autofocus', 'required')) ?><br/>
<?= Helper\form_text('title', $values, $errors, array('autofocus', 'required'), 'form-input-large') ?><br/>
<?= Helper\form_label(t('Description'), 'description') ?>
<?= Helper\form_textarea('description', $values, $errors) ?><br/>