Bootstrap 3 Feedback Icon Alignment
Found a bug in the .has-feedback icon alignment in bootstrap 3. Add the following to your css file to fix it.
.has-feedback .form-control-feedback { position: absolute; top: 3px; right: 15px; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; }