aboutsummaryrefslogtreecommitdiff
path: root/less/popovers.less
AgeCommit message (Collapse)AuthorFilesLines
2018-11-18Remove a few duplicate selectors.XhmikosR1-17/+13
2018-10-08Go back to single colon pseudo elements.XhmikosR1-7/+7
This is for backwards compatibility with the browsers we support in v3.
2018-10-08Switch to inline comments for stylelint inline directives.XhmikosR1-1/+1
Otherwise the comments are actually output to the CSS.
2017-11-25move from csslint to stylelintMark Otto1-46/+45
2015-04-08Reset text/font properties more thoroughly for tooltips+popovers; fixes #15925Chris Rebert1-8/+4
[skip sauce]
2014-12-19fix "propertes" typos in commentsChris Rebert1-1/+1
2014-11-07Fixes #15046: Add full font overrides for popovers and tooltipsMark Otto1-0/+1
2014-08-26Less: Remove empty lines and blanks.vsn4ik1-1/+0
2014-08-23Fixes #14386: Reset font, text, and line-height properties in popoversMark Otto1-3/+5
2014-03-06Fixes #12934mrmrs1-1/+1
2014-02-10use @popover-arrow-width for offset the popover to account for the popover arrowTobias Lindig1-4/+4
2014-02-02Tightening up popover arrow css scope to apply only to direct descendant arrows.Cina S1-7/+7
2013-08-12Drop background-clip and background-size mixins since they have no prefixes ↵Mark Otto1-2/+0
anyway
2013-08-08Fix Find/Replace-o; good catch, @FagnerMartinsBrack!Chris Rebert1-2/+2
Problem introduced in 6b23a66c29c3613c6792a257aafa949c81746597
2013-07-26move things around :)syed1-8/+8
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-07refactor {badges,jumbotron,media,popover,print}.less (mostly nesting)Chris Rebert1-8/+10
2013-06-27fixes #4852: popover carets fully functional in ie8 holy carp wtfbqq huge ↵Mark Otto1-0/+4
shoutout to @PumaOmaR
2013-06-20Fixes #7730: Better hiding of empty titles in popoversMark Otto1-4/+0
If the popover's title contains no text, hide it via JS. Previously was done via CSS's `:empty` property, but that doesn't work in IE8, so JS it is. /cc @fat becaue I probably did this wrong <3
2013-05-07indentation fixMark Otto1-1/+1
2013-05-02Use @font-size-... variables instead of hardcoded font-size in pxDarDar1-1/+1
2013-03-31-background to -bg on tooltip and popover varsMark Otto1-5/+5
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+5
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2012-12-28Popovers are now flexible width:Mark Otto1-1/+5
* Instead of a fixed width, we use max-width * Width has been increased from 240px to 280px * Added ability to hide the title via CSS :empty selector if no title is provided
2012-12-05Remove commented out old popover CSSMark Otto1-58/+0
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto1-61/+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-02reset text align in popovers given inline insertionMark Otto1-0/+1
2012-12-02remove overrides on inner html of popover-contentMark Otto1-3/+0
2012-11-30popovers and tooltips varsMark Otto1-54/+54
2012-11-30remove sprites vars, change zindex varsMark Otto1-1/+1
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto1-6/+76
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html
2012-11-28Fixes #4852: IE8 popover carets fixedMark Otto1-6/+76
* IE8 refused a negative z-index to place the previous :after behind the .arrow, so I had to flip the styles. * .arrow is the gray border/background, .arrow:after is now the white inner arrow * Added a hex IE8 fallback to ensure the arrow shows for <IE9 as rgba() isn't supported * Simplified some of the CSS for the popover carets
2012-11-03Merge branch '2.2.2-wip' into exploratoryMark Otto1-1/+3
Conflicts: docs/assets/css/bootstrap.css docs/scaffolding.html docs/templates/pages/scaffolding.mustache
2012-11-03Fixes #5776: Reside white-space for popoversMark Otto1-1/+3
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-2/+2
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-17fixes #5173: proper popover offsets; added docs examples to enable tests in ↵Mark Otto1-2/+2
the future
2012-07-26increase height of homepage jumbotron, update vars and styles of popoversMark Otto1-4/+5
2012-07-09remove popoverarrows mixin, relegate code to tooltips and popvers since we ↵Mark Otto1-21/+72
only used them once each; this fixes the problem of broken tooltips in 2.1
2012-07-09fix up docs popover examples and copyMark Otto1-1/+2
2012-06-28standardize top level file commentsMark Otto1-2/+4
2012-06-28use variablef or wells background-color, update docs for glyphicons license ↵Mark Otto1-22/+35
mention, update popovers to remove that thick border and make them look mo betta
2012-01-30namespace popover valuesMark Otto1-25/+25
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+49