aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2015-03-10Remove trailing whitespace in forms.lessGleb Mazovetskiy1-1/+1
2015-03-09rm `visibility` where redundant to `display`Chris Rebert4-6/+1
Refs #15755
2015-03-09Merge pull request #15755 from jitendravyas/masterChris Rebert1-1/+0
Removed `visibility: hidden !important` from `.hidden` class
2015-03-03Modal: Fix backdrop not readjusting when height changesHeinrich Fenkart2-2/+5
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
2015-03-02Add upstream patch commentPatrick H. Lauke1-0/+1
2015-02-28iOS fix for role="button" elements; [fixes #15935]Patrick H. Lauke1-0/+11
Fixes "clickability" issue (and more generally, the firing of events such as focus as well) for traditionally non-focusable elements with role="button" (see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile) Fixes #15935
2015-02-26Merge pull request #15826 from kkirsche/patch-19Mark Otto1-1/+1
[Fixes #15825] .initialism class should use mixin
2015-02-20Fix #15652: Set `position: relative` on .{radio,checkbox}-inlineKevin Kirsche1-0/+1
Closes #15656 by merging it.
2015-02-19Merge pull request #15699 from kkirsche/patch-8Chris Rebert1-0/+3
Fix #15691: .form-control-static changes height when empty
2015-02-19[Fixes #15691] .form-control-static changes height when emptyKevin Kirsche1-0/+3
[Fixes #15691] .form-control-static changes height when empty by setting the minimum height to the size it is when text is in the `.form-control-static` JSFiddle: http://jsfiddle.net/4pdo4yzo/ Compute the minimum height @line-height-computed = ~20px @font-size-base = 14px This should come to approx. 34px Add min-height to from-group-* per @cvrebert I had this wrong. The minimum height would depend on the font-size of that specific group, thus we need to declare it once for font-size-small and once also for font-size-large
2015-02-17Merge pull request #15703 from kkirsche/patch-9Mark Otto1-1/+5
[Fix Issue #15683] `readonly` input should not have a not-allowed cursor
2015-02-17[Fixes #15825] .initialism class should use mixinKevin Kirsche1-1/+1
[Fixes #15825] .initialism class should use text-uppercase() LESS mixin.
2015-02-08Merge pull request #15697 from kkirsche/patch-6Mark Otto1-1/+1
[Fix Issue #15682] .caret is smaller in Firefox than other browsers
2015-02-08Merge pull request #15728 from kkirsche/patch-11Mark Otto2-1/+4
[Fix Issue #15719] Add a variable for .form-group's margin-bottom
2015-02-05Removed visibility: hidden !important from .hidden classJitendra Vyas1-1/+0
This .hidden was taken from HTML 5 Boilerplate and yesterday we discussed on twitter that visibility: hidden !important can be removed now. https://twitter.com/jitendravyas/status/562940090553733121
2015-02-03[Fix Issue #15683] `readonly` input should not have a not-allowed cursorKevin Kirsche1-1/+5
[Fix Issue #15683] `readonly` input should not have a `not-allowed` cursor. Instead, this pull request displays a standard cursor and only displays the not-allowed cursor on disabled items. Revise docs wording to clarify cursor display
2015-02-02Use form-group margin variableKevin Kirsche1-1/+1
2015-02-02[Fix issue #15719] Add a variable for .form-group's margin-bottomKevin Kirsche1-0/+3
[Fix issue #15719] Add a variable for .form-group's margin-bottom
2015-02-02Extract responsive embed nested classesHaralan Dobrev1-8/+8
I think this is the more common coding convention across Bootstrap. Extract nested classes as first-class citizens and assume HTML would use both.
2015-01-29[Fix Issue #15682] .caret is smaller in Firefox than other browsersKevin Kirsche1-1/+1
[Fix Issue twbs/bootstrap#15682] .caret is smaller in Firefox than other browsers
2015-01-21Merge pull request #15628 from kkirsche/patch-1Mark Otto1-1/+2
[Fix Issue #15561] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied
2015-01-21Fix having multiple selectors on a single line.Kevin Kirsche1-1/+2
2015-01-21Fix issue twbs/bootstrap#15561Kevin Kirsche1-1/+1
Fix issue twbs/bootstrap#15561 regarding badges not shrinking to fit inside of .btn-group-xs
2015-01-20Add .glyphicon-* aliases for other ISO 4217-ish currency codesChris Rebert1-0/+4
Fixes #15617.
2015-01-19Trim whitespacesGeremia Taglialatela3-7/+7
2015-01-18fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵Mark Otto1-1/+1
to fix button sizing in Win 8.1 Chrome
2015-01-18Fixes #15142: Add position: relative; to .dropup for proper placement of menusMark Otto1-0/+1
2015-01-18Merge branch 'master' into pr/15278Mark Otto17-30/+69
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2015-01-17fixes #15493: inherit color on small/.small in .panel-titleMark Otto1-1/+5
2015-01-17Merge pull request #15551 from lee101/masterMark Otto1-1/+1
Fix table-striped to work with bootstraps tooltips on rows
2015-01-16Added blank line between selectors in badgesKevin Jannis1-0/+4
2015-01-16.form-control: add note about <select> & border-radiusChris Rebert1-1/+1
Refs #15340
2015-01-16Added blank lines between selectors for alertsKevin Jannis1-0/+5
2015-01-15Fixes #15536, #15559: Add .form-group sizing support to .form-control-staticMark Otto1-0/+12
2015-01-15Merge pull request #15567 from twbs/fix-15565Mark Otto1-1/+1
Use @link-hover-decoration for .btn-link too; fixes #15565
2015-01-15Merge pull request #15482 from liias/patch-1Mark Otto1-0/+1
Add .disabled class styling for .btn-styles in theme
2015-01-15Added blank line between selectors in jumbotronKevin Jannis1-0/+1
2015-01-14Use @link-hover-decoration for .btn-link too; fixes #15565Chris Rebert1-1/+1
[skip sauce] [skip validator]
2015-01-13Fix table-striped to work with bootstraps tooltips on rowsLee Penkman1-1/+1
2015-01-02Add .disabled class styling for .btn-stylesliias1-0/+1
Bootstrap itself has .btn-default.disabled styled. IE8 with angularjs has some weird behaviour if anchor has disabled attribute set, so I use disabled class as a workaround and assume the .disabled class styles the buttons the same as disabled attribute would.
2014-12-29Disable .glyphicon-door & .glyphicon-key for the time beingChris Rebert1-2/+8
Closes #15419 Refs #10106
2014-12-22Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto6-6/+8
Conflicts: dist/css/bootstrap.css.map
2014-12-22Fixes #15422: Alternate fix for temporal input sizing in input groupsMark Otto1-12/+10
2014-12-22Add summary of #11526 to explanatory Less commentChris Rebert1-1/+1
[skip sauce] [skip validator]
2014-12-22IE11 & current Firefox are still affected.Chris Rebert1-2/+2
Refs #11623
2014-12-22add more refs to browser-related bugs in Less commentsChris Rebert4-3/+5
2014-12-22Reference iOS Safari temporal input bug in explanatory Less commentChris Rebert1-1/+1
Refs #11266, #13098, #15415 [skip sauce] [skip validator]
2014-12-22Remove reference to old fixed WebKit bug in Less comment.Chris Rebert1-2/+1
Per https://github.com/twbs/bootstrap/issues/1969#issuecomment-36971094 [skip sauce] [skip validator]
2014-12-20Merge pull request #15391 from stubbornella/masterMark Otto1-0/+4
Fixes #14990: Media bodies take up full width
2014-12-20Merge pull request #15307 from vsn4ik/part_of_15148Mark Otto1-0/+1
Fix part of #15148.