Skip to content

Commit

Permalink
fix handle in IE slider
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Mar 28, 2017
1 parent 1f48f34 commit 8c80fbe
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions styles/juxtaposition.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ div.jx-controller {
position: relative;
}

div.jx-arrow {
.horizontal div.jx-arrow {
position: absolute;
margin: auto;
top: 0;
Expand All @@ -118,15 +118,14 @@ div.jx-arrow {
transition: all .2s ease;
}


div.jx-arrow.jx-left {
.horizontal div.jx-arrow.jx-left {
left: 2px;
border-style: solid;
border-width: 8px 8px 8px 0;
border-color: transparent #f3f3f3 transparent transparent;
}

div.jx-arrow.jx-right {
.horizontal div.jx-arrow.jx-right {
right: 2px;
border-style: solid;
border-width: 8px 0 8px 8px;
Expand Down Expand Up @@ -291,17 +290,6 @@ div.jx-image.jx-right div.jx-label {
top: initial;
}

div.jx-credit {
line-height: 1.1;
font-size: 0.75em;
}

div.jx-credit em {
font-weight: bold;
font-style: normal;
}


/* Animation */

div.jx-image.transition {
Expand Down

0 comments on commit 8c80fbe

Please sign in to comment.