Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <form role="form" id="registration-form" onsubmit="return onSubmitContinueButton()">
  2.  
  3. <div class="row">
  4. <div class="form-group col-md-6">
  5. <label class="sr-only" for="xxx"></label>
  6. <span class="glyphicon glyphicon-name"></span> <!-- <-- there is a breakline after this.... why?-->
  7. <select class="form-control" name="aaa">
  8. <option value="1">1</option>
  9. <option value="2">2</option>
  10. <option value="3">3</option>
  11. </select>
  12. </div>
  13.  
  14. <div class="form-group col-md-6">
  15. <label class="sr-only" for="xxx"></label>
  16. <span class="glyphicon glyphicon-name"></span> <!-- <-- there is a breakline after this.... why?-->
  17. <select class="form-control" name="aaa">
  18. <option value="1">1</option>
  19. <option value="2">2</option>
  20. <option value="3">3</option>
  21. </select>
  22. </div>
  23. </div>
  24. </form>
  25.  
  26. <div class="input-group">
  27. <span class="input-group-addon" id="basic-addon1"><span class="glyphicon glyphicon-plus"></span></span>
  28. <select class="form-control" name="aaa">
  29. <option value="1">1</option>
  30. <option value="2">2</option>
  31. <option value="3">3</option>
  32. </select>
  33. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement