aboutsummaryrefslogtreecommitdiff
path: root/less/input-groups.less
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Switch to inline comments for stylelint inline directives.XhmikosR1-1/+1
Otherwise the comments are actually output to the CSS.
2017-11-25move from csslint to stylelintMark Otto1-2/+4
2015-11-26Remove whitespacesGeremia Taglialatela1-1/+1
2015-11-14Ensure proper z-indexing in input-groupsMark Otto1-0/+4
2015-05-15Changed .input-group-addon to use @input-border-radius (along with sm/lgSupergibbs1-3/+3
variations)
2015-04-05property orderMark Otto1-1/+1
2015-02-27[Fixes #15944] Add Z-Index to avoid border overlapping Kevin Kirsche1-0/+1
[Fixes #15944] Add Z-Index to avoid border overlapping
2014-04-26Minor Spacing fixesNick Schonning1-2/+6
Flagged upstream in bootstrap-sass by scss-lint
2014-02-11Fixes #11659, #12698, and #12349: Always apply position and z-index form ↵Mark Otto1-0/+5
controls in input groups for proper borders
2013-12-16Fix handling of btn-group placed inside input-group-btn (used for mixing ↵Sebastian Podjasek1-6/+16
dropdowns with normal buttons)
2013-12-15Merge branch 'master' into pr/11817Mark Otto1-14/+23
Conflicts: dist/css/bootstrap.min.css less/input-groups.less
2013-12-14Fixes #11561: Add float: left; to .form-control within input groups to ↵Mark Otto1-0/+5
prevent IE9 from screwing up placeholder text and select menu arrows
2013-12-14Merge branch 'master' into pr/11435Mark Otto1-1/+1
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css
2013-12-10hide space characters in input-group-btn to fix segmented buttons double borderTobias Lindig1-2/+4
2013-11-30Fixes #11351: Correct grid class reset on input groups by using attribute ↵Mark Otto1-1/+1
selector, not an old class from v3 betas
2013-11-09Fix #11400 and #11431Zlatan Vasović1-11/+21
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