adding spots for navigation for touch screens

This commit is contained in:
ville rantanen
2013-02-26 13:56:24 +02:00
parent 04111dfbb7
commit 65c9fbf536
2 changed files with 25 additions and 2 deletions

View File

@@ -226,6 +226,19 @@ iframe {
line-height: 40px;
font-family: sans-serif;
}
#prevTouch,#nextTouch {
width: 10%;
height: inherit;
position: absolute;
display: block;
z-index: 1;
cursor: pointer;
}
#prevTouch:hover,#nextTouch:hover {
background-color: rgba(238,238,238,0.5);
}
#prevTouch { left:0px; }
#nextTouch { right:0px; }
.thumbmenu {
font-size: small;
margin: 4px 4px 4px 15px;