| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-10-08 | Switch to inline comments for stylelint inline directives. | XhmikosR | 1 | -1/+1 | |
| Otherwise the comments are actually output to the CSS. | |||||
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 1 | -2/+4 | |
| 2015-11-26 | Remove whitespaces | Geremia Taglialatela | 1 | -1/+1 | |
| 2015-11-14 | Ensure proper z-indexing in input-groups | Mark Otto | 1 | -0/+4 | |
| 2015-05-15 | Changed .input-group-addon to use @input-border-radius (along with sm/lg | Supergibbs | 1 | -3/+3 | |
| variations) | |||||
| 2015-04-05 | property order | Mark Otto | 1 | -1/+1 | |
| 2015-02-27 | [Fixes #15944] Add Z-Index to avoid border overlapping | Kevin Kirsche | 1 | -0/+1 | |
| [Fixes #15944] Add Z-Index to avoid border overlapping | |||||
| 2014-04-26 | Minor Spacing fixes | Nick Schonning | 1 | -2/+6 | |
| Flagged upstream in bootstrap-sass by scss-lint | |||||
| 2014-02-11 | Fixes #11659, #12698, and #12349: Always apply position and z-index form ↵ | Mark Otto | 1 | -0/+5 | |
| controls in input groups for proper borders | |||||
| 2013-12-16 | Fix handling of btn-group placed inside input-group-btn (used for mixing ↵ | Sebastian Podjasek | 1 | -6/+16 | |
| dropdowns with normal buttons) | |||||
| 2013-12-15 | Merge branch 'master' into pr/11817 | Mark Otto | 1 | -14/+23 | |
| Conflicts: dist/css/bootstrap.min.css less/input-groups.less | |||||
| 2013-12-14 | Fixes #11561: Add float: left; to .form-control within input groups to ↵ | Mark Otto | 1 | -0/+5 | |
| prevent IE9 from screwing up placeholder text and select menu arrows | |||||
| 2013-12-14 | Merge branch 'master' into pr/11435 | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css | |||||
| 2013-12-10 | hide space characters in input-group-btn to fix segmented buttons double border | Tobias Lindig | 1 | -2/+4 | |
| 2013-11-30 | Fixes #11351: Correct grid class reset on input groups by using attribute ↵ | Mark Otto | 1 | -1/+1 | |
| selector, not an old class from v3 betas | |||||
| 2013-11-09 | Fix #11400 and #11431 | Zlatan Vasović | 1 | -11/+21 | |
| 2013-09-06 | fixes #10024: Use negative margin to fix the border between button and input ↵ | Mark Otto | 1 | -0/+8 | |
| in input groups | |||||
| 2013-09-01 | fixes #10223: adds color to input addon | Mark Otto | 1 | -0/+1 | |
| 2013-08-14 | fix copypasta-o to fully fix #9295 | Chris Rebert | 1 | -1/+1 | |
| 2013-08-12 | finish fixing #9295: add button group buttons to new input group sizing | Mark Otto | 1 | -2/+4 | |
| 2013-08-12 | Newfangled input and button group sizing (fixes #9295) | Mark Otto | 1 | -0/+11 | |
| 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. | |||||
| 2013-08-11 | addressing #9189 manually, part 4: input group background var | Mark Otto | 1 | -1/+1 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -3/+1 | |
| 2013-08-05 | remove dupe border-box | Mark Otto | 1 | -1/+0 | |
| 2013-08-05 | Fix Issue #8175 - remove lh for input-lg|sm | geedmo | 1 | -2/+0 | |
| 2013-08-05 | Fix Issue #8175 | geedmo | 1 | -1/+1 | |
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -2/+2 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-04 | add line-height | liuyl | 1 | -0/+2 | |
| 2013-08-02 | move form layouts from input groups back to forms (messed this up in ↵ | Mark Otto | 1 | -41/+0 | |
| b281ad64096d919145159ffbc4e1a5b284708d9b) | |||||
| 2013-08-01 | Update input-groups.less | Bass Jobsen | 1 | -1/+3 | |
| align inline radio and checkbox groups with their label for horizontal forms, see http://stackoverflow.com/q/17990310/1596547 (Question 2) | |||||
| 2013-07-31 | fixes #8937: align the dropdown menus in input groups | Mark Otto | 1 | -0/+1 | |
| 2013-07-27 | Input groups overhaul | Mark Otto | 1 | -0/+153 | |
| * Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679 | |||||
