aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
AgeCommit message (Collapse)AuthorFilesLines
2014-01-24Fix #12359: Reset min-width on fieldsets so that they don't break responsive ↵Mark Otto1-0/+4
tables and behave more like standard block level elements
2014-01-23"bottom increment" => "decrement" in explanatory commentChris Rebert1-1/+1
2014-01-22Fix #11655: Fix broken disabled states for iOS form controls and buttonsMark Otto1-2/+8
2014-01-19remove confusing commentMark Otto1-3/+0
2014-01-10rm outdated `<select>` references from comments in forms.lessChris Rebert1-2/+2
2014-01-09Fixes #11990 and #12159: Make range inputs block level and 100% wide by defaultMark Otto1-0/+6
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-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-05Replace @screen-sm with @screen-sm-minZlatan Vasović1-1/+1
2013-12-15copyeditingChris Rebert1-1/+1
2013-12-15Add new form feedback states, clean up existing form stylesMark Otto1-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-15Fixes #11266: Apply a pixel-based line-height to date inputs for iOS 7Mark Otto1-0/+8
2013-12-15formatting and commentMark Otto1-0/+5
2013-12-15Fixes #11402: Updated fix for select.form-control width in inline-formsMark Otto1-0/+5
2013-12-09misc strictMath compliance fixesChris Rebert1-1/+1
2013-12-08add vertical-align back to where it's necessary since we reset from block to ↵Mark Otto1-0/+2
inline-block on several inputs
2013-12-07Remove incompatible properties.XhmikosR1-4/+0
2013-11-30Fixes #11658: Increase min-height of .radio and .checkbox for horizontal ↵Mark Otto1-0/+6
forms to ensure alignment of content below
2013-11-30Fixes #11402: Set width: auto; to select.form-control within .form-inlineMark Otto1-0/+5
2013-11-02Use nesting for .placeholder()Zlatan Vasović1-8/+6
2013-10-13scope top padding of .form-control-static to be within horizontal forms ↵Mark Otto1-1/+4
only; fixes #10927
2013-09-11Use @screen-sm-min in formsZlatan Vasović1-1/+1
2013-08-28fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert1-0/+1
2013-08-24fixes #9969: add support for output elementMark Otto1-0/+9
2013-08-21deprecate @screen-{phone,tablet,desktop} varsChris Rebert1-2/+2
2013-08-19Fixes secondary issue in #9798Mark Otto1-1/+1
2013-08-18fixes #9798: update spacing on checkboxes and radios for horizontalMark Otto1-11/+18
2013-08-18fixes #9803: label and input alignment in horizontal formsMark Otto1-1/+1
2013-08-15Add to #9578 and fix #9614: use cursor not-allowed on radios and checkboxesMark Otto1-6/+6
2013-08-14fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radiosChris Rebert1-1/+15
2013-08-13Swapped input-lg and input-smGuillermo González de Agüero1-2/+2
Fixing my own error. Thanks to @kyleledbetter for reporting.
2013-08-13Added input-size mixinggam1-33/+3
2013-08-12fix navbar form alignment of inputs by restoring inline-blockMark Otto1-0/+7
2013-08-12fixes #9392: no need for width auto on inline/navbar form controls given ↵Mark Otto1-5/+0
inline-block on parent form group
2013-08-12fixes #9382: inline forms now require use of .form-group for proper ↵Mark Otto1-19/+35
alignment of all form controls
2013-08-11addressing #9189 manually, part 3: formsMark Otto1-2/+2
2013-08-05Fixes #8150: add `.static-form-control` for vertical alignment of static ↵Mark Otto1-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-05Fixes #8795, a reoccurence of #1969Mark Otto1-0/+10
2013-08-04Enable input focus state customizationMark Otto1-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-03Greater standardization of sizing terminologyChris Rebert1-6/+6
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-02move form layouts from input groups back to forms (messed this up in ↵Mark Otto1-0/+44
b281ad64096d919145159ffbc4e1a5b284708d9b)
2013-08-02Tighten up buttons and form controlsMark Otto1-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-02Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵Jon Schlinkert1-3/+3
consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS.
2013-07-30trivial spacing fixChris Rebert1-1/+1
2013-07-29Refactor .input-* sizing a bit by not chaining to .form-control (fixes #8672)Mark Otto1-13/+18
2013-07-27Input groups overhaulMark Otto1-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-27fixes #8675: align horizontal form label and inputMark Otto1-1/+1
2013-07-26Update inline and horizontal formsMark Otto1-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-26Use `.form-control` in input sizing CSSMark Otto1-18/+4
2013-07-26Merge branch 'patch-3' of https://github.com/jholl/bootstrap into jholl-patch-3Mark Otto1-6/+1
Conflicts: css.html
2013-07-26Fixes #8605: use `.form-control` in `.input-group` instead of HTML tagsMark Otto1-5/+4