Skip to content

Commit

Permalink
Remove extra spacing from direction nav that shows up in IE7
Browse files Browse the repository at this point in the history
  • Loading branch information
Krister Kari committed Sep 23, 2011
1 parent ea0e16c commit 775037f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flexslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endCol
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
Expand Down

0 comments on commit 775037f

Please sign in to comment.