1. 28 Jul, 2016 1 commit
  2. 11 Mar, 2016 1 commit
  3. 08 Feb, 2016 1 commit
  4. 06 Feb, 2016 1 commit
  5. 24 Jan, 2016 1 commit
    • mkroeders's avatar
      Allow a <label> for .input-group-addon by zeroing out margin-bottom · a62f70b4
      mkroeders authored
      When using a <label> as an .input-group-addon, there will be a default margin-bottom of .5rem via Reboot.
      This will lead to undesirable whitespace below the label and the <input> will become taller than needed. By removing the margin, it will play nice with <label> elements.
      
      Closes #19012
      a62f70b4
  6. 07 Jan, 2016 1 commit
  7. 11 Dec, 2015 1 commit
  8. 09 Dec, 2015 1 commit
    • Vicary Archangel's avatar
      Multiple input-group-addon support · c0f931d0
      Vicary Archangel authored
      1. Invert `:first-child` into `:not(:last-child)` and vice versa
      2. Remove double border at the left of `.form-control`
      3. Shifts negative margins of `.btn` and `.btn-group` to retain
      rightmost border when using at the left of `.form-control`.
      c0f931d0
  9. 08 Dec, 2015 1 commit
  10. 07 Dec, 2015 1 commit
  11. 15 Nov, 2015 1 commit
  12. 23 Aug, 2015 1 commit
  13. 18 Aug, 2015 1 commit
  14. 14 Aug, 2015 1 commit
  15. 23 Jun, 2015 2 commits
  16. 22 Jun, 2015 1 commit
  17. 27 Apr, 2015 1 commit
  18. 26 Apr, 2015 1 commit
  19. 23 Apr, 2015 1 commit
  20. 18 Apr, 2015 1 commit
  21. 22 Jan, 2015 1 commit
  22. 11 Dec, 2014 1 commit
  23. 02 Dec, 2014 1 commit
  24. 21 Sep, 2014 1 commit
  25. 04 Aug, 2014 1 commit
  26. 08 Jul, 2014 1 commit
  27. 26 Apr, 2014 1 commit
  28. 11 Feb, 2014 1 commit
  29. 16 Dec, 2013 1 commit
  30. 15 Dec, 2013 1 commit
  31. 10 Dec, 2013 1 commit
  32. 30 Nov, 2013 1 commit
  33. 09 Nov, 2013 1 commit
  34. 06 Sep, 2013 1 commit
  35. 01 Sep, 2013 1 commit
  36. 15 Aug, 2013 1 commit
  37. 13 Aug, 2013 1 commit
  38. 12 Aug, 2013 2 commits
    • Mark Otto's avatar
      Newfangled input and button group sizing (fixes #9295) · a78c8d9c
      Mark Otto authored
      Instead of applying `.btn-` or `.input-` to individual elements in
      button and input groups, we now have new sizing classes to keep your
      markup a little leaner.
      
      * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to
      replicate `.input-sm` and `.input-lg`, respectively.
      * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your
      `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`,
      respectively.
      
      Both sets of new sizing classes simply use the existing individual
      sizing classes as mixins, so customization of them is automatically
      inherited when compiling.
      a78c8d9c
    • Mark Otto's avatar