aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
AgeCommit message (Collapse)AuthorFilesLines
2013-11-30Merge branch 'master' into pr/11536Mark Otto1-32/+2
Conflicts: dist/css/bootstrap.min.css
2013-11-29Merge branch 'pr/11493'Mark Otto1-1/+2
Conflicts: dist/css/bootstrap.min.css
2013-11-28removed all caret border color settings.Tobias Lindig1-31/+0
2013-11-19add support for button dropdowns in justified button groupsaentan1-1/+5
2013-11-15Fixed button group button not being 100% widthSam Blowes1-1/+2
Example of issue here. https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG
2013-10-27Ditch ampZlatan Vasović1-1/+1
2013-10-20fixes #11126: remove box-shadow from open dropdown toggle with .btn-linkMark Otto1-0/+5
2013-08-18rm redundant ampersands from button-groups LESSChris Rebert1-5/+5
2013-08-18combine and simplify caret border widthsMark Otto1-3/+2
2013-08-18fixed caretliuyl1-1/+3
2013-08-15fixes #9596: proper dropup caret colorsMark Otto1-8/+10
2013-08-14fixes #9406: proper border for justified btn-groups inside tablesLuca Wehrstedt1-0/+1
2013-08-13enable button groups in vertical button groupsMark Otto1-13/+20
2013-08-13derpMark Otto1-8/+35
2013-08-12fix negative indenting in button group for nested button groupsMark Otto1-1/+4
2013-08-12drop the class on the button group toggles CSS (alt fix to #9297)Mark Otto1-2/+2
2013-08-12Newfangled input and button group sizing (fixes #9295)Mark Otto1-0/+8
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-05fixes #8647: remove focus outline on :focus of buttons in button groupsMark Otto1-0/+4
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto1-2/+2
saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less
2013-08-05More button updatesMark Otto1-4/+25
- Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups
2013-08-04fixes #8805: ensure .active buttons in button groups behave like :active buttonsMark Otto1-1/+2
2013-08-05btngroupsliuyl1-2/+2
2013-08-03Greater standardization of sizing terminologyChris Rebert1-3/+3
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-01add table-layoutliuyl1-0/+1
2013-07-29add focus to button group active button behaviorMark Otto1-0/+1
2013-07-28move things aroundsyed1-2/+2
Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html
2013-07-21refactor button-groups.lessliuyl1-5/+6
2013-07-18get button js working with actual form elements p coollfat1-2/+2
2013-07-07more nesting in button-groups.lessChris Rebert1-11/+15
2013-06-28Nuke hella thingsMark Otto1-4/+0
* Any mentions of .btn-mini * Old docs page that somehow found it's way back
2013-05-13Fix caret positionRobert Burns1-1/+0
2013-05-09Update button groups to use not selector and remove redundant CSS.Blake Embrey1-38/+28
2013-05-07Require .btn-default for regular buttonsMark Otto1-2/+2
* Instead of , use for standard, gray button * Improves ability to customize buttons by encouraging folks to not override .btn and thus overriding all button modifier classes * Updates docs to reflect the change * Reorganize buttons CSS
2013-05-03Fixes #7511: add support for nested button groups so you can use dropdowns ↵Mark Otto1-0/+15
in your button groups
2013-03-30fuck everything about .clear_float() -- restore .clearfix() as mixinMark Otto1-1/+1
2013-03-16Fix vertical button groupsMark Otto1-0/+1
2013-03-16Use form elements in checkbox and radio button groupsMark Otto1-0/+7
* Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat
2013-02-28Holy fucking shit fix that input group with buttons rounded corner noiseMark Otto1-1/+12
2013-02-28Remove margin between buttons in button groups; use border-radius mixins to ↵Mark Otto1-21/+9
avoid reseting border-radii that don't need resetting
2013-02-05Increase margins and line-height on h3; overhaul button dropdown docsMark Otto1-0/+1
2013-02-05Add justified button groups for link buttons; reorganize dropdowns and ↵Mark Otto1-0/+14
button groups docs sections
2013-02-02Add @btn-color variable and use in buttons and carets; fixes dropup caret as ↵Mark Otto1-10/+5
well
2013-01-16Restore button groupsMark Otto1-1/+1
2013-01-13Remove comment out code and simplify what's left for button group togglesMark Otto1-26/+5
2013-01-12buttons and button group flattening improvementsMark Otto1-19/+6
2013-01-12remove font-sizes from button group btn sizesMark Otto1-11/+0
2013-01-12finetune buttons flattened colorsMark Otto1-2/+2
2012-12-21flatten buttons and formsMark Otto1-29/+13
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-2/+4
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less less/type.less package.json
2012-12-19More button tweaksMark Otto1-4/+4