adding slider background

This commit is contained in:
Micho 2013-05-22 14:09:30 +02:00
parent 7851030e84
commit 806883c8aa
2 changed files with 5 additions and 2 deletions

View File

@ -122,6 +122,9 @@
left: -420px;
top: 0px;
cursor: pointer;
background-image: url(slider.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}
.marker {
position: absolute;
@ -134,8 +137,8 @@
position: absolute;
top: 20px;
height: 30px;
border-left: 2px solid #ddd;
color: #888;
border-left: 2px solid rgba(0,0,0,0.2);
color: rgba(0,0,0,0.5);
font-size: 10px;
padding-left: 3px;
}

BIN
clients/anim/slider.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB