Very nice form. I tried adding icons to each input field (prepend), but it was stretching the inputs too far. Maybe include a second version with icons?
Sean Taylor (0) - 5 years ago - Reply 0
Try to use the new Bootstrap3.. then, the glyphicons are FONT's. You can resize the font(icon size).
<div class="col-md-4 input-group">
<input type="text" class="form-control input-sm" id="Login1" name="UserName" placeholder="Username">
</div>
the minimum input size that you have is with class "input-sm" , then you can put in the of the icon, the style="font-size:10px;"
cheers
Marcio Cardoso (0) - 4 years ago - Reply 0