Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-26move from csslint to stylelintMark Otto
2015-08-05fixes #16769: use a clearfix on the .modal-header instead of a min-height to ...Mark Otto
2015-03-03Modal: Fix backdrop not readjusting when height changesHeinrich Fenkart
2014-11-05Fix modal backdrop overlaying the modal's scrollbarHeinrich Fenkart
2014-10-10fixes #13816 Modal dialog closes when dragging and releasing mouse button out...fat
2014-10-03fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in Safarifat
2014-06-11hidden and autoMark Otto
2014-06-11fixes 13609 - Modal is shifting left just before the hiding animationfat
2014-05-22Applied translate3d to modal, navbar-fixed and affix to combat browser repaintItsJonQ
2014-03-17fixes #9855fat
2014-03-10Use `outline: 0` consistentlyZlatan Vasović
2014-02-23Update modals to use more consistent padding—modal body and footer now matc...Mark Otto
2014-02-21Removed unnecessary top margin from .modal-footerChris Kankiewicz
2014-02-04Fixes #12470: Scope large modal styles to minimum viewport widthMark Otto
2014-01-16add & use @modal-md Less var for uniformityChris Rebert
2013-12-16Merge branch 'master' into pr/11676Mark Otto
2013-12-15Merge branch 'master' into pr/11162Mark Otto
2013-12-15Merge branch 'master' into pr/11107Mark Otto
2013-12-15Merge branch 'master' into pr/10951Mark Otto
2013-12-13use @zindex-modal for .modal and @zindex-modal-background for .modal-backdrop.Tobias Lindig
2013-12-09Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto
2013-12-03Fixes #11669 - Adds smooth modal scrolling on iOS by defaultJoah Gerstenberg
2013-11-30Fix up new margins on modals by not setting auto until screen-sm-minMark Otto
2013-11-30Fixes #11425: Use margin instead of padding on .modal-dialog to enable click-...Mark Otto
2013-10-21Adjust in modal size rulesLFeh
2013-10-21fixes #11139: add position: relative; to .modal-dialog so that z-index takes ...Mark Otto
2013-10-18Options of sizes added in modalLFeh
2013-10-15Customizable backdrop opacityGeremia Taglialatela
2013-10-07Half fix for #9855: Don't fuck with margins for open modal dialog on account ...Mark Otto
2013-10-05removed outline from modalMartynas
2013-09-12Merge pull request #10569 from ZDroid/patch-2Mark Otto
2013-09-12remove unnecessary right and left properties on .modal-dialogMark Otto
2013-09-11Again?Zlatan Vasović
2013-08-21deprecate @screen-{phone,tablet,desktop} varsChris Rebert
2013-08-20fixes #9855: account for modal overflow on body hiding scrollbarMark Otto
2013-08-12Drop background-clip and background-size mixins since they have no prefixes a...Mark Otto
2013-08-05Fixes #8723: allow modals to not need the .fade class /cc @fatMark Otto
2013-07-28fixes #8665: have modals use auto margin on sides and widen it instead of pos...Mark Otto
2013-07-27use transforms to make the dialog smoooothfat
2013-07-24Moved modals inline properties to variables.lesssyed
2013-07-16remove webkit-overflow-scrolling from modal for now /cc #8495Mark Otto
2013-04-27Adding media queries breakpoints variablesKevin
2013-04-13add modal variables and tweak padding for min-height on modal titleMark Otto
2013-04-07Added min-height to modal-header for modals with no header textGarvin
2013-03-06make less files compile with strict maths in 1.4.0Luke Page
2013-03-01Fixes #6935: Use standard decimal points for .opacity() mixinMark Otto
2013-02-08finish modal tweaksMark Otto
2013-02-08update docs modalsMark Otto
2013-02-06Overhaul modal to make it responsive and not super lameMark Otto
2012-12-21Add important flag to .show/.hide utility classes; remove .hide requirement f...Mark Otto