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 (Collapse)Author
2018-09-19Allow multiple ways of padding declaration for modal header (#26976)Martijn Cuppens
* #26967: Allow multiple ways of padding declaration for modal header * #26976: split vertical and horizontal modal padding
2018-08-28Remove extra line breakysds
2018-08-25Round corners on modal footerMark Otto
Matches the method used for the modal header. Fixes #26955.
2018-08-13Tweak modal transform (#27005)Martijn Cuppens
2018-07-25Merge branch 'v4-dev' into malkomich-v4-devMark Otto
2018-07-21fix `.modal-dialog-centered` on IE10/11Mohammad Younes
2018-07-21Fix modal overflow style nesting (#26742)Joshua David
Nest `.modal` styling directly under `.modal-open` to avoid issues when bootstrap is nested.
2018-07-08Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into ↵Mark Otto
malkomich-v4-dev
2018-03-04Adding a variable to handle the change of a modals border-radius. (#25691)Adam Kolinski
2017-11-25lets the centered modal have any height (#24803)Andres Galante
2017-10-30Add `.modal-dialog-centered` for optional vertically centered modal (#24510)Mark Otto
* Add .modal-dialog-centered for optional vertically cenetered modal Fixes #23638 * adds modal-dialog-centered class to docs and removes margin to avoid generating a vertical scrolling * mention limitations * fix aria attr * Add `width: 100%` to the .modal-content for the centered version. Adding it here to avoid adding another selector by limiting it to the centered modal modifier.
2017-10-23Refactor a few selectors. (#24404)XhmikosR
1. move a couple of them before the more specific ones. 2. change nesting to be under the same parent selector 3. use the ampersand more
2017-10-03Switch to stylelint. (#23572)XhmikosR
2017-10-03adds a border radius to modal headers (#23799)Andres Galante
2017-10-01extends the click area of the close btn on modals (#23783)Andres Galante
2017-08-22Add pointer-events declarationsPatrick H. Lauke
make outer `.modal-dialog` pass through events for custom click handling, counteract it for the actual `.modal-content`
2017-08-11Ensure alignment of modal dismiss when no .modal-title is presentMark Otto
2017-06-13(#22414) Renamed for consistency `$modal-dialog-sm-up-margin-y`, ↵Patrick Yeo
`$modal-content-xs-box-shadow`, `$modal-content-sm-up-box-shadow`, to `$modal-dialog-margin-y-sm-up`, `$modal-content-box-shadow-xs`, `$modal-content-box-shadow-sm-up`, respectively
2017-01-28Add new extra large size for modal containersJuan Carlos González Cabrero
2016-12-26lintingMark Otto
2016-12-26flex the footer and include some margin magicMark Otto
- we need to set margin for space between footer buttons as flexbox doesn't render HTML spaces like inline-block does - flexbox doesn't have collapsing margins or anything, so we hack it with some :not(:first-child) and :not(:last-child) action
2016-12-26flex the modal header so we can remove custom stylesMark Otto
updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox)
2016-12-26No need to override a margin-top that never was set; only specify ↵Mark Otto
margin-bottom override
2016-12-26Enable flex on the .modal-content, ensure .modal-body stretches the height ↵Mark Otto
(if needed)
2016-12-20Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵Mark Otto
Starsam80-fix-20982
2016-12-20Update _modal.scss (#21346)Jesse Mandel
pull->float comment
2016-12-20Add variables for transitions (#21345)Tom Lutzenberger
* Add variables for transitions * Add variables for transitions
2016-12-08Rename `.active` to `.show`Starsam80
2016-11-29Remove lots of duplication + minor cleanup (#21238)Starsam80
* Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method
2016-11-11renamed modal-title-padding to modal-header-paddingElliot Evans
2016-10-27Change variable for modal backdrop zindex, rearrange to be ordered from ↵Mark Otto
lowest to highest
2016-10-27Rename .in to .active to fix collapseStarsam80
2016-10-04Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)Chris Rebert
See https://bugs.webkit.org/show_bug.cgi?id=158342 Fixes #17695
2016-09-15replace some profanities (#20715)VarelloThemes
2016-02-16Extract $modal-content-border-width variableChris Rebert
[skip sauce] [skip validator]
2016-02-16Extract $modal-{header,footer}-border-width variablesChris Rebert
[skip sauce] [skip validator]
2016-02-16Extract $modal-dialog-sm-up-margin-y variableChris Rebert
[skip sauce] [skip validator]
2016-02-16Extract new $modal-dialog-margin variableChris Rebert
[skip sauce] [skip validator]
2016-02-09Fixes #18949: Remove extra margin overrides for buttons in .modal-footerMark Otto
2016-02-07Updat modal sizingMark Otto
- Switch from width to max-width for all widths to avoid scaling outside viewport bounds - Rejigger the media queries for a more logical breakpoint for the large and small modal sizes - Avoids changing the width of the default modal (nullifying #17794 and fixing #17581)
2016-01-17Extract variables for .modal-content box-shadowChris Rebert
[skip sauce] [skip validator]
2016-01-11Modals respect $enable-rounded settingAnders Sahlin
See issue: https://github.com/twbs/bootstrap/issues/18385
2015-08-23fix majority of scss linter errorsMark Otto
2015-08-18clean out comments that aren't all that helpfulMark Otto
2015-08-13fix fat's broke js... jk it was my shitty cssMark Otto
2015-08-05Merge branch 'master' into v4mMark Otto
2015-04-18more comments and formatting clean upMark Otto
2015-03-29fix orderMark Otto
2015-03-29Merge branch 'master' into v4Mark Otto
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-01-07Kill scss/mixins/_media-queries.scssChris Rebert
replaced media-xs => media-breakpoint-down(xs) replaced media-sm => media-breakpoint-up(sm) replaced media-sm-max => media-breakpoint-only(sm) replaced media-md => media-breakpoint-up(md) replaced media-md-max => media-breakpoint-only(md) replaced media-lg => media-breakpoint-up(lg)