| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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] | |||||
| 2014-05-22 | Merge pull request #13651 from twbs/ios-temporal | Mark Otto | 1 | -2/+4 | |
| update explanatory comment about iOS date/time inputs bug | |||||
| 2014-05-22 | Reset the padding on radio/checkbox labels in form-inline | Mark Otto | 1 | -1/+4 | |
| 2014-05-21 | update explanatory comment about iOS date/time inputs bug | Chris Rebert | 1 | -2/+4 | |
| Per: * http://jsbin.com/purer/2/edit * https://github.com/cvrebert/bs-css-hacks/blob/6e8aa78384a005b007fc45327c9516dcf6ec0f30/README.md#ios-temporal-input-line-height Thanks @mdo <3 [skip sauce] [skip validator] | |||||
| 2014-04-11 | Fix indent | Sean Dwyer | 1 | -1/+1 | |
| 2014-04-10 | Fix form-control-feedback position when label has sr-only class | Sean Dwyer | 1 | -0/+6 | |
| 2014-03-24 | Fixes #13066: Add z-index to the form control feedback icons so input groups ↵ | Mark Otto | 1 | -0/+1 | |
| don't render on top of them | |||||
| 2014-03-24 | expand issue # ref to full URL | Chris Rebert | 1 | -1/+1 | |
| 2014-03-24 | Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps text | Mark Otto | 1 | -0/+1 | |
| 2014-03-20 | Fix vertical alignment of temporal inputs on iOS | Rob Fletcher | 1 | -1/+4 | |
| Fixes #13098 Closes #13099 | |||||
| 2014-03-10 | remove comment | Mark Otto | 1 | -2/+1 | |
| 2014-03-10 | Fixes #13003: Move padding on radio and checkbox options from the ↵ | Mark Otto | 1 | -2/+4 | |
| surrounding div to the label to remove the no-click deadzone caused by negative margin | |||||
| 2014-03-09 | fix grammar in comment in forms.less | Chris Rebert | 1 | -1/+1 | |
| 2014-03-09 | Fixes #12759 | Mark Otto | 1 | -0/+12 | |
| Ensures proper sizing and alignment of input groups within inline and navbar forms. * Uses `inline-table` on the input group * Nukes the widths to `width: auto`—without this, the parent input group doesn’t size correctly and functions as `display: table;` or `block` | |||||
| 2014-03-09 | Fixes #12843: Scope label styles for horizontal forms to a media query so ↵ | Mark Otto | 1 | -3/+7 | |
| their narrow viewport display looks just like a normal form | |||||
| 2014-03-09 | Fixes #12669: Properly reset line-height on date inputs for all sizes; Fix ↵ | Mark Otto | 1 | -1/+11 | |
| IE8+'s misaslignment of text within date inputs | |||||
| 2014-03-04 | Fixes #12868: Enables icon feedback on validation states for large/small inputs. | Mark Otto | 1 | -12/+21 | |
| Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS. | |||||
| 2014-02-24 | fix #12836 | Chris Rebert | 1 | -1/+1 | |
| Thanks @Quy. | |||||
| 2014-02-22 | Fixes #12801: Add padding to the bottom of .form-control-static to match ↵ | Mark Otto | 1 | -0/+1 | |
| height of standard form controls | |||||
| 2014-02-07 | Nuke shit I added in 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 that shouldn't ↵ | Mark Otto | 1 | -4/+0 | |
| come until v4 | |||||
| 2014-02-07 | Fixes #12486: Restore full width inputs for input groups in inline forms and ↵ | Mark Otto | 1 | -3/+12 | |
| navbars | |||||
| 2014-02-07 | Override iOS search input's extra round corners | Mark Otto | 1 | -0/+14 | |
| 2014-01-27 | Remove #8350's reset for number inputs since Normalize fixes those upstream | Mark Otto | 1 | -11/+0 | |
| 2014-01-27 | Remove optgroup resets from #7611 since Normalize fixes those upstream | Mark Otto | 1 | -7/+0 | |
| 2014-01-24 | Fix #12359: Reset min-width on fieldsets so that they don't break responsive ↵ | Mark Otto | 1 | -0/+4 | |
| tables and behave more like standard block level elements | |||||
| 2014-01-23 | "bottom increment" => "decrement" in explanatory comment | Chris Rebert | 1 | -1/+1 | |
| 2014-01-22 | Fix #11655: Fix broken disabled states for iOS form controls and buttons | Mark Otto | 1 | -2/+8 | |
| 2014-01-19 | remove confusing comment | Mark Otto | 1 | -3/+0 | |
| 2014-01-10 | rm outdated `<select>` references from comments in forms.less | Chris Rebert | 1 | -2/+2 | |
| 2014-01-09 | Fixes #11990 and #12159: Make range inputs block level and 100% wide by default | Mark Otto | 1 | -0/+6 | |
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 1 | -3/+3 | |
| This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger | |||||
| 2014-01-05 | Replace @screen-sm with @screen-sm-min | Zlatan Vasović | 1 | -1/+1 | |
| 2013-12-15 | copyediting | Chris Rebert | 1 | -1/+1 | |
| 2013-12-15 | Add new form feedback states, clean up existing form styles | Mark Otto | 1 | -12/+45 | |
| New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better. | |||||
| 2013-12-15 | Fixes #11266: Apply a pixel-based line-height to date inputs for iOS 7 | Mark Otto | 1 | -0/+8 | |
| 2013-12-15 | formatting and comment | Mark Otto | 1 | -0/+5 | |
| 2013-12-15 | Fixes #11402: Updated fix for select.form-control width in inline-forms | Mark Otto | 1 | -0/+5 | |
| 2013-12-09 | misc strictMath compliance fixes | Chris Rebert | 1 | -1/+1 | |
| 2013-12-08 | add vertical-align back to where it's necessary since we reset from block to ↵ | Mark Otto | 1 | -0/+2 | |
| inline-block on several inputs | |||||
| 2013-12-07 | Remove incompatible properties. | XhmikosR | 1 | -4/+0 | |
| 2013-11-30 | Fixes #11658: Increase min-height of .radio and .checkbox for horizontal ↵ | Mark Otto | 1 | -0/+6 | |
| forms to ensure alignment of content below | |||||
| 2013-11-30 | Fixes #11402: Set width: auto; to select.form-control within .form-inline | Mark Otto | 1 | -0/+5 | |
| 2013-11-02 | Use nesting for .placeholder() | Zlatan Vasović | 1 | -8/+6 | |
| 2013-10-13 | scope top padding of .form-control-static to be within horizontal forms ↵ | Mark Otto | 1 | -1/+4 | |
| only; fixes #10927 | |||||
