Skip to content

Instantly share code, notes, and snippets.

@KuninoriKunimoto
Created March 11, 2014 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KuninoriKunimoto/9484282 to your computer and use it in GitHub Desktop.
Save KuninoriKunimoto/9484282 to your computer and use it in GitHub Desktop.
@charset "UTF-8";
.jp-audio {
width: 100%;
background: #FFFFFF;
}
.jp-controls li,
.jp-toggles li,
.jp-playlist li {
display: inline;
}
.jp-controls,
.jp-playlist ul {
margin-left: auto;
padding-left: 0;
}
.jp-volume-bar,
.jp-volume-bar-value {
display: inline-block;
width: 148px;
margin-bottom: 0;
vertical-align: text-bottom;
height: 15px;
cursor: pointer;
}
.jp-progress,
.jp-seek-bar,
.jp-play-bar {
width: 100%;
overflow: hidden;
cursor: pointer;
margin-bottom: 0;
}
.jp-progress .progess,
.jp-progress .progress-bar {
-webkit-transition: width 0s;
-o-transition: width 0s;
-ms-transition: width 0s;
transition: width 0s;
}
#time {
height: 20px;
}
.jp-current-time {
float: left;
}
.jp-duration {
float: right;
}
.jp-playlist li div {
margin: 5px;
}
.jp-playlist-current div a, .jp-playlist-current div a:hover {
color: #333333;
font: 'MisoRegular';
}
.jp-playlist-item-remove {
float: right;
}
.jp-volume-max,.jp-repeat-off,.jp-repeat {
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment