aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26moving structure around + more work on builder...Jacob Thornton1-514/+0
2012-01-26fix legend margin collapseMark Otto1-2/+2
2012-01-26Makes inputs and buttons align middle so they line up in all browsersPete Hopkins1-4/+4
2012-01-26Clears border-radius on checkboxes because they look bad on IEPete Hopkins1-0/+1
2012-01-26Fixes off-by-1px between checkbox and form label (all browsers)Pete Hopkins1-1/+1
2012-01-26overhaul frontpage jumbotron, add js for twitter buttons back in, fix up ↵Mark Otto1-0/+6
some form ids and classes, straighten out the use of primary button variable
2012-01-25fix forms examples and allow for inputs in labelsMark Otto1-0/+11
2012-01-25fix select alignment and heightMark Otto1-3/+3
2012-01-25height auto on mutli selectMark Otto1-1/+1
2012-01-25enable support for form states on select elementsMark Otto1-0/+1
2012-01-25change form fields back to inline-block to allow for inline-help text in ↵Mark Otto1-1/+1
default form markup
2012-01-25updated comments in forms.less and added uneditable-textarea class to extend ↵Mark Otto1-2/+6
uneditable-input
2012-01-25move css builder and downloader to dedicated page, start to update remaining ↵Mark Otto1-2/+2
sections on LESS docs page
2012-01-24fix up docs css for responsive and subnav, fix forms error statesMark Otto1-3/+3
2012-01-24revamp alert message and error state color/text/bg to be variablesMark Otto1-6/+6
2012-01-24attempt to fix select list alignment in Firefox by removing padding. not ↵Mark Otto1-1/+0
quite fixed 100%, but getting there.
2012-01-23comment in forms'Mark Otto1-0/+1
2012-01-23cut margin in half on default formsMark Otto1-1/+4
2012-01-23Merge branch 'normalize' of https://github.com/necolas/bootstrap into ↵Mark Otto1-1/+10
necolas-normalize Conflicts: bootstrap.css bootstrap.min.css lib/type.less
2012-01-22:focus:required:invalid: ↵Jacob Thornton1-3/+3
http://www.alistapart.com/articles/forward-thinking-form-validation
2012-01-22fix sans-serif order in forms.less and rebuildJacob Thornton1-1/+1
2012-01-20Remove global reset in favour of contextual reset.Nicolas Gallagher1-2/+11
Rather than having a partial reset with individual elements having their styles built back up, only elements without replacement styles have specific properties 'reset'. This commit also includes: a correction to the font mixin arguments used on forms (the output is now valid CSS); the removal of `overflow-y:scroll` from the `html` element which is now known to cause some problems for jQuery modal plugins in Firefox.
2012-01-18don't scope placeholder text color to just inputsMark Otto1-6/+1
2012-01-15fix grid sized horizontal form layoutMark Otto1-3/+3
2012-01-15make horizontal form labels map to default grid sizingMark Otto1-7/+3
2012-01-14change up classes on tables and forms, fix nav list styles in exampleMark Otto1-6/+6
2012-01-14make inline and search form labels inline-blockMark Otto1-0/+4
2012-01-07overhaul the entire tabs component structure and docs; remove side nav and ↵Mark Otto1-0/+1
make it a nav list to build on new .nav base class
2012-01-07add html5 invalid state for super fancy errors via browserMark Otto1-0/+13
2012-01-07tweak spacing once more on prettify; add support for uneditable inputs to ↵Mark Otto1-3/+11
input-append and prepend
2012-01-07update form shadows and tweak prettyprint stylesMark Otto1-2/+2
2012-01-07fix form field sizing for selects, document form field grid sizingMark Otto1-21/+42
2012-01-07fix forms in navbars, fix examples' navbarsMark Otto1-1/+2
2012-01-06front page docs updated to include old getting started section, update code ↵Mark Otto1-0/+10
styles to look like github gists, and lots more docs updates
2012-01-05fixing conflict in dividers in navbar, fix navbar docs, fix search form in ↵Mark Otto1-1/+2
navbar
2012-01-05massive docs update, mostly to all our new forms, and to the buttonsMark Otto1-11/+21
2012-01-05Tweak the docs and address the new forms list of controls: radios and ↵Mark Otto1-5/+22
checkboxes are now hanging controls to wrap text properly
2012-01-05breaking out patterns.less even more, removing unnecessary div from checkbox ↵Mark Otto1-1/+2
and radio lists--now just labels and inputs
2011-12-30missing paranthesesMark Otto1-1/+1
2011-12-27add appended input example to docs, fix help-text wrapping issue by clearing ↵Mark Otto1-0/+1
float
2011-12-27allow select with size attr to not have fixed heightMark Otto1-1/+2
2011-12-27clean up some css for github issues: input prepend z-index, modals revamped ↵Mark Otto1-3/+1
for responsive
2011-12-21remove inline input field CSS since that's not required as all inputs are ↵Mark Otto1-21/+0
inline-block anyway
2011-12-21update comment on select bg bug and confirmed it was fixed, scoped ↵Mark Otto1-1/+1
responsive .span* to .row
2011-12-21docs updates, forms updated to include error states and more examples, ↵Mark Otto1-0/+1
remove text-shadow from gradientbar mixin to fix bug
2011-12-19mostly docs updates, but also some bug fixes per github issuesMark Otto1-1/+5
2011-12-10unstyle image inputsMark Otto1-1/+7
2011-11-29Merge branch 'form-feedback-fix' of https://github.com/tinyfly/bootstrap ↵Mark Otto1-3/+3
into tinyfly-form-feedback-fix Conflicts: bootstrap.css
2011-11-29scope form feedback states to .control-group instead of unused .clearfixJeff Adams1-3/+3
2011-11-29add input width calculation fix from #408 to the 2.0 branchJeff Adams1-1/+1