aboutsummaryrefslogtreecommitdiff
path: root/less/carousel.less
AgeCommit message (Collapse)AuthorFilesLines
2015-11-14Fix IE9 clickthru of carousel controlsMark Otto1-0/+1
2015-11-12Follow up to #16975Mark Otto1-3/+3
2015-08-12Use @carousel-control-font-size for in min-width smKevin Kirsche1-3/+3
Fix #16973 As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less
2015-05-02Fixes Issue #16371 Carousel control is vertically off center for small screensRichard Lindner1-1/+1
2015-04-07add px unit to perspective property value; fixes #16247Chris Rebert1-1/+1
[skip sauce] [skip validator]
2014-12-22add more refs to browser-related bugs in Less commentsChris Rebert1-0/+1
2014-11-27Center .icon-prev and .icon-nextCatalin Zalog1-0/+1
Center .icon-prev and .icon-next the same way .glyphicon icon are. And this is the html markup: <a class="left carousel-control" href="#carousel-main-menu" role="button" data-slide="prev"> <span class="icon-prev" aria-hidden="true"></span> </a>
2014-11-17gruntHeinrich Fenkart1-1/+1
2014-11-17Revert "Follow-up to #13074: use spec syntax instead of deprecated mixins"Heinrich Fenkart1-7/+7
This reverts commit b10b373c6019666dbe1152245c9efdf214ceaa6a. Resolves #14937.
2014-08-04Follow-up to #13074: use spec syntax instead of deprecated mixinsHeinrich Fenkart1-7/+7
2014-08-02Merge pull request #13074 from haydenbleasel/masterMark Otto1-0/+24
WebKit CSS3 carousel transforms for supported devices
2014-07-08CSS3 Carousel code formattingHayden Bleasel1-3/+8
2014-07-07Added Firefox support for CSS3 carousel transitionHayden Bleasel1-1/+1
2014-04-26Minor Spacing fixesNick Schonning1-1/+3
Flagged upstream in bootstrap-sass by scss-lint
2014-04-23Improved mixin ability with nested media queryHayden Bleasel1-23/+19
2014-03-31Fix carousel control margin asymmetryNikolay Shebanov1-2/+11
2014-03-16Removed unnecessary percentage sign for 3D translationHayden Bleasel1-1/+1
2014-03-15Utilised mixins rather than specific WebKit propertiesHayden Bleasel1-6/+6
2014-03-15WebKit CSS3 carousel transforms for supported devicesHayden Bleasel1-0/+23
2014-03-10Use `outline: 0` consistentlyZlatan Vasović1-1/+1
2014-02-08Merge pull request #12552 from stoudenmire/carousel-icon-classname-fixMark Otto1-2/+2
Fixes two typos in carousel.less
2014-02-06use :extend(.img-responsive) in Carousel's LessChris Rebert1-1/+1
2014-02-03fixed two typos in carousel.lessstoudenmire1-2/+2
carousel.less has two typos in glyphicon classnames. fixed them.
2013-11-28Fixes #10147: Remove outline from carousel controls on focusMark Otto1-0/+1
2013-10-24fix WebKit caps in commentsChris Rebert1-1/+1
2013-10-20Fixes #10903 and #10457: IE8-9 don't support events on elements without ↵Mark Otto1-0/+11
background-color, so we have to hack it
2013-09-11Eagle eyeZlatan Vasović1-1/+1
2013-09-10add missing comma in carousel.less; fixes #10562Chris Rebert1-1/+1
2013-09-06Merge branch 'master' of https://github.com/nuttertag/bootstrap into ↵Mark Otto1-1/+8
nuttertag-master Conflicts: dist/css/bootstrap.min.css
2013-09-01fixes #10115: Default carousel controls and Glyphicon controls should behave ↵Mark Otto1-7/+11
the same on small devices and up
2013-08-21Fixing carousel control positioningJason Nutter1-1/+8
The left control should be positioned from the left, while the right control should be positioning from the right. Positioning both from the left results in the right carousel control being incorrectly positioned (most noticeable with a larger than normal font size).
2013-08-21deprecate @screen-{phone,tablet,desktop} varsChris Rebert1-1/+1
2013-08-19Re-enable glyphicons in carousel controls and then remove redundant CSS from ↵Mark Otto1-1/+6
example
2013-08-12Removed remaining Glyphicons mentions in carousel.lessggam1-2/+1
2013-08-08Removed Glyphicons mention from carousel.lessGuillermo González de Agüero1-1/+0
2013-08-06update use of mixins and add bg-colors where necessaryMark Otto1-2/+0
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto1-3/+3
saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less
2013-08-05carousel.less: copyedit explanatory commentChris Rebert1-1/+1
2013-08-05Fixes #8872: widen the carousel indicators to prevent wrappingMark Otto1-3/+6
2013-07-28move things aroundsyed1-4/+4
Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html
2013-07-26rebuild + use serif arrowsfat1-0/+1
2013-07-23Run make on prev commitsMark Otto1-1/+1
2013-07-23Update carousel varsMark Otto1-4/+4
* Remove `@carousel-control-hover-color` since that's just the same as the default control color and all we change is `opacity` (it's required for specificity). * Add vars to customizer * Update customizer nav to include new section * Remove the `li` from the var names * Consolidate and simplify `text-shadow` vars
2013-07-20Move inline properties to variables.lesssyed1-7/+7
moved buttons.less, carousel.less & close.less in this commit
2013-07-19Fixes #8385: update carousel captionsMark Otto1-3/+8
* No longer hidden by default--up to users to figure that part out with longer content * Cleaned up styles and spacing
2013-07-18add comments to gloss Unicode codepoint hexChris Rebert1-2/+2
2013-07-18change charactersMark Otto1-3/+5
2013-07-06Carousel no longer dependent on glyphiconsMaurice Wahba1-2/+15
Used laquo/raquo for control buttons Updated docs
2013-07-01fixes #7367: slightly larger carousel indicatorsMark Otto1-6/+8
2013-07-01Make more components mixin-friendlyMark Otto1-12/+2