| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-04 | fixes #16824: Correct the match on .control-label sizing for input group sizes | Mark Otto | 1 | -1/+1 | |
| 2015-06-18 | Follow up to #16529 (remove select caret in IE10+) | Mark Otto | 1 | -4/+2 | |
| - Update comment as recommended by @cvrebert - Use `transparent` for `background-color` so we don't need to override that value again in the disabled state. - Remove disabled changes. /cc @wonsong | |||||
| 2015-05-24 | Removes border around select caret in IE | Won Song | 1 | -2/+10 | |
| 2015-05-14 | add comment, remove week type | Mark Otto | 1 | -1/+2 | |
| 2015-05-13 | scope temporal changes to .form-control class, add week input to boot | Mark Otto | 1 | -1/+4 | |
| 2015-04-25 | Remove inaccurate comment | Mark Otto | 1 | -1/+0 | |
| 2015-04-25 | Merge pull request #16333 from pine3ree/patch-2 | Mark Otto | 1 | -2/+4 | |
| form-group size + form-control-feedback | |||||
| 2015-04-23 | Round results from gutter division to prevent decimal margins and padding | Thomas P. Horton | 1 | -1/+1 | |
| 2015-04-22 | form-group size + form-control-feedback | maks feltrin | 1 | -2/+4 | |
| automatically feedback icon sizing inside a larger|smaller form-group. | |||||
| 2015-04-04 | Merge pull request #16176 from twbs/input_group_sizing | Mark Otto | 1 | -4/+6 | |
| Static form control sizing in input groups, again | |||||
| 2015-03-28 | Fixes #15536: Resize .control-label's font-size and account for border on ↵ | Mark Otto | 1 | -4/+6 | |
| static form control in form groups | |||||
| 2015-03-28 | Merge pull request #15956 from twbs/input-group-sizes-glyphicon | Mark Otto | 1 | -2/+4 | |
| Input group sizes: Properly position `.form-control-feedback` | |||||
| 2015-03-25 | Fixes #15074: Manually handle input sizing in form groups instead of using ↵ | Mark Otto | 1 | -2/+26 | |
| mixins because nesting | |||||
| 2015-03-10 | Remove trailing whitespace in forms.less | Gleb Mazovetskiy | 1 | -1/+1 | |
| 2015-03-01 | Input group sizes: Properly position `.form-control-feedback` | Heinrich Fenkart | 1 | -3/+5 | |
| Ref https://github.com/twbs/bootstrap/issues/12868#issuecomment-76291513 Ref 7733f24 | |||||
| 2015-02-20 | Fix #15652: Set `position: relative` on .{radio,checkbox}-inline | Kevin Kirsche | 1 | -0/+1 | |
| Closes #15656 by merging it. | |||||
| 2015-02-19 | Merge pull request #15699 from kkirsche/patch-8 | Chris Rebert | 1 | -0/+3 | |
| Fix #15691: .form-control-static changes height when empty | |||||
| 2015-02-19 | [Fixes #15691] .form-control-static changes height when empty | Kevin Kirsche | 1 | -0/+3 | |
| [Fixes #15691] .form-control-static changes height when empty by setting the minimum height to the size it is when text is in the `.form-control-static` JSFiddle: http://jsfiddle.net/4pdo4yzo/ Compute the minimum height @line-height-computed = ~20px @font-size-base = 14px This should come to approx. 34px Add min-height to from-group-* per @cvrebert I had this wrong. The minimum height would depend on the font-size of that specific group, thus we need to declare it once for font-size-small and once also for font-size-large | |||||
| 2015-02-17 | Merge pull request #15703 from kkirsche/patch-9 | Mark Otto | 1 | -1/+5 | |
| [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | |||||
| 2015-02-03 | [Fix Issue #15683] `readonly` input should not have a not-allowed cursor | Kevin Kirsche | 1 | -1/+5 | |
| [Fix Issue #15683] `readonly` input should not have a `not-allowed` cursor. Instead, this pull request displays a standard cursor and only displays the not-allowed cursor on disabled items. Revise docs wording to clarify cursor display | |||||
| 2015-02-02 | Use form-group margin variable | Kevin Kirsche | 1 | -1/+1 | |
| 2015-01-16 | .form-control: add note about <select> & border-radius | Chris Rebert | 1 | -1/+1 | |
| Refs #15340 | |||||
| 2015-01-15 | Fixes #15536, #15559: Add .form-group sizing support to .form-control-static | Mark Otto | 1 | -0/+12 | |
| 2014-12-22 | Merge branch 'master' of https://github.com/twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap.css.map | |||||
| 2014-12-22 | Fixes #15422: Alternate fix for temporal input sizing in input groups | Mark Otto | 1 | -12/+10 | |
| 2014-12-22 | add more refs to browser-related bugs in Less comments | Chris Rebert | 1 | -1/+1 | |
| 2014-12-22 | Reference iOS Safari temporal input bug in explanatory Less comment | Chris Rebert | 1 | -1/+1 | |
| Refs #11266, #13098, #15415 [skip sauce] [skip validator] | |||||
| 2014-12-22 | Remove reference to old fixed WebKit bug in Less comment. | Chris Rebert | 1 | -2/+1 | |
| Per https://github.com/twbs/bootstrap/issues/1969#issuecomment-36971094 [skip sauce] [skip validator] | |||||
| 2014-11-29 | Fixes #15074: Fix the nesting problem with form control size variants | Mark Otto | 1 | -4/+15 | |
| 2014-11-09 | comment and formatting | Mark Otto | 1 | -5/+4 | |
| 2014-11-09 | Fixes #14234 again | Mark Otto | 1 | -27/+15 | |
| - Rather than override and hack for IE8-10 and then IE11, scope to just Safari. - Drops the IE hacks for a media query Webkit hack | |||||
| 2014-10-27 | swap cursor not-allow for default, and use a variable for all disabled elements | Mark Otto | 1 | -4/+4 | |
| 2014-09-08 | Variables for large and small input border radiuses | Marat Abdullin | 1 | -2/+2 | |
| 2014-08-02 | Fixes #14234: Reset the hack IE8-10 with another hack just for IE11 for ↵ | Mark Otto | 1 | -0/+15 | |
| temporal inputs and line-height | |||||
| 2014-07-23 | Fixes #14221: Make .form-control-static work in inline forms as well | Mark Otto | 1 | -0/+5 | |
| 2014-07-23 | Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+ | Mark Otto | 1 | -0/+2 | |
| 2014-07-09 | Add Pointer Events | Kyle | 1 | -0/+1 | |
| 2014-07-07 | Fix small typo introduced in e2029e1 | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-07-06 | Fixes #13997: Move min-height for radio/checkbox to their inner label | Mark Otto | 1 | -1/+1 | |
| 2014-07-02 | typo | Mark Otto | 1 | -1/+1 | |
| 2014-07-02 | Fixes #13989: Don't extend the input sizes; manually chain the selectors | Mark Otto | 1 | -8/+4 | |
| 2014-07-02 | merge in and resolve conflicts | Mark Otto | 1 | -7/+2 | |
| 2014-07-01 | place feedback icon lower, only if it really need | Boris Serdyuk | 1 | -4/+9 | |
| 2014-06-25 | fixes #13912: make radios/checkboxes work with inline forms again | Mark Otto | 1 | -1/+1 | |
| 2014-06-20 | Fixes #13872 more: add overrides for lg and sm input modifiers | Mark Otto | 1 | -14/+20 | |
| 2014-06-19 | Fixes #13872: Always apply padding to .form-control-static for that vertical ↵ | Mark Otto | 1 | -6/+5 | |
| alignment | |||||
| 2014-06-18 | fixes #13021: add .form-group-sm/-lg | Mark Otto | 1 | -0/+25 | |
| 2014-06-13 | min-content is standard, so no need to vendor prefix it | Chris Rebert | 1 | -1/+1 | |
| Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value | |||||
| 2014-06-10 | Fixes #13548: Use position: absolute; to fix checkbox and radio line-height ↵ | Mark Otto | 1 | -1/+4 | |
| problems that were introduced after #13003 | |||||
| 2014-06-06 | set not-allowed cursor on disabled radio+checkbox labels; fixes #13281 | Chris Rebert | 1 | -4/+20 | |
| [skip validator] [skip sauce] | |||||
