| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-11-28 | Fix #20936 make inline checkbox/radio markup same as stacked (#20995) | Brad Kent | 1 | -10/+4 | |
| * #20936 make inline checkbox/radio markup same as stacked * tweak language and remove extra blank line in snippet | |||||
| 2016-11-28 | Fix incorrect select height calculation (#21171) | Florian Schlittenbauer | 1 | -1/+1 | |
| 2016-11-26 | Update inline forms (updated docs and new flexbox styles) (#21212) | Mark Otto | 1 | -11/+70 | |
| * fix form-inline with flex enabled * grunt * fix alignment of labels * shorter if syntax * add new form example to docs for now * update inline form docs usage guidelines * responsive margins * better margin utils * fix sizing of .form-check * flexbox alignment of .form-check * no need to change direction * support custom controls in inline form, for default and flex modes * add example of custom select and checks to docs * remove hidden and visible label variants since we cover that in the usage guidelines at the start and include hidden labels everywhere * use property value instead of layout name * apply to all labels * add a visible label, space it out * add id | |||||
| 2016-10-09 | Match the height of select.form-control with input.form-control | Mark Otto | 1 | -1/+2 | |
| Uses a local variable and some calc love to counteract the border-width (times 2) from the height of the select. Fixes #17194 and nullifies #19967. | |||||
| 2016-10-09 | remove un-needed comment | Mark Otto | 1 | -1/+0 | |
| 2016-10-09 | add transparent border to match .form-control height | Mark Otto | 1 | -0/+2 | |
| 2016-10-09 | Update static form control | Mark Otto | 1 | -3/+1 | |
| - Remove margin-bottom override in favor of .mb-0 utility class - Apply the input line-height styles to match - Remove the min-height to match the input | |||||
| 2016-10-09 | Ensure input groups behavior appropriately in inline forms | Mark Otto | 1 | -0/+1 | |
| Overrides the default width: 100% with an auto. Fixes #20752. | |||||
| 2016-10-02 | Only override input border-radius as part of .form-control to avoid bug with ↵ | Mark Otto | 1 | -1/+9 | |
| iOS Safari (alt fix for #20247) (#20695) | |||||
| 2016-10-02 | Fixes #20799: Apply same color change to disabled inline radios/checkboxes ↵ | Mark Otto | 1 | -0/+1 | |
| (#20826) | |||||
| 2016-05-10 | Bring back some 'help text' love for forms with .form-text | Mark Otto | 1 | -1/+6 | |
| - Includes new class - New docs to support it - Rearranged older docs | |||||
| 2016-05-09 | Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into ↵ | Mark Otto | 1 | -0/+1 | |
| v4-forms-cleanup | |||||
| 2016-05-09 | Update checkboxes and radios docs | Mark Otto | 1 | -0/+1 | |
| - Add lighter gray text to disabled state for .form-check - Separate radios and checkboxes example - Clarify docs | |||||
| 2016-05-08 | update classes for inline form to new checkbox options | Mark Otto | 1 | -8/+5 | |
| 2016-05-08 | Fixes #19771: Enable .form-control-sm/lg on select.form-control | Mark Otto | 1 | -0/+12 | |
| 2016-05-08 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-05-08 | Redo checkboxes and radios | Mark Otto | 1 | -51/+24 | |
| - Move disabled radio and checkbox styles to Reboot - Collapse .radio and .checkbox into single class, .form-check - Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline - Require classes for sub-elements in both new classes | |||||
| 2016-04-23 | nuke commented out css | Mark Otto | 1 | -78/+0 | |
| 2016-04-23 | Avoid hacking around the temporal input bug in iOS | Mark Otto | 1 | -32/+0 | |
| - Rather than use CSS hacks, let's avoid needing to hack anything - Creates a new Reboot entry to simply reset the appear of the temporal inputs, thereby avoiding the problem entirely - Less than ideal for conveying affordance on iOS, but given bugginess of the input itself, seems a decent tradeoff | |||||
| 2016-04-23 | Merge branch 'v4-dev' into v4-forms-cleanup | Mark Otto | 1 | -0/+10 | |
| 2016-04-12 | Suppress IE/Edge additional white/blue colors for focused <select> | Patrick H. Lauke | 1 | -0/+10 | |
| 2016-04-08 | Fixes #18573: Change name of .form-control-label to .col-form-label (and ↵ | Mark Otto | 1 | -4/+4 | |
| .form-control-legend to .col-form-legend) to reiterate use for only grid layouts | |||||
| 2016-04-08 | fix up broke forms styles and docs example for the grid | Mark Otto | 1 | -1/+2 | |
| 2016-04-08 | Merge branch 'v4-dev' into v4-forms-cleanup | Mark Otto | 1 | -0/+13 | |
| 2016-02-19 | Add form-control-legend | Patrick H. Lauke | 1 | -0/+12 | |
| 2016-02-09 | .text-help is dead, long live .form-control-feedback | Mark Otto | 1 | -0/+4 | |
| Uses a new more specific class, adds some basic spacing, and clarifies that this class is only for validation feedback. Clears up the help text class question in https://github.com/twbs/bootstrap/pull/18704#issuecomment-168241731 and addresses the vertical spacing in #18703. | |||||
| 2016-02-09 | fix #18515: add .form-control-label-* classes to match large/small inputs | Mark Otto | 1 | -0/+12 | |
| 2016-02-09 | don't set horizontal padding on .form-control-label /cc #18130 #17498 | Mark Otto | 1 | -1/+2 | |
| 2016-02-08 | Move to a translucent input border with background-clip: padding-box for ↵ | Mark Otto | 1 | -0/+1 | |
| improved blending across different background-colors | |||||
| 2016-02-08 | _forms.scss: Use division instead of fractional multiplication | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-08 | _forms.scss: Remove extra trailing 0 in fractional number | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-07 | Merge branch 'v4-dev' into v4-form-sizing | Mark Otto | 1 | -4/+4 | |
| 2016-02-07 | updated button/form-control padding and line-height | Mark Otto | 1 | -0/+1 | |
| - Moves from no set line-height (inherited of 1.5) to declared 1.25 for all inputs and buttons (regardless of size modifier). - Updates padding to be `.5rem` instead of `.375rem` so that padding is more likely to be whole numbers based on the root font-size. - Whole numbers will be beneficial in avoiding odd fractional pixels that can lead to misalignment as shown in #18607. - Large buttons and inputs are now a tad wider, and smaller buttons/inputs a tad shorter and narrower, too. | |||||
| 2016-02-07 | Remove commented out height on large/small inputs | Mark Otto | 1 | -2/+0 | |
| 2016-02-07 | Remove specific line-heights from large/small inputs as well | Mark Otto | 1 | -2/+0 | |
| 2016-02-07 | _forms.scss: Remove extra url()s in commented-out code | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-07 | Fix CSS3 :not() selector | vsn4ik | 1 | -1/+1 | |
| 2016-02-06 | Fixes #17194: Ensure proper height on default select.form-control instances | Mark Otto | 1 | -8/+5 | |
| 2016-02-06 | tweak sizing | Mark Otto | 1 | -1/+1 | |
| 2016-02-06 | move the url to the variable value | Mark Otto | 1 | -3/+3 | |
| 2016-02-06 | linter overhaul | Mark Otto | 1 | -0/+2 | |
| 2016-02-03 | Redo line-height globally | Mark Otto | 1 | -1/+0 | |
| - Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also) | |||||
| 2016-01-23 | scss/_forms.scss: Remove now-unnecessary SCSS-Lint exemption | Chris Rebert | 1 | -3/+0 | |
| [skip sauce] | |||||
| 2016-01-10 | Switch to actually-Safari-specific CSS hack when fixing vertical alignment ↵ | Chris Rebert | 1 | -16/+18 | |
| of temporal input text in iOS Safari See http://browserbu.gs/css-hacks/webkit-full-page-media/ Fixes #17308 [skip sauce] [skip validator] | |||||
| 2016-01-08 | Remove remaining reference to <input type="datetime"> in SCSS comment | Chris Rebert | 1 | -1/+1 | |
| Erratum of #18778 [skip sauce] [skip validator] | |||||
| 2016-01-05 | remove instances of font-weight: normal since we no longer specify bold ↵ | Mark Otto | 1 | -2/+0 | |
| labels (as of v4) | |||||
| 2015-12-07 | tweak comment | Mark Otto | 1 | -1/+1 | |
| 2015-12-07 | Use $input-btn-border-width for both .form-control and .btn borders; fixes ↵ | Chris Rebert | 1 | -1/+1 | |
| #18424 Both widgets need to use the same border width because of input groups. Thus: $btn-border-width => $input-btn-border-width $input-border-width => $input-btn-border-width [skip sauce] | |||||
| 2015-12-06 | fixes #18087: .navbar-form is no more | Mark Otto | 1 | -2/+0 | |
| 2015-11-15 | .form-control: Use $input-border-width instead of $border-width | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
