aboutsummaryrefslogtreecommitdiff
path: root/less/input-groups.less
AgeCommit message (Collapse)AuthorFilesLines
2013-09-06fixes #10024: Use negative margin to fix the border between button and input ↵Mark Otto1-0/+8
in input groups
2013-09-01fixes #10223: adds color to input addonMark Otto1-0/+1
2013-08-14fix copypasta-o to fully fix #9295Chris Rebert1-1/+1
2013-08-12finish fixing #9295: add button group buttons to new input group sizingMark Otto1-2/+4
2013-08-12Newfangled input and button group sizing (fixes #9295)Mark Otto1-0/+11
Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling.
2013-08-11addressing #9189 manually, part 4: input group background varMark Otto1-1/+1
2013-08-05Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-3/+1
2013-08-05remove dupe border-boxMark Otto1-1/+0
2013-08-05Fix Issue #8175 - remove lh for input-lg|smgeedmo1-2/+0
2013-08-05Fix Issue #8175geedmo1-1/+1
2013-08-03Greater standardization of sizing terminologyChris Rebert1-2/+2
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-04add line-heightliuyl1-0/+2
2013-08-02move form layouts from input groups back to forms (messed this up in ↵Mark Otto1-41/+0
b281ad64096d919145159ffbc4e1a5b284708d9b)
2013-08-01Update input-groups.lessBass Jobsen1-1/+3
align inline radio and checkbox groups with their label for horizontal forms, see http://stackoverflow.com/q/17990310/1596547 (Question 2)
2013-07-31fixes #8937: align the dropdown menus in input groupsMark Otto1-0/+1
2013-07-27Input groups overhaulMark Otto1-0/+153
* Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679