aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
AgeCommit message (Collapse)AuthorFilesLines
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
2012-07-24fix search form, mostly in navbarMark Otto1-1/+1
2012-07-10fixes #3605: add support for input-prepend/-append to .form-searchMark Otto1-5/+24
2012-07-09fixes #3384: add support for multiple inputs per line when using grid sizingMark Otto1-0/+10
2012-07-09fixes #3973: same border on disabled inputs as default inputs:Mark Otto1-1/+0
2012-07-07reoder forms a bitMark Otto1-29/+36
2012-07-07docs pre font-size and nowrap on prepend/appendMark Otto1-0/+1
2012-07-06vertically align inline form contentMark Otto1-0/+1
2012-06-28standardize top level file commentsMark Otto1-3/+3
2012-06-25use @textColor to change help-block/help-inline font colorMark Otto1-1/+1
2012-06-19round select list cornersMark Otto1-1/+1
2012-06-14improve inline-block of append/prepend inputs with font-size: 0;Mark Otto1-0/+3
2012-06-04#3684: reset width to auto for input type='image'Mark Otto1-1/+2
2012-06-04fix #3693: rounded corners on search formMark Otto1-1/+1
2012-06-04fix placeholder for FF by attaching input and textarea when we call the mixinMark Otto1-1/+4
2012-05-28fix broken css tests, add fluid input-prepend/-append to tests, fix ↵Mark Otto1-0/+9
input-prepend/append for responsive for both fluid and fixed sizing
2012-05-25remove color from labelsMark Otto1-1/+0
2012-05-17fix resizing issues from incorrectly changing <767px grid classes to ↵Mark Otto1-0/+4
inline-block, fix height issue on textareas
2012-05-15Merge branch '2.0.4-wip-forms' of github.com:twitter/bootstrap into ↵Mark Otto1-23/+16
2.0.4-wip-forms
2012-05-15finish fixing uneditable-input and remakeMark Otto1-2/+4
2012-05-15updated forms to rearrange focus state, reinstate uneditable-input, and a ↵Mark Otto1-24/+18
few other cleanup tidbits
2012-05-15correct regressions against 2.0.3Mark Otto1-12/+25
2012-05-14consolidate and relabel new form selectorsMark Otto1-13/+3
2012-05-14add forms test page for all html5 input types and refactor selectorsMark Otto1-71/+60
2012-05-13#3449: make legend and form-actions the same border colorMark Otto1-2/+2
2012-05-10Update .placeholder() mixin call Milos Gavrilovic1-1/+1
In less/mixins.less this mixin is being created with @placeholderText color as default, which is actually set as @placeholderText: @grayLight in less/variables.less so it's redundant to make call like this: .placeholder(@grayLight);
2012-04-24fix #3179: cut off radios and checkboxesMark Otto1-1/+1
2012-04-23remove background color from radios and checkboxes for IEsMark Otto1-0/+8
2012-04-16lots of property orderingJacob Thornton1-18/+18
2012-04-15fix #2990: text wrapping in .uneditable-inputMark Otto1-0/+3
2012-04-14fix #2989: clear .checkbox/.radio floatsMark Otto1-0/+1
2012-04-14Merge branch 'au-phiware-patch-1' into 2.0.3-wipMark Otto1-1/+1
2012-04-15Silence comment (just like the others)au-phiware1-1/+1
2012-04-14fix #3036: add bg color to inputsMark Otto1-0/+1
2012-04-07Merge branch 'jasny-patch-2' into 2.0.3-wipMark Otto1-4/+8
Conflicts: less/forms.less
2012-04-07readd bootstrap.zip, add @inputBorderRadius var to close #2946Mark Otto1-7/+7
2012-04-05Allow multiple buttons in `.input-prepend` and `.input-append`. Arnold Daniels1-1/+8
This has a look similar to button groups.
2012-04-02fix #2908: unfloat inputs using .span* in fluid rowMark Otto1-1/+6
2012-03-31remove @shadow instances and replace with escaped values, update mixins to ↵Mark Otto1-3/+1
not use a default value at all