aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
AgeCommit message (Collapse)AuthorFilesLines
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
2012-12-20Add important flag to .show/.hide utility classes; remove .hide requirement ↵Mark Otto1-0/+1
from modals
2012-12-19Remove @black and just use #000Mark Otto1-1/+1
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto1-0/+1
Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less
2012-12-02Add relative positioning to .modal-body - Fixes #5991Blake Embrey1-0/+1
2012-11-30remove sprites vars, change zindex varsMark Otto1-2/+2
2012-11-30more vars changed, remove @white varMark Otto1-2/+2
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-3/+6
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-10-31fixes #3222: simpler positioning of modalsMark Otto1-3/+3
2012-10-29derp, add that in the right spotMark Otto1-5/+3
2012-10-29fixes #4511: remove focus on opened modal windowMark Otto1-0/+5
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-3/+2
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-24change tooltip/popover insert strategyJacob Thornton1-10/+0
remove modal-open class hopefully resolve z-index headaches
2012-09-24reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53Jacob Thornton1-1/+1
2012-09-10fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic ↵Mark Otto1-1/+0
modal right padding issues with scrollbars
2012-09-07fixes #5018: .btn-block in .modal-footer no longer has left marginMark Otto1-0/+4
2012-08-27fix for open elements under modal when .modal-openJacob Thornton1-2/+3
2012-07-24modal heading line-heightMark Otto1-1/+1
2012-07-24fix h3 in modal and make modal unhidden by removing important from earlier issueMark Otto1-0/+5
2012-06-28standardize top level file commentsMark Otto1-2/+4
2012-04-01Corrected "resises" to "resides"Alec Rust1-1/+1
2012-03-11enable button groups in modal-footer by removing 5px added margin between .btnMark Otto1-0/+4
2012-02-27simplify selector for .modal-form per #2218Mark Otto1-1/+1
2012-02-22update modal footers to use text-align instead of float on buttons for alignmentMark Otto1-3/+5
2012-02-19move overflow and max-height on modal to modal-body insteadMark Otto1-1/+2
2012-02-12clean up modals.less comments, add new class for optional use on modal forms ↵Mark Otto1-0/+11
to remove bottom margin
2012-01-28add trailing ;Jacob Thornton1-4/+4
2012-01-28Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wipJacob Thornton1-1/+1
2012-01-28fix z-index issue with modals for popovers,tooltips,and dropdownsJacob Thornton1-0/+7
2012-01-28increase padding on modal-header after decreasing h3 line-heightMark Otto1-1/+1
2012-01-27use quotes on attr selectors more consistentlyMark Otto1-1/+1
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+65