| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-11-28 | Fixes #5594: Vertical button groups show use max-width, not width, and be ↵ | Mark Otto | 1 | -7/+7 | |
| scoped to immediate children buttons only | |||||
| 2012-11-28 | Fixes #5930: redeclare font-size for popoves in btn-groups | Mark Otto | 1 | -1/+2 | |
| 2012-11-28 | Fixes #5927: Scope button group 5px button left margin to immediate children | Mark Otto | 1 | -3/+3 | |
| 2012-11-28 | Fixes #6035: use font-size vars in button groups | Mark Otto | 1 | -3/+3 | |
| 2012-11-18 | Fixes #5937: Border radius vars in button groups | Mark Otto | 1 | -12/+12 | |
| 2012-10-31 | Replaced hardcoded CSS rules with mixins | Ninir | 1 | -24/+8 | |
| 2012-09-18 | fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ↵ | Mark Otto | 1 | -2/+1 | |
| start to add CSS tests for buttons | |||||
| 2012-09-12 | fixes #5107: make all .btn-group inline-block by default instead of just ↵ | Mark Otto | 1 | -4/+2 | |
| within a .btn-toolbar | |||||
| 2012-09-12 | change up box-shadow mixin usage everywhere to use escaping again, or local ↵ | Mark Otto | 1 | -2/+2 | |
| var if necessary for further var evaluation | |||||
| 2012-08-27 | Unescaped box-shadows to take advantage of new box-shadow mixin | Luis Aleman | 1 | -2/+2 | |
| 2012-08-27 | fixes #4718: add vertical-align: middle; to .btn-group to ensure proper ↵ | Mark Otto | 1 | -0/+1 | |
| alignment next to standard .btn | |||||
| 2012-08-20 | ie7 button group and button toggle padding changes | Mark Otto | 1 | -3/+7 | |
| 2012-08-20 | fix vertical button-groups in ie7 | Mark Otto | 1 | -0/+1 | |
| 2012-08-19 | fixes #4458: improve support for .btn + .btn in .btn-groups and .btn-toolbars | Mark Otto | 1 | -2/+5 | |
| 2012-08-18 | fixes #4442: allow for .btn within a .btn-toolbar without .btn-group | Mark Otto | 1 | -0/+5 | |
| 2012-07-30 | update button styles to use updated 14px base font size, align carets to ↵ | Mark Otto | 1 | -17/+12 | |
| others with no opacity changes | |||||
| 2012-07-09 | wasn't feeling the new buttons, downsizing again until we get a better balance | Mark Otto | 1 | -13/+17 | |
| 2012-07-09 | updating docs examples to remove 13/18 resets, fix up buttons alignments and ↵ | Mark Otto | 1 | -14/+10 | |
| carets | |||||
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -2/+3 | |
| 2012-06-25 | fix dropdowns in button groups after font-size hack | Mark Otto | 1 | -1/+4 | |
| 2012-06-25 | prevent button group buttons from wrapping in tight spaces by removing ↵ | Mark Otto | 1 | -2/+13 | |
| floats and replacing with font-size: 0; inline-block hack | |||||
| 2012-06-19 | add basic vertical button group support | Mark Otto | 1 | -0/+30 | |
| 2012-04-24 | fix ie7 button group toggles and button borders | Mark Otto | 1 | -4/+2 | |
| 2012-04-23 | fix up buttons after recess property order | Mark Otto | 1 | -0/+1 | |
| 2012-04-02 | fix #2913: get more specific with button group selectors | Mark Otto | 1 | -15/+15 | |
| 2012-03-31 | remove @shadow instances and replace with escaped values, update mixins to ↵ | Mark Otto | 1 | -7/+2 | |
| not use a default value at all | |||||
| 2012-03-25 | revert bart's mixin fix | Mark Otto | 1 | -5/+7 | |
| 2012-03-23 | Merge branch 'bartt-master' into 2.0.3-wip | Mark Otto | 1 | -4/+5 | |
| Conflicts: docs/assets/bootstrap.zip docs/assets/css/bootstrap.css less/button-groups.less | |||||
| 2012-03-23 | fix other instances of mixins, swap use of box-shadow everywhere, include ↵ | Mark Otto | 1 | -4/+5 | |
| border-radius and transition | |||||
| 2012-03-23 | fix #2625 manually: account for dropup caret on large button | Mark Otto | 1 | -4/+9 | |
| 2012-03-22 | Dropdowns overhaul: | Mark Otto | 1 | -11/+28 | |
| 1. Removed broken and unused dropup examples from the navs/pills docs 2. New defaults for dropdown menus: all corners are rounded and always 1px offset from top unless otherwise specified 3. Refined active and open states for button dropdowns by adding a darker background color for each button variation when opened; also changed the opened dropdown-toggle's inset shadow to match that of an :active button 4. Generalized .dropdown.open to just .open, thus removing a few lines from button-groups.less. 5. Annnnnnnnnd I think that's it. | |||||
| 2012-03-12 | button group sizes for ie7 fixes | Mark Otto | 1 | -2/+8 | |
| 2012-03-10 | add button sizes to docs for button dropdowns, clean up styles for them | Mark Otto | 1 | -0/+21 | |
| 2012-03-05 | Merge branch 'charettes-small-button-dropdowns-caret' into 2.0.2-wip | Mark Otto | 1 | -5/+0 | |
| Conflicts: less/dropdowns.less | |||||
| 2012-03-05 | fix warning button issue per #2392 and add warning buttons to components | Mark Otto | 1 | -0/+1 | |
| 2012-03-04 | Fixed small button caret and moved less code to dropdowns | Simon Charette | 1 | -5/+0 | |
| 2012-02-21 | Merge branch '2.0/fork/components/dropup' of ↵ | Mark Otto | 1 | -0/+1 | |
| https://github.com/buraktuyan/bootstrap into buraktuyan-2.0/fork/components/dropup Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/navbar.less | |||||
| 2012-02-12 | change classname from .btn-dark to .btn-inverse, change use text | Mark Otto | 1 | -1/+1 | |
| 2012-02-10 | Added the carret of the button | Simon | 1 | -1/+2 | |
| 2012-01-30 | *really* refactor the buttons and update them all over the docs | Mark Otto | 1 | -5/+5 | |
| 2012-01-30 | Adding dropup support to split buttons and navbar | Burak Tuyan | 1 | -0/+1 | |
| * Documents the hidden .dropdown-menu.bottom-up option (to be used for dropups) * Extends the .bottom-up class to carets and all relevant caret styles * Adds .dropdown-menu.pull-right class for right-aligned dropdowns and dropups * Adds examples and some information to the "split dropdown" and "navbar" sections of the Docs | |||||
| 2012-01-28 | nav, buttons, and docs updates to account for outline: 0; on :active | Mark Otto | 1 | -0/+7 | |
| 2012-01-27 | rgba text color on active buttons for a bit more contrast from their ↵ | Mark Otto | 1 | -1/+2 | |
| non-active siblings | |||||
| 2012-01-27 | fixing up buttons and examples of implementing icons | Mark Otto | 1 | -1/+8 | |
| 2012-01-27 | clean up use of mixins to highlight them appropriately in your fav editor | Mark Otto | 1 | -2/+2 | |
| 2012-01-27 | IE7 fixes for split buttons and dropdowns | Pete Hopkins | 1 | -10/+20 | |
| 2012-01-27 | Adds necessary ie7-inline-block macros | Pete Hopkins | 1 | -0/+1 | |
| 2012-01-26 | moving structure around + more work on builder... | Jacob Thornton | 1 | -0/+121 | |
