Playlist markup
This commit is contained in:
parent
4e6e5a6751
commit
e8815faab4
|
@ -24,7 +24,28 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.playlist {
|
.playlist {
|
||||||
.song-duration {
|
margin: 20px 0 0 0;
|
||||||
text-align: right;
|
li {
|
||||||
|
list-style: none;
|
||||||
|
border-bottom: #DDD 1px solid;
|
||||||
|
.drag {
|
||||||
|
float: left;
|
||||||
|
margin: 3px 0 0 -3px;
|
||||||
|
width: 5px;
|
||||||
|
height: 32px;
|
||||||
|
background-color: #DDD;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.artist-name {
|
||||||
|
font-size: 10px;
|
||||||
|
margin: 5px 0 0 5px;
|
||||||
|
}
|
||||||
|
.song-title {
|
||||||
|
margin: 0 0 5px 5px;
|
||||||
|
}
|
||||||
|
.song-duration {
|
||||||
|
float: right;
|
||||||
|
margin: 10px 5px 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -58,28 +58,18 @@
|
||||||
%a.btn.large.large-round ►
|
%a.btn.large.large-round ►
|
||||||
%a.btn.small-round »
|
%a.btn.small-round »
|
||||||
|
|
||||||
.playlist
|
%ul.playlist
|
||||||
%table
|
%li
|
||||||
%tr
|
.song-duration 4:29
|
||||||
%td.song-title
|
.drag
|
||||||
.artist-name Foo Fighters
|
.artist-name Foo Fighters
|
||||||
The Pretender
|
.song-title The Pretender
|
||||||
%td.song-duration 4:29
|
%li
|
||||||
%tr
|
.song-duration 4:29
|
||||||
%td.song-title
|
.drag
|
||||||
.artist-name Foo Fighters
|
.artist-name Foo Fighters
|
||||||
Let It Die
|
.song-title The Pretender
|
||||||
%td.song-duration 4:29
|
|
||||||
%tr
|
|
||||||
%td.song-title
|
|
||||||
.artist-name Foo Fighters
|
|
||||||
Erase/Replace
|
|
||||||
%td.song-duration 4:29
|
|
||||||
%tr
|
|
||||||
%td.song-title
|
|
||||||
.artist-name Foo Fighters
|
|
||||||
Long Road to Ruin
|
|
||||||
%td.song-duration 4:29
|
|
||||||
|
|
||||||
.fullscreen
|
.fullscreen
|
||||||
.inner
|
.inner
|
||||||
|
|
Loading…
Reference in New Issue