Team:Heidelberg/NivoSlider
From 2010.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
cursor:pointer; | cursor:pointer; | ||
display:block; | display:block; | ||
- | width: | + | width:25px; |
height:50px; | height:50px; | ||
background:url(https://static.igem.org/mediawiki/2010/f/f0/Arrows.png) no-repeat; | background:url(https://static.igem.org/mediawiki/2010/f/f0/Arrows.png) no-repeat; | ||
Line 68: | Line 68: | ||
} | } | ||
a.nivo-nextNav { | a.nivo-nextNav { | ||
- | background-position:- | + | background-position:-25px 0; |
right:10px; | right:10px; | ||
} | } | ||
Line 125: | Line 125: | ||
.nivo-directionNav a { | .nivo-directionNav a { | ||
display:block; | display:block; | ||
- | width: | + | width:25px; |
height:50px; | height:50px; | ||
background:url(https://static.igem.org/mediawiki/2010/f/f0/Arrows.png) no-repeat; | background:url(https://static.igem.org/mediawiki/2010/f/f0/Arrows.png) no-repeat; | ||
Line 132: | Line 132: | ||
} | } | ||
a.nivo-nextNav { | a.nivo-nextNav { | ||
- | background-position:- | + | background-position:-25px 0; |
right:15px; | right:15px; | ||
} | } |
Revision as of 14:43, 27 October 2010