Datepicker right-alignment problem.

This commit is contained in:
sercan 2014-06-04 16:07:05 +03:00
parent 648fa6674c
commit 7c6c435412
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
id="<?= $this->getId('input') ?>"
name="<?= $name ?>"
value="<?= $value ?>"
class="form-control align-right"
class="form-control"
autocomplete="off">
</div>
<?php endif ?>