aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
AgeCommit message (Collapse)AuthorFilesLines
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
2012-03-28fix #2846: Firefox required two clicks on selects to get to options dropdownMark Otto1-1/+1
2012-03-25jankify the IE7 horizontal forms a bit more to account for no labels before ↵Mark Otto1-0/+3
.controls, per #2728
2012-03-25give IE7 inline-block behavior for input-prepend/appendMark Otto1-0/+1
2012-03-25remove padding on .search-query for IE7-8 since it doesn't pick up large ↵Mark Otto1-0/+2
border-radius
2012-03-25revert bart's mixin fixMark Otto1-2/+3
2012-03-23Merge branch 'bartt-master' into 2.0.3-wipMark Otto1-2/+2
Conflicts: docs/assets/bootstrap.zip docs/assets/css/bootstrap.css less/button-groups.less
2012-03-23fix other instances of mixins, swap use of box-shadow everywhere, include ↵Mark Otto1-2/+2
border-radius and transition
2012-03-23Fix #2758: Uneditable inputs in input-prepend/appendMark Otto1-2/+2
1. Added a missing comma to the input-append's form control stack () to fix border-radius 2. Add to the .uneditable-input in forms to remove the float as we do with all other form controls
2012-03-23add comment for append/prepend z-indexingMark Otto1-0/+1
2012-03-22add shell of tests page, lighten form actions background and give it a variableMark Otto1-1/+1
2012-03-22fix #2718, misaligned uneditable inputs in prepends/appendsMark Otto1-1/+1
2012-03-22remove bug in docs for example icon in an input-prepend by removing margin ↵Mark Otto1-0/+1
on any input/select/etc in an input-prepend/append
2012-03-12add a super jank fix for horizontal-forms and .input-prepend/append in IE7Mark Otto1-0/+5
2012-03-11enable buttons in input-append and input-prependMark Otto1-4/+11
2012-03-11resolve #1972, allowing add-ons at beginning and end of input-prepend/appendMark Otto1-2/+21
2012-03-11fix more spacing issues with input append/prependMark Otto1-7/+4
2012-03-11simplify code for input-prepend/append in inline and search formsMark Otto1-6/+7
2012-03-11remove need for floats and IE hacks for input-prepend and input-append--boomMark Otto1-18/+2
2012-03-06set font-family for inputs and such via basefontfamilyMark Otto1-1/+1
2012-03-05fix input grid sizing, fix background color on form actions and append add-onsMark Otto1-2/+2
2012-03-05add a ton new variables for type, buttons, inputsMark Otto1-7/+7
2012-02-27make .input-prepend/append .add-on text color the same as labels, #333, to ↵Mark Otto1-1/+0
close out #2276
2012-02-22Merge branch 'couchbaselabs-clearfix-ing-form-actions' into 2.0.2-wipMark Otto1-0/+1
2012-02-22Merge branch 'clearfix-ing-form-actions' of ↵Mark Otto1-0/+1
https://github.com/couchbaselabs/bootstrap into couchbaselabs-clearfix-ing-form-actions
2012-02-21rewrite the grid system. Clean shit up tons - only generate 12 columns by ↵Jacob Thornton1-3/+3
default - custom builder will do differently if you request it.
2012-02-21update forms help-blockMark Otto1-4/+11
2012-02-21.input-append should work for select element, fixes #2137Laszlo Toeroek1-0/+2
2012-02-20update inline forms to resolve checkbox label with space in it and ↵Mark Otto1-1/+12
overlapping content, per #1969
2012-02-17fix duplicate input prepend/append css selectors per #2026Mark Otto1-3/+3
2012-02-16bring back checkbox borders to iOS by conditionalizing the border: 0; on it ↵Mark Otto1-1/+4
to IE7-9; fix word break on pre in IE
2012-02-14Adding .clearfix() to .form-actions to allow for .pull-right button containersBigBlueHat - Web Manufacturer1-0/+1
2012-02-13change up fonts on form elements to remove unnecessary font-family on label ↵Mark Otto1-1/+7
element, per #1950
2012-02-12ensure help-block is block per #1937Mark Otto1-0/+1
2012-02-12add navbar background hover variable and fix uneditable-input with ↵Mark Otto1-0/+1
append/prepend controls
2012-02-11update comment to reflect ie supportMark Otto1-1/+1
2012-02-11reset line-height for file input in ie9Mark Otto1-0/+5
2012-02-11support small for legend per #1544Mark Otto1-0/+6