TRying to develop all button again.

This commit is contained in:
ville rantanen
2013-09-16 10:32:02 +03:00
parent 20f20821ed
commit 0969ab27a4
2 changed files with 16 additions and 1 deletions

View File

@@ -232,6 +232,20 @@ iframe {
line-height: 40px;
font-family: sans-serif;
}
#allthumbs {
width: 90px;
height: 20px;
text-align:center;
cursor: pointer;
background-color: #eee;
margin: 37px 2px 2px -31px;
line-height: 20px;
font-family: sans-serif;
font-size: medium;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#prevTouch,#nextTouch {
width: 10%;
height: inherit;