| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-06-20 | Fixes #8159: Be more specific about disabled inputs to avoid iOS bug | Mark Otto | 1 | -29/+11 | |
| Attached disabled styles to the exact input types rather than all inputs and reseting the checkbox/radios. If setting `background-color: transparent;`, iOS renders no background on the disabled control. | |||||
| 2013-06-20 | Fixes #8093: Removes invalid focus styles on inputs | Mark Otto | 1 | -14/+0 | |
| 2013-06-17 | Fixes broken layout for .input-group-addons within .input-large. Follows ↵ | Edgar Schnueriger | 1 | -0/+1 | |
| 6ce154c7ed64f3821cc7d6cbb0bfcf65b25f1b49 | |||||
| 2013-05-24 | Use base padding for input-group-addon class | Robert Burns | 1 | -1/+1 | |
| 2013-05-19 | Fixes #7611: fix optgroup formatting for Firefox | Mark Otto | 1 | -0/+7 | |
| 2013-05-16 | Form validation and horizontal row update | Mark Otto | 1 | -5/+5 | |
| * changed .row-label to .control-label as used elsewhere already * changed .formFieldState mixin to .form-field-validation | |||||
| 2013-05-16 | Drop .form-actions | Mark Otto | 1 | -13/+0 | |
| 2013-05-15 | Run make on previous commit; twerk box shadow back to commented out version | Mark Otto | 1 | -2/+2 | |
| 2013-05-15 | Fixed ugly outline in select fields | m.seegmüller | 1 | -28/+6 | |
| Removes .tab-focus() on select-fields | |||||
| 2013-05-15 | Fixed ugly outline | m.seegmüller | 1 | -0/+1 | |
| Removes outline (especially on select-elements in firefox) | |||||
| 2013-05-14 | Overhaul form control and button sizing, and some type styles | Mark Otto | 1 | -7/+8 | |
| * New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless | |||||
| 2013-05-14 | Fixes #7885 and #7886: only right align horizontal form labels when above 768px | Mark Otto | 1 | -0/+6 | |
| 2013-05-11 | Fix the selectors for the .input-group-btn selector. | Blake Embrey | 1 | -4/+6 | |
| 2013-05-09 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -47/+13 | |
| Conflicts: less/forms.less | |||||
| 2013-05-09 | Unitless line-height | Mark Otto | 1 | -6/+6 | |
| * Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components | |||||
| 2013-05-09 | More forms overhaul | Mark Otto | 1 | -85/+25 | |
| * Refactor the .forms-horizontal code--much simpler now and built on the Bootstrap grid system instead * Remove all the margins on form controls for simpler styling everywhere else--was overriding that way too often * Drop .help-inline, but keep .help-block * Drop the unused input grid class overrides | |||||
| 2013-05-09 | Make the border-radius on input-groups to be overrides instead of resets on ↵ | Blake Embrey | 1 | -49/+16 | |
| every size. | |||||
| 2013-05-07 | Update forms | Mark Otto | 1 | -5/+23 | |
| * Overhaul the form control sizing section to only show sizing via grid columns as parents, not as classes on inputs * Restore the inline-form option * Restore the bottom margin on form controls and make them block level instead of inline-block * More misc docs cleanup for forms | |||||
| 2013-05-03 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| 2013-05-03 | Add cursor: pointer; to .checkbox and .radio and their inline counterparts | Mark Otto | 1 | -0/+2 | |
| 2013-05-02 | Cleanup .navbar-form styles | Mark Otto | 1 | -1/+3 | |
| * Nuke the commented out navbar forms code that's not currently needed * Add a few more examples to the .navbar-form docs section * Remove (for now at least) top padding on checkbox and radios | |||||
| 2013-05-03 | Fix input border flicker in Chrome from @garoevans, closes #7689 | Kevin Ingersoll | 1 | -1/+1 | |
| 2013-04-27 | Adding media queries breakpoints variables | Kevin | 1 | -1/+1 | |
| 2013-04-21 | Fixes #7617: lowercase and dash gray color vars | Mark Otto | 1 | -2/+2 | |
| 2013-04-13 | more specific comment, better placement of code | Mark Otto | 1 | -4/+5 | |
| 2013-04-13 | override normalize.css override | Paul Tyng | 1 | -0/+4 | |
| 2013-03-31 | more consistent forms vars; drop search border radius since no more search form | Mark Otto | 1 | -3/+3 | |
| 2013-03-31 | @state-*-background to @state-*-bg vars | Mark Otto | 1 | -3/+3 | |
| 2013-03-30 | Change error to danger for all classes; add panels component | Mark Otto | 1 | -1/+1 | |
| 2013-03-30 | fuck everything about .clear_float() -- restore .clearfix() as mixin | Mark Otto | 1 | -2/+2 | |
| 2013-03-28 | Make sure form actions are properly aligned with form-horizontal | Andreas Cederström | 1 | -0/+5 | |
| 2013-03-14 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -7/+7 | |
| Conflicts: less/grid.less | |||||
| 2013-03-10 | Set border-box globally instead | Mark Otto | 1 | -1/+0 | |
| 2013-03-06 | make less files compile with strict maths in 1.4.0 | Luke Page | 1 | -7/+7 | |
| 2013-03-03 | Remove support for .uneditable-input | Mark Otto | 1 | -49/+10 | |
| 2013-02-28 | Holy fucking shit fix that input group with buttons rounded corner noise | Mark Otto | 1 | -37/+27 | |
| 2013-02-17 | remove old todo comment | Mark Otto | 1 | -1/+0 | |
| 2013-02-17 | remove unnecessary select border reset | Mark Otto | 1 | -6/+0 | |
| 2013-02-02 | Simplify input and input group sizing | Mark Otto | 1 | -14/+3 | |
| * Remove .input-mini because who really needs inputs that small * Remove unnecessary border-radius resets from large and small input groups | |||||
| 2013-02-01 | Update input-group-addon for input sizes | Gil Barbara | 1 | -0/+15 | |
| 2013-01-31 | Update line-height and padding for input sizes | Gil Barbara | 1 | -7/+36 | |
| 2013-01-16 | More navbar derping | Mark Otto | 1 | -2/+2 | |
| 2013-01-16 | Re-add and update form styles: | Mark Otto | 1 | -37/+52 | |
| * Restore forms.less file * Overhaul .radio.inline .checkbox.inline to be .radio-inline or .checkbox-inline * Update docs to reflect changes | |||||
| 2013-01-12 | Merge branch '3.0.0-wip' into bs3-flatten | Mark Otto | 1 | -27/+39 | |
| 2012-12-26 | Simplify form validation states while enabling them to be applied to one ↵ | Mark Otto | 1 | -5/+13 | |
| field at a time. | |||||
| 2012-12-26 | Remove .text-info and .info form validation states | Mark Otto | 1 | -4/+0 | |
| 2012-12-26 | Remove .controls-row; instead, folks should use .row and .span* for all ↵ | Mark Otto | 1 | -19/+0 | |
| their grid input sizing needs when multiple inputs per line are required | |||||
| 2012-12-26 | Restore .form-horizontal | Mark Otto | 1 | -1/+28 | |
| 2012-12-21 | flatten buttons and forms | Mark Otto | 1 | -2/+3 | |
| 2012-12-20 | add comment regarding caveat of #6199 impl per discussion in/of 14844db862 | Chris Rebert | 1 | -0/+3 | |
