stop timeslider from taking up more than 100% room
This commit is contained in:
parent
ab7b043fd1
commit
6ca7dcf999
|
@ -25,7 +25,7 @@
|
||||||
#timeslider-right {
|
#timeslider-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:0px;
|
top:0px;
|
||||||
right:-2px;
|
right:0px;
|
||||||
background-image: url(../../static/img/timeslider_right.png);
|
background-image: url(../../static/img/timeslider_right.png);
|
||||||
width: 155px;
|
width: 155px;
|
||||||
height: 63px;
|
height: 63px;
|
||||||
|
|
Loading…
Reference in New Issue