aboutsummaryrefslogtreecommitdiff
path: root/less/carousel.less
AgeCommit message (Collapse)AuthorFilesLines
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
2013-06-28Nuke hella thingsMark Otto1-1/+1
* Any mentions of .btn-mini * Old docs page that somehow found it's way back
2013-06-22Reset left padding for .carousel-indicatorsFrancis Brunelle1-0/+1
2013-05-25Gradients refactorMark Otto1-2/+2
* Add start and end support to the horizontal gradient as well * Change all variables from camelCase to use-dashes * Better comments in the gradients mixins area * Update current uses of gradients in dropdowns and carousel to specify only two values by direct assignment of variables
2013-05-16Fix z-index of carousel indicatorsMark Otto1-1/+1
2013-04-27Adding media queries breakpoints variablesKevin1-2/+2
2013-04-02refactor some of the carousel caption stuff to center it and tighten styles ↵Mark Otto1-11/+7
up; update carousel template to start to redo mobile first
2013-04-01Update carousel-caption btn stylesRobert Burns1-0/+3
2013-02-28Fixes #6935: Use standard decimal points for .opacity() mixinMark Otto1-2/+2
2013-02-16Scrach that: carousel caption is always left aligned, but still hidden for ↵Mark Otto1-2/+0
mobile views
2013-02-16Re-add carousel captions as optionalMark Otto1-21/+43
* They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports
2013-02-16Overhaul carousel a bit more:Mark Otto1-42/+38
* Drop custom type arrow controls for glyphicons icons instead for more consistent rendering * Remove the captions and instead let folks implement what they want in the carousel * Move the indicators to the bottom middle instead of top right * Lighten up gradients on the edges for less harsh lighting
2013-02-08Fixes #6852: add cursor pointer to carousel indicatorsMark Otto1-0/+1
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-2/+3
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto1-2/+3
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-04Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-5/+6
Conflicts: docs/assets/css/bootstrap.css less/type.less
2013-01-31removes anchor tag definition.RJ Regenold1-1/+0
2013-01-31its not dyslexic being easy.RJ Regenold1-1/+1
2013-01-31fixes jankiness with anchor tags in carousel.RJ Regenold1-5/+7
2013-01-30Update less/carousel.lessnextgenthemes1-11/+12
lessified .carousel-caption
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke1-2/+3
Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors).
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-0/+25
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/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/base-css.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/responsive.less less/type.less package.json
2012-12-19Get on that carousel indicator lifestyle with some new hawtnessMark Otto1-0/+25
2012-11-30more vars changed, remove @white varMark Otto1-2/+2
2012-11-30more consistent variable naming patternsMark Otto1-2/+2