aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
AgeCommit message (Collapse)AuthorFilesLines
2011-10-31Merge branch 'dev' of github.com:twitter/bootstrap into devMark Otto1-0/+2
Conflicts: bootstrap.css
2011-10-31remove fixed height from select elements for IE7Mark Otto1-0/+1
2011-10-29Merge branch 'master' of github.com:twitter/bootstrap into devJacob Thornton1-0/+2
Conflicts: bootstrap.css bootstrap.min.css lib/forms.less
2011-10-19remove redundant styles from inline formsMark Otto1-9/+0
2011-10-10fixing form input width sizing, removing unused CSSMark Otto1-1/+1
2011-10-10adjust width calculations for formColumns to fix issue #404Jeff Adams1-1/+1
2011-10-09improve text color and borders for legibilityMark Otto1-7/+7
2011-10-09new form state styles with lighter footprintMark Otto1-80/+23
2011-10-09add extra states to the form examplesMark Otto1-17/+88
2011-10-08remove select from the new form grid sizes and let them inherit the default ↵Mark Otto1-3/+7
grid ones
2011-10-04fixing multi select on chromium ubuntu by setting background color explicitlyMark Otto1-0/+1
2011-10-03more small changes to compiled css to try things outMark Otto1-1/+1
2011-10-03scope the label back to the form elementMark Otto1-1/+1
2011-10-03make it so that checkboxes and radio options-list can have wrapping labels; ↵Mark Otto1-0/+3
needs to be cross browser tested yet
2011-10-03overhaul the grid CSS to make it more durable for tables and forms to use ↵Mark Otto1-2/+0
the same sizing methods; need to see about improving this in the future
2011-10-03resolve issue with form fields and errors causing no space between fields ↵Mark Otto1-2/+2
with consecutive errors; needs more work, but will address later
2011-09-16fixing conflict and recompilingMark Otto1-4/+4
2011-09-15move clearfix logic back onto clearfix class for ie7Jacob Thornton1-1/+1
2011-09-15little fixes for ie 7Jacob Thornton1-3/+3
2011-09-14allow multi-select lists in formsMark Otto1-0/+5
2011-09-13apply clearfix to appended input pattern to clear the floatsMark Otto1-0/+1
2011-09-12comment out box-shadow on masthead and footer in docs.css because Opera ↵Mark Otto1-3/+5
sucks at inset box-shadow :"
2011-09-11fix problem with error styles in forms that clashed with alert-messages by ↵Mark Otto1-2/+2
qualifying the .error with .clearfix
2011-09-11make input prepend styles look a bit betterMark Otto1-6/+8
2011-09-11remove qualifying tags in .span selectors for built in grid so that we can ↵Mark Otto1-0/+29
use .span-n classes in form styles
2011-09-11oops, double commit last time; apply fixes to make select elements line up ↵Mark Otto1-4/+2
in IE7 with their labels, but no height fix
2011-09-11fix legends in ie7Mark Otto1-0/+3
2011-09-11fix legends in ie7Mark Otto1-2/+2
2011-09-10overhaul docs CSS since it was scalable, converted docs mastheads and ↵Mark Otto1-22/+25
footers to classes and HTML5 elements, add masthead to js docs page but make it slate so it looks cool and stands out
2011-09-10trying to solve firefox active outline, make .input less specificMark Otto1-1/+1
2011-09-09fix the stacked form legend styleMark Otto1-1/+1
2011-09-09bug fixingMark Otto1-5/+9
2011-09-08bump css to 1.3.0, update makefile to reflect that, update form css to ↵Mark Otto1-1/+1
prepend form to the .clearfix to prevent some bullshit, small tweaks elsewhere
2011-09-04addng docs for the themes stuff and examplesMark Otto1-4/+4
2011-09-02tweak readonly, disabled, and uneditable form elementsMark Otto1-17/+42
2011-09-02fix broken checkbox in ie7Mark Otto1-0/+1
2011-09-02update the file input to undo the damage of the generic input selectorMark Otto1-5/+8
2011-09-01for html5 style all inputs -- then unstyle checkbox, radio, button, reset, ↵Jacob Thornton1-13/+33
submit
2011-08-25resolve conflicts in merging in other branchMark Otto1-153/+153
2011-08-25base import of normalize into the reset css, tweaks to selector specificity ↵Mark Otto1-154/+154
across the board
2011-08-22append checkbox to password input #36Jacob Thornton1-2/+4
2011-08-21Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+8
Conflicts: bootstrap-1.0.0.css bootstrap-1.0.0.min.css docs/index.html
2011-08-21re-add div to error classMark Otto1-2/+2
2011-08-21resolve conflictsMark Otto1-0/+7
2011-08-21merge in master, resolve conflictsMark Otto1-14/+14
2011-08-21Merge branch 'misc_css_fixes' of github.com:twitter/bootstrap into ↵Jacob Thornton1-15/+15
misc_css_fixes Conflicts: lib/forms.less
2011-08-21more little ie6-7 hacks :/Jacob Thornton1-0/+11
2011-08-21remove tags from form selectorsMark Otto1-14/+14
2011-08-20fix error styles a bit on stacked form fieldsMark Otto1-0/+7
2011-08-16update whitspace and comment stylesJacob Thornton1-5/+17