aboutsummaryrefslogtreecommitdiff
path: root/less/panels.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-4/+6
2016-06-01Fix typo in panels.less comment: Collapsable → Collapsible (#20017)Sébastien Santoro1-1/+1
[ci skip]
2015-03-28fixes #15830: properly reset border-radius on list items in collapsing panel ↵Mark Otto1-0/+6
groups
2015-01-17fixes #15493: inherit color on small/.small in .panel-titleMark Otto1-1/+5
2014-10-02Fixes #14711: Account for list groups in collapsing panelsMark Otto1-1/+5
2014-09-04Fixes #14437: Round the corners of table rows in panels as well as the cellsMark Otto1-0/+6
2014-08-27Fixes #14329: Fixed list-groups nested inside of collapsing panels, from ↵Mark Otto1-1/+2
@apexskier
2014-08-02Fixes #14253: Add borders for tables that follow bodies in panelsMark Otto1-1/+3
2014-07-23Fixes #14142: Adding horizontal padding to captions in tables in panels.Mark Otto1-0/+5
2014-06-08fixes #13375Mark Otto1-1/+2
2014-06-08Merge branch 'master' into pr/13736Mark Otto1-1/+1
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-06-04Resolves Issue #13689Ben Zumhagen1-1/+3
Doing this the right way this time. Hiding .panel-footer top border when preceeded by a .list-group. This should resolve the "double border" issue.
2014-06-04Fix bug where a panel recieve extra top borderSiarhei Khilko1-1/+1
https://github.com/twbs/bootstrap/issues/13734 A panel placed inside of a collapsible panel recieve extra top border. This commit reduces the effect of a selector to apply a border only to the collapsible panel body itself, not to any panel placed within it.
2014-03-06Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel ↵Mark Otto1-1/+0
because it apparently serves no purpose and cuts off nested dropdown menus.
2014-02-14Defined and use variables for .panel-heading & .panel-footer paddingrhaase1-2/+2
2014-02-08Fixes #12625: Only remove first list group item's top and last list group ↵Mark Otto1-8/+6
item's bottom borders when the list group is first or last
2014-02-08Merge branch 'master' into pr/12462Mark Otto1-37/+46
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-02-07Fixes #12447: Properly reset borders on table cells in panelsMark Otto1-37/+46
2014-02-05Added border radiuses to table when in a panel. Fixes #12461Supergibbs1-0/+4
2014-01-23Fix #12353: Scope table border reset in panels to first-child rowsMark Otto1-2/+2
2014-01-19remove border radius when it's not both ends in panelDaijiro Wachi1-7/+39
2014-01-10Fixes #12171: Ensure panel groups have a bottom margin since we nuke it on ↵Mark Otto1-0/+2
child panels
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-4/+4
This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger
2013-12-23Fixes #10492 better:Supergibbs1-13/+14
- Made more generic. Applies to "> .table" and "> .table-responsive > .table" to support td/tr background colors too and not just .table-striped - Supports tfoot
2013-12-22Fixes #10492 and some of #11970: round the proper corner on table cells in ↵Mark Otto1-1/+1
panels
2013-12-15minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09cChris Rebert1-9/+11
2013-12-15copyeditingChris Rebert1-1/+1
2013-12-15Fixes #10492 again, this time for last row's corners on striped tablesMark Otto1-0/+11
2013-12-14Fixes #11867: Add `@panel-body-padding` variableMark Otto1-1/+1
2013-12-09misc strictMath compliance fixesChris Rebert1-2/+2
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto1-1/+1
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
2013-12-04Fixes #11712: Better support for .table-responsive within .panel'sMark Otto1-0/+4
2013-11-30Fixes #11544: Add color: inherit; to .panel-title to ensure proper text ↵Mark Otto1-0/+2
color when customizing @headings-color
2013-11-28Fixes #11553: Prevent double border on tables in panels without thead contentMark Otto1-0/+4
2013-11-25Fix for Issue #11411Jesse Mandel1-1/+1
2013-11-02& > == >Gleb Mazovetskiy1-1/+1
2013-10-20more spacingMark Otto1-0/+1
2013-10-20Merge branch 'master' into pr/10656Mark Otto1-3/+6
Conflicts: dist/css/bootstrap.min.css
2013-09-16Dropdown in panel header does not inherit its colorsChris Ziogas1-0/+3
Fix for issue #10627
2013-09-11Fixes #10492: Account for responsive tables in panelsMark Otto1-3/+6
2013-09-05 account for last child bottom border; use 0 instead of noneMark Otto1-3/+8
2013-09-05Don't double border a bordered table within a panelKevin O'Connor1-0/+17
2013-09-03remove unused .panel-collapse rulesetMark Otto1-5/+0
2013-08-19`.table` style is duplicate in `List groups in panels` and `Tables in panels`saiwang1-3/+0
2013-08-18Refactor panels to have a base class for improved flexibility when ↵Mark Otto1-6/+8
customizing (and no overriding to start, too)
2013-08-18fixes #9786: enable tables in panelsMark Otto1-0/+20
2013-08-17Fixes #9752: clear floats in .panel-bodyMark Otto1-0/+1
2013-08-17Fixes #9552: Downsize and use whole numbers for panel title to prevent odd ↵Mark Otto1-1/+1
1px bug
2013-08-15fixes #9655: scrope list group styles in panels to immediate children onlyMark Otto1-1/+1