Created
August 19, 2013 16:56
-
-
Save patrickmaciel/6271368 to your computer and use it in GitHub Desktop.
Try to resize input and add-ons like buttons in Twitter Bootstrap 2.3.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
<span class="input-prepend input-append"> | |
<span class="add-on">'$</span> | |
<?php echo $this->Form->input(amount', array('div' => false, 'type' => 'text', 'label' => false, 'class' => 'money input-mini')) ?> | |
<button type='submit' class="btn btn-small btn-success" title='Send'><i class="icon-ok icon-white"></i></button> | |
<button type='button' class="btn btn-small btn-danger cancel-adjustment" title='Cancel'><i class="icon-ban-circle icon-white"></i></button> | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment