Styling of player and show slider by default

This commit is contained in:
dave 2014-08-28 23:26:52 -07:00
parent bbe9987239
commit 77685dd9e7
2 changed files with 11 additions and 2 deletions

View File

@ -19,7 +19,13 @@
</div>
<div class="time">
<div class="time-holder">
<div class="slider slider-horizontal">
<div class="slider-track">
<div class="slider-selection" style="left: 0%; width: 0%"></div>
<div class="slider-handle round" style="left: 0%"></div>
</div>
<input class="player-slider" type="text" data-slider-step="1" data-slider-value="0" style="">
</div>
</div>
</div>
<div id="player"></div>

View File

@ -64,8 +64,11 @@ div.slider.slider-horizontal {
#playerdrop > div.timeshow {
width: 10%;
text-align: center;
font-size: 18px;
font-weight: 500;
padding-top: 4px;
}
#playerdrop > div.time {
width: 70%;
padding: 5px 8px 5px 20px;
padding: 6px 8px 5px 20px;
}