| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 2013-09-11 | Use @screen-sm-min in forms | Zlatan Vasović | 1 | -1/+1 | |
| 2013-08-28 | fix #10252 by restricting Android Firefox reset to only .form-control & .btn | Chris Rebert | 1 | -0/+1 | |
| 2013-08-24 | fixes #9969: add support for output element | Mark Otto | 1 | -0/+9 | |
| 2013-08-21 | deprecate @screen-{phone,tablet,desktop} vars | Chris Rebert | 1 | -2/+2 | |
| 2013-08-19 | Fixes secondary issue in #9798 | Mark Otto | 1 | -1/+1 | |
| 2013-08-18 | fixes #9798: update spacing on checkboxes and radios for horizontal | Mark Otto | 1 | -11/+18 | |
| 2013-08-18 | fixes #9803: label and input alignment in horizontal forms | Mark Otto | 1 | -1/+1 | |
| 2013-08-15 | Add to #9578 and fix #9614: use cursor not-allowed on radios and checkboxes | Mark Otto | 1 | -6/+6 | |
| 2013-08-14 | fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radios | Chris Rebert | 1 | -1/+15 | |
| 2013-08-13 | Swapped input-lg and input-sm | Guillermo González de Agüero | 1 | -2/+2 | |
| Fixing my own error. Thanks to @kyleledbetter for reporting. | |||||
| 2013-08-13 | Added input-size mixin | ggam | 1 | -33/+3 | |
| 2013-08-12 | fix navbar form alignment of inputs by restoring inline-block | Mark Otto | 1 | -0/+7 | |
| 2013-08-12 | fixes #9392: no need for width auto on inline/navbar form controls given ↵ | Mark Otto | 1 | -5/+0 | |
| inline-block on parent form group | |||||
| 2013-08-12 | fixes #9382: inline forms now require use of .form-group for proper ↵ | Mark Otto | 1 | -19/+35 | |
| alignment of all form controls | |||||
| 2013-08-11 | addressing #9189 manually, part 3: forms | Mark Otto | 1 | -2/+2 | |
| 2013-08-05 | Fixes #8150: add `.static-form-control` for vertical alignment of static ↵ | Mark Otto | 1 | -1/+12 | |
| form text - Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms | |||||
| 2013-08-05 | Fixes #8795, a reoccurence of #1969 | Mark Otto | 1 | -0/+10 | |
| 2013-08-04 | Enable input focus state customization | Mark Otto | 1 | -5/+2 | |
| - Add new mixin to generate and customize focus state as needed - Adds variable to set default color - Include clear disclaimer about customizing this—it's about users', so don't go making everything bright red and expect them not to be confused or alarmed. Relevant issues: #2742, #4185, #7942, #8171, #8610, #9044 | |||||
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -6/+6 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-02 | move form layouts from input groups back to forms (messed this up in ↵ | Mark Otto | 1 | -0/+44 | |
| b281ad64096d919145159ffbc4e1a5b284708d9b) | |||||
| 2013-08-02 | Tighten up buttons and form controls | Mark Otto | 1 | -0/+2 | |
| * Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711) | |||||
| 2013-08-02 | Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵ | Jon Schlinkert | 1 | -3/+3 | |
| consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS. | |||||
| 2013-07-30 | trivial spacing fix | Chris Rebert | 1 | -1/+1 | |
| 2013-07-29 | Refactor .input-* sizing a bit by not chaining to .form-control (fixes #8672) | Mark Otto | 1 | -13/+18 | |
| 2013-07-27 | Input groups overhaul | Mark Otto | 1 | -148/+0 | |
| * 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 | |||||
| 2013-07-27 | fixes #8675: align horizontal form label and input | Mark Otto | 1 | -1/+1 | |
| 2013-07-26 | Update inline and horizontal forms | Mark Otto | 1 | -4/+8 | |
| * No more need for `.row.form-group`--only need `.form-group` * Change tag selectors for inline form to use `.form-control` * Docs improved to explain what's happening | |||||
| 2013-07-26 | Use `.form-control` in input sizing CSS | Mark Otto | 1 | -18/+4 | |
| 2013-07-26 | Merge branch 'patch-3' of https://github.com/jholl/bootstrap into jholl-patch-3 | Mark Otto | 1 | -6/+1 | |
| Conflicts: css.html | |||||
| 2013-07-26 | Fixes #8605: use `.form-control` in `.input-group` instead of HTML tags | Mark Otto | 1 | -5/+4 | |
| 2013-07-26 | Update forms.less to remove .form-horizontal .row + .row | James Holland | 1 | -6/+1 | |
| use .form-group to apply consistent vertical spacing on form rows | |||||
| 2013-07-25 | Update form validation states | Mark Otto | 1 | -3/+3 | |
| * Once again no longer applies to single inputs (this is a bit simpler, but I'm open to new ideas) but the entire set of inputs, labels, and help text within a particular element. However, the styles are not too dependent on markup or layout, so they're super flexible. * Simplified the markup in the validation docs examples to match latest changes. * Renamed `.form-state-validation` mixin to `.form-control-validation` to match naming of prev commit. | |||||
| 2013-07-25 | Spacing | Mark Otto | 1 | -3/+0 | |
| 2013-07-25 | Refactor forms styles | Mark Otto | 1 | -93/+93 | |
| * Reorganize forms.less * Change from attribute selectors to `.form-control`. Few lines, less specific (meaning easier overrides as `element[type=""]` is more specific than a class), less intrusive, and more performant. * Add `.form-group` for basic spacing in vertical forms. * Remove (unnecessary?) `margin: 0;` from `form` element (as far as I can tell no browser sets that anyway). | |||||
| 2013-07-25 | twbs ALL the links | Chris Rebert | 1 | -2/+2 | |
| 2013-07-23 | Update forms vars | Mark Otto | 1 | -1/+0 | |
| * Reorganize layout * Add input group var * Add legend border var | |||||
| 2013-07-23 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 1 | -3/+3 | |
| saas786-3.0.0-wip | |||||
| 2013-07-20 | Update file input to remove height and line-height | Mark Otto | 1 | -2/+1 | |
| This particular form control is wildly inaccurate across browsers, so we're removing the `height` and `line-height`, but adding `display: block` so it renders similarly to our other inputs. | |||||
| 2013-07-20 | Remove more commented out CSS from forms | Mark Otto | 1 | -1/+0 | |
| 2013-07-20 | Remove commented out CSS | Mark Otto | 1 | -8/+0 | |
| 2013-07-20 | moving forms, labels and list-group to variables.less | syed | 1 | -3/+3 | |
| 2013-07-18 | `<input>` and `<select>` sizing update | Mark Otto | 1 | -4/+4 | |
| Restores `font-size` and more to the `<select>` element while also changing from `min-height` to `height` for input sizing. Fixes #8520 as opened by @ShaunR (would've merged that PR but I moved everything around right before). | |||||
| 2013-07-18 | Fixes #8516: correct input-small and input-large on select elements | Mark Otto | 1 | -1/+10 | |
| 2013-07-18 | Jankily fix input group wrapping with button groups in Firefox (fixes #8321, ↵ | Mark Otto | 1 | -2/+2 | |
| #8429, and #8067) | |||||
| 2013-07-11 | Update forms.less | Bass Jobsen | 1 | -1/+1 | |
| All variables should be set in variables.less? | |||||
| 2013-07-01 | comma for the guardian angel /cc @cvrebert | Mark Otto | 1 | -1/+1 | |
| 2013-07-01 | Fixes #8350: unfuck Chrome number input element cursor /cc @cvrebert @eintnohick | Mark Otto | 1 | -0/+10 | |
| 2013-06-27 | fixes #7977: prevent some table bullshit on input groups | Mark Otto | 1 | -0/+1 | |
