aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
AgeCommit message (Collapse)AuthorFilesLines
2019-02-11less/modals.less: Add missing semicolon.XhmikosR1-1/+1
2017-11-25move from csslint to stylelintMark Otto1-6/+6
2015-08-04fixes #16769: use a clearfix on the .modal-header instead of a min-height to ↵Mark Otto1-1/+1
avoid collapsing when only a dismiss button is available and no .modal-title
2015-03-03Modal: Fix backdrop not readjusting when height changesHeinrich Fenkart1-1/+3
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
2014-11-04Fix modal backdrop overlaying the modal's scrollbarHeinrich Fenkart1-2/+1
Fixes #14916.
2014-10-09fixes #13816 Modal dialog closes when dragging and releasing mouse button ↵fat1-1/+0
outside dialog
2014-10-02fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in Safarifat1-2/+2
2014-06-10hidden and autoMark Otto1-2/+2
2014-06-10fixes 13609 - Modal is shifting left just before the hiding animationfat1-2/+5
2014-05-21Applied translate3d to modal, navbar-fixed and affix to combat browser repaintItsJonQ1-2/+2
2014-03-16fixes #9855fat1-0/+9
2014-03-10Use `outline: 0` consistentlyZlatan Vasović1-1/+1
2014-02-22Update modals to use more consistent padding—modal body and footer now ↵Mark Otto1-1/+1
match modal header
2014-02-20Removed unnecessary top margin from .modal-footerChris Kankiewicz1-1/+0
2014-02-04Fixes #12470: Scope large modal styles to minimum viewport widthMark Otto1-2/+3
2014-01-15add & use @modal-md Less var for uniformityChris Rebert1-1/+1
2013-12-15Merge branch 'master' into pr/11676Mark Otto1-7/+15
Conflicts: less/modals.less
2013-12-14Merge branch 'master' into pr/11162Mark Otto1-18/+17
Conflicts: less/modals.less
2013-12-14Merge branch 'master' into pr/11107Mark Otto1-9/+10
Conflicts: docs-assets/js/raw-files.js
2013-12-14Merge branch 'master' into pr/10951Mark Otto1-17/+9
Conflicts: dist/css/bootstrap.min.css less/modals.less
2013-12-13use @zindex-modal for .modal and @zindex-modal-background for .modal-backdrop.Tobias Lindig1-3/+2
removed z-index for .modal-dialog, it was not necessary because the parent element (.modal) already has a z-index.
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-02Fixes #11669 - Adds smooth modal scrolling on iOS by defaultJoah Gerstenberg1-1/+2
2013-11-30Fix up new margins on modals by not setting auto until screen-sm-minMark Otto1-4/+1
2013-11-29Fixes #11425: Use margin instead of padding on .modal-dialog to enable ↵Mark Otto1-3/+3
click-thru to .modal-backdrop
2013-10-21Adjust in modal size rulesLFeh1-9/+8
2013-10-20fixes #11139: add position: relative; to .modal-dialog so that z-index takes ↵Mark Otto1-0/+1
effect
2013-10-18Options of sizes added in modalLFeh1-0/+8
2013-10-15Customizable backdrop opacityGeremia Taglialatela1-1/+1
2013-10-07Half fix for #9855: Don't fuck with margins for open modal dialog on account ↵Mark Otto1-8/+0
of Lion non-scrollbars and inconsistencies elsewhere
2013-10-05removed outline from modalMartynas1-0/+1
2013-09-11Merge pull request #10569 from ZDroid/patch-2Mark Otto1-1/+1
Change @screen-* to @screen-*-min
2013-09-11remove unnecessary right and left properties on .modal-dialogMark Otto1-2/+0
2013-09-11Again?Zlatan Vasović1-1/+1
2013-08-21deprecate @screen-{phone,tablet,desktop} varsChris Rebert1-1/+1
2013-08-19fixes #9855: account for modal overflow on body hiding scrollbarMark Otto1-0/+8
2013-08-12Drop background-clip and background-size mixins since they have no prefixes ↵Mark Otto1-1/+1
anyway
2013-08-04Fixes #8723: allow modals to not need the .fade class /cc @fatMark Otto1-2/+2
2013-07-27fixes #8665: have modals use auto margin on sides and widen it instead of ↵Mark Otto1-6/+3
positioning and negative margin
2013-07-26use transforms to make the dialog smoooothfat1-4/+4
2013-07-24Moved modals inline properties to variables.lesssyed1-7/+7
In this commit I moved modals.less inline properties to variables.less and also added those variables to customize.html.
2013-07-16remove webkit-overflow-scrolling from modal for now /cc #8495Mark Otto1-1/+0
2013-04-27Adding media queries breakpoints variablesKevin1-1/+1
2013-04-12add modal variables and tweak padding for min-height on modal titleMark Otto1-4/+4
2013-04-06Added min-height to modal-header for modals with no header textGarvin1-0/+1
2013-03-06make less files compile with strict maths in 1.4.0Luke Page1-2/+2
2013-02-28Fixes #6935: Use standard decimal points for .opacity() mixinMark Otto1-2/+2
2013-02-07finish modal tweaksMark Otto1-19/+15
2013-02-07update docs modalsMark Otto1-5/+7
2013-02-06Overhaul modal to make it responsive and not super lameMark Otto1-37/+80