aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
AgeCommit message (Collapse)AuthorFilesLines
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
2012-12-19overhaul buttonsMark Otto1-6/+0
2012-12-10Fixes #6174: Caret alignment in small and mini buttonsMark Otto1-2/+4
2012-12-01remove single corner border-radius mixinsMark Otto1-8/+8
2012-11-30more vars changed, remove @white varMark Otto1-9/+9
2012-11-30more consistent variable naming patternsMark Otto1-18/+18
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-3/+3
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto1-10/+11
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html
2012-11-28Fixes #5594: Vertical button groups show use max-width, not width, and be ↵Mark Otto1-7/+7
scoped to immediate children buttons only
2012-11-28Fixes #5930: redeclare font-size for popoves in btn-groupsMark Otto1-1/+2
2012-11-28Fixes #5927: Scope button group 5px button left margin to immediate childrenMark Otto1-3/+3
2012-11-28Fixes #6035: use font-size vars in button groupsMark Otto1-3/+3
2012-11-22Merge branch '2.2.2-wip' into exploratoryMark Otto1-12/+12
Conflicts: less/button-groups.less
2012-11-18Fixes #5937: Border radius vars in button groupsMark Otto1-12/+12
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-24/+8
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-10-31Replaced hardcoded CSS rules with mixinsNinir1-24/+8
2012-09-30remove more ie7 css hacksMark Otto1-10/+0
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-6/+6
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-25remove all ie7 conditionals and mixinsMark Otto1-4/+1
2012-09-18fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ↵Mark Otto1-2/+1
start to add CSS tests for buttons
2012-09-12fixes #5107: make all .btn-group inline-block by default instead of just ↵Mark Otto1-4/+2
within a .btn-toolbar
2012-09-12change up box-shadow mixin usage everywhere to use escaping again, or local ↵Mark Otto1-2/+2
var if necessary for further var evaluation
2012-08-27Unescaped box-shadows to take advantage of new box-shadow mixinLuis Aleman1-2/+2
2012-08-27fixes #4718: add vertical-align: middle; to .btn-group to ensure proper ↵Mark Otto1-0/+1
alignment next to standard .btn
2012-08-20ie7 button group and button toggle padding changesMark Otto1-3/+7
2012-08-20fix vertical button-groups in ie7Mark Otto1-0/+1