aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-03Modal: Fix backdrop not readjusting when height changesHeinrich Fenkart1-1/+3
2014-11-04Fix modal backdrop overlaying the modal's scrollbarHeinrich Fenkart1-2/+1
2014-10-09fixes #13816 Modal dialog closes when dragging and releasing mouse button out...fat1-1/+0
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 matc...Mark Otto1-1/+1
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
2013-12-14Merge branch 'master' into pr/11162Mark Otto1-18/+17
2013-12-14Merge branch 'master' into pr/11107Mark Otto1-9/+10
2013-12-14Merge branch 'master' into pr/10951Mark Otto1-17/+9
2013-12-13use @zindex-modal for .modal and @zindex-modal-background for .modal-backdrop.Tobias Lindig1-3/+2
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto1-1/+1
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 click-...Mark Otto1-3/+3
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
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
2013-10-05removed outline from modalMartynas1-0/+1
2013-09-11Merge pull request #10569 from ZDroid/patch-2Mark Otto1-1/+1
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 a...Mark Otto1-1/+1
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 pos...Mark Otto1-6/+3
2013-07-26use transforms to make the dialog smoooothfat1-4/+4
2013-07-24Moved modals inline properties to variables.lesssyed1-7/+7
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
2012-12-20Add important flag to .show/.hide utility classes; remove .hide requirement f...Mark Otto1-0/+1