aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto1-562/+0
2014-08-03Merge branch 'master' into derpMark Otto1-0/+15
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-08-02Fixes #14234: Reset the hack IE8-10 with another hack just for IE11 for ↵Mark Otto1-0/+15
temporal inputs and line-height
2014-08-02Merge branch 'master' into derpMark Otto1-0/+7
Conflicts: _config.yml dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/glyphicons.html docs/_includes/css/forms.html docs/_includes/css/tables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/dropdowns.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html less/code.less less/panels.less less/variables.less
2014-07-23Fixes #14221: Make .form-control-static work in inline forms as wellMark Otto1-0/+5
2014-07-23Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+Mark Otto1-0/+2
2014-07-12Merge branch 'master' into derpMark Otto1-0/+1
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/javascript/dropdowns.md less/utilities.less
2014-07-09Add Pointer EventsKyle1-0/+1
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto1-1/+1
2014-07-08Nuke all IE8 fallbacks and comments and hacksMark Otto1-3/+2
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto1-1/+1
@enable-rounded == true
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto1-4/+6
2014-07-08Fix input sizing and increase vertical padding on textareasMark Otto1-0/+2
2014-07-08Drop GlyphiconsMark Otto1-1/+1
2014-07-07Fix small typo introduced in e2029e1Heinrich Fenkart1-1/+1
2014-07-06Fixes #13997: Move min-height for radio/checkbox to their inner labelMark Otto1-1/+1
2014-07-02typoMark Otto1-1/+1
2014-07-02Fixes #13989: Don't extend the input sizes; manually chain the selectorsMark Otto1-8/+4
2014-07-02merge in and resolve conflictsMark Otto1-7/+2
2014-07-01place feedback icon lower, only if it really needBoris Serdyuk1-4/+9
2014-06-25fixes #13912: make radios/checkboxes work with inline forms againMark Otto1-1/+1
2014-06-20Fixes #13872 more: add overrides for lg and sm input modifiersMark Otto1-14/+20
2014-06-19Fixes #13872: Always apply padding to .form-control-static for that vertical ↵Mark Otto1-6/+5
alignment
2014-06-18fixes #13021: add .form-group-sm/-lgMark Otto1-0/+25
2014-06-13min-content is standard, so no need to vendor prefix itChris Rebert1-1/+1
Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value
2014-06-10Fixes #13548: Use position: absolute; to fix checkbox and radio line-height ↵Mark Otto1-1/+4
problems that were introduced after #13003
2014-06-06set not-allowed cursor on disabled radio+checkbox labels; fixes #13281Chris Rebert1-4/+20
[skip validator] [skip sauce]
2014-05-22Merge pull request #13651 from twbs/ios-temporalMark Otto1-2/+4
update explanatory comment about iOS date/time inputs bug
2014-05-22Reset the padding on radio/checkbox labels in form-inlineMark Otto1-1/+4
2014-05-21update explanatory comment about iOS date/time inputs bugChris Rebert1-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-11Fix indentSean Dwyer1-1/+1
2014-04-10Fix form-control-feedback position when label has sr-only classSean Dwyer1-0/+6
2014-03-24Fixes #13066: Add z-index to the form control feedback icons so input groups ↵Mark Otto1-0/+1
don't render on top of them
2014-03-24expand issue # ref to full URLChris Rebert1-1/+1
2014-03-24Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps textMark Otto1-0/+1
2014-03-20Fix vertical alignment of temporal inputs on iOSRob Fletcher1-1/+4
Fixes #13098 Closes #13099
2014-03-10remove commentMark Otto1-2/+1
2014-03-10Fixes #13003: Move padding on radio and checkbox options from the ↵Mark Otto1-2/+4
surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-09fix grammar in comment in forms.lessChris Rebert1-1/+1
2014-03-09Fixes #12759Mark Otto1-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-09Fixes #12843: Scope label styles for horizontal forms to a media query so ↵Mark Otto1-3/+7
their narrow viewport display looks just like a normal form
2014-03-09Fixes #12669: Properly reset line-height on date inputs for all sizes; Fix ↵Mark Otto1-1/+11
IE8+'s misaslignment of text within date inputs
2014-03-04Fixes #12868: Enables icon feedback on validation states for large/small inputs.Mark Otto1-12/+21
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2014-02-24fix #12836Chris Rebert1-1/+1
Thanks @Quy.
2014-02-22Fixes #12801: Add padding to the bottom of .form-control-static to match ↵Mark Otto1-0/+1
height of standard form controls
2014-02-07Nuke shit I added in 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 that shouldn't ↵Mark Otto1-4/+0
come until v4
2014-02-07Fixes #12486: Restore full width inputs for input groups in inline forms and ↵Mark Otto1-3/+12
navbars
2014-02-07Override iOS search input's extra round cornersMark Otto1-0/+14
2014-01-27Remove #8350's reset for number inputs since Normalize fixes those upstreamMark Otto1-11/+0
2014-01-27Remove optgroup resets from #7611 since Normalize fixes those upstreamMark Otto1-7/+0