aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
AgeCommit message (Collapse)AuthorFilesLines
2012-11-04Fixes #5785: allow for segmented button groups in input groupsMark Otto1-3/+5
2012-11-04fixes #5494: style invalid fields as invalid regardless of required-nessChris Rebert1-3/+3
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-1/+0
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-11-01fixes #5742: add cursor: pointer; to labels and selectsMark Otto1-1/+0
2012-10-10fixes #5473: use baselineheight var for input bottom marginMark Otto1-1/+1
2012-10-01Merge branch '2.1.2-wip' into exploratoryMark Otto1-0/+5
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/labels-badges.less less/navbar.less less/tables.less
2012-10-01fixes #5193 manually: checkbox and radio padding in .controls-rowMark Otto1-0/+5
2012-10-01reset input and button heights with updated paddingMark Otto1-13/+13
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-21/+21
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-25remove remaining fluid grid cssMark Otto1-3/+1
2012-09-25make .input-* classes match .btn-* size classesMark Otto1-7/+35
2012-09-25remove all ie7 conditionals and mixinsMark Otto1-14/+2
2012-09-25Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto1-12/+41
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/base-css.html docs/templates/pages/base-css.mustache less/forms.less less/mixins.less
2012-09-25headway, cleanup, and testsMark Otto1-26/+22
2012-09-23ensure 100% width for .uneditable-inputs in <767px viewportsMark Otto1-0/+1
2012-09-20fixes #5127: add @inputHeight to replace static instances of '30px' ↵Mark Otto1-5/+5
throughout forms
2012-09-20fixes #5150: add btn-group support to input groupsMark Otto1-1/+16
2012-09-17fixes #5082 manually: reset font-size for .dropdown-menu within ↵Mark Otto1-2/+9
.input-prepend/-append
2012-09-17fixes #5039: properly set .row-fluid margins for .controls-rowMark Otto1-2/+6
2012-09-12use local var for a few other .box-shadow mixins to fix CSS not compilingMark Otto1-1/+2
2012-09-12change up box-shadow mixin usage everywhere to use escaping again, or local ↵Mark Otto1-1/+1
var if necessary for further var evaluation
2012-09-10fixes #5064 manually: remove fancy quote markMark Otto1-1/+1
2012-09-08latest tweaks to grid classes for formsMark Otto1-0/+4
2012-09-07commenting out stuff and adding grid test pageMark Otto1-2/+2
2012-09-07Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto1-2/+2
Conflicts: docs/scaffolding.html docs/templates/pages/scaffolding.mustache
2012-09-04fixes #4957: use input border var for select element instead of #dddMark Otto1-1/+1
2012-09-03Merge pull request #4763 from Luis-TP/2.1.1-wipMark Otto1-1/+1
Improve .box-shadow mixin by utilizing regex function to no longer require escaping
2012-08-28remake the box-size grid, nuke fluid grid docs, fix up examples, clean up ↵Mark Otto1-3/+6
form styles
2012-08-28fixes #4771: widen .form-horizontal labels and .dl-horizontal terms given ↵Mark Otto1-4/+4
larger font-size of 2.1.0
2012-08-27fixes #4729: only use margin-top on .help-block when it follows an input, ↵Mark Otto1-1/+8
select, textarea
2012-08-27Unescaped box-shadows to take advantage of new box-shadow mixinLuis Aleman1-1/+1
2012-08-27fixes #4725: width of .uneditable-input should match standard text input widthMark Otto1-1/+2
2012-08-27fixes #4562: correct select and input widths at 220px (changed with 2.1.0 ↵Mark Otto1-1/+1
when we changed padding)
2012-08-25fixes #4672 manually: placeholder commentMark Otto1-1/+1
2012-08-23Merge pull request #4560 from andriijas/2.1.1-wip-table-row-warningMark Otto1-0/+4
.warning for table tr and .info for .control-group
2012-08-22fixes #4591 properly: remove -1px left margin on .input-append .add-onMark Otto1-1/+4
2012-08-22Add info state to form validationAndreas Cederström1-0/+4
2012-08-21add css tests and stuff for #4528Mark Otto1-4/+4
2012-08-20fixes #4469 manually: reset width on file inputsMark Otto1-0/+1
2012-08-17fixes #4260 and #4322: set vertical-align to top on input-prepend components ↵Mark Otto1-2/+2
to solve modal rounding issues
2012-08-17fixes #4438: button groups in inline forms now render inlineMark Otto1-1/+3
2012-08-17fixes #4428: specifity on .search-query increasedMark Otto1-1/+1
2012-08-14remove bottom margin on radios and checkboxesMark Otto1-1/+1
2012-08-14fixes #3674: checkbox vertical alignment in IE9Mark Otto1-0/+1
2012-08-14fixes #4358: make select elements 30px tall to match inputsMark Otto1-2/+2
2012-08-13fixes #4265: restore chromium select fixMark Otto1-0/+1
2012-08-01increase horizontal padding on inputs given new font-sizeMark Otto1-1/+1
2012-08-01increase margin on checkboxes and radios to center properlyMark Otto1-1/+1
2012-07-30fixes #3665: ensure inputs in a fluid row maintain grid sizingMark Otto1-0/+4
2012-07-29use shorthand on form field transitions for box-shadow mixinMark Otto1-2/+1