From a40568a1e01b864c8ef813a672abd790bf902a83 Mon Sep 17 00:00:00 2001 From: Jason Nutter Date: Wed, 21 Aug 2013 15:51:24 -0700 Subject: Fixing carousel control positioning 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). --- less/carousel.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'less') diff --git a/less/carousel.less b/less/carousel.less index c468d435c..c5bdf17ca 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -103,11 +103,18 @@ .glyphicon-chevron-right { position: absolute; top: 50%; - left: 50%; z-index: 5; display: inline-block; } .icon-prev, + .glyphicon-chevron-left { + left: 50%; + } + .icon-next, + .glyphicon-chevron-right { + right: 50%; + } + .icon-prev, .icon-next { width: 20px; height: 20px; -- cgit v1.2.3