remove star buttons on timeslider
This commit is contained in:
parent
8d12c3d7ee
commit
8c301d4fe8
|
@ -130,7 +130,7 @@ div #timeslider div#steppers div#rightstar {
|
||||||
div #timeslider div#steppers div#leftstep {
|
div #timeslider div#steppers div#leftstep {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 34px;
|
right: 34px;
|
||||||
top: 33px;
|
top: 20px;
|
||||||
width:30px;
|
width:30px;
|
||||||
height:21px;
|
height:21px;
|
||||||
background: url(../../static/img/stepper_buttons.png) 0px 22px;
|
background: url(../../static/img/stepper_buttons.png) 0px 22px;
|
||||||
|
@ -140,7 +140,7 @@ div #timeslider div#steppers div#leftstep {
|
||||||
div #timeslider div#steppers div#rightstep {
|
div #timeslider div#steppers div#rightstep {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 33px;
|
top: 20px;
|
||||||
width:29px;
|
width:29px;
|
||||||
height:21px;
|
height:21px;
|
||||||
background: url(../../static/img/stepper_buttons.png) 29px 22px;
|
background: url(../../static/img/stepper_buttons.png) 29px 22px;
|
||||||
|
|
|
@ -234,10 +234,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="steppers">
|
<div id="steppers">
|
||||||
<div class="stepper" id="leftstar"></div>
|
|
||||||
|
|
||||||
<div class="stepper" id="rightstar"></div>
|
|
||||||
|
|
||||||
<div class="stepper" id="leftstep"></div>
|
<div class="stepper" id="leftstep"></div>
|
||||||
|
|
||||||
<div class="stepper" id="rightstep"></div>
|
<div class="stepper" id="rightstep"></div>
|
||||||
|
|
Loading…
Reference in New Issue