Tons of little fixes
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
padding: 2px 9px !important;
|
||||
font-size: 18px !important;
|
||||
}
|
||||
.large-round {
|
||||
border-radius: 21px !important;
|
||||
padding: 11px 11px 11px 15px !important;
|
||||
}
|
||||
|
||||
.popover-wrapper {
|
||||
display: none;
|
||||
|
||||
@@ -1,8 +1,17 @@
|
||||
.player {
|
||||
.buttons {
|
||||
text-align: center;
|
||||
height: 36px;
|
||||
}
|
||||
.play {
|
||||
border-radius: 21px !important;
|
||||
padding: 11px 11px 11px 15px !important;
|
||||
margin-top: -10px !important;
|
||||
}
|
||||
.pause {
|
||||
font-weight: bold;
|
||||
border-radius: 21px !important;
|
||||
padding: 11px 16px 11px 16px !important;
|
||||
display: none;
|
||||
}
|
||||
.now-playing {
|
||||
@@ -10,16 +19,17 @@
|
||||
}
|
||||
.progress {
|
||||
width: 94%;
|
||||
margin: 0 0 10px 3%;
|
||||
height: 7px;
|
||||
margin: 0 0 18px 3%;
|
||||
height: 5px;
|
||||
background-color: #e0e0e0;
|
||||
.loaded {
|
||||
width: 66%;
|
||||
height: 7px;
|
||||
background-color: #70c0c0;
|
||||
height: 5px;
|
||||
background-color: #d0e0e0;
|
||||
cursor: pointer;
|
||||
.played {
|
||||
width: 66%;
|
||||
height: 7px;
|
||||
height: 5px;
|
||||
background-color: #0090AA;
|
||||
}
|
||||
}
|
||||
@@ -30,28 +40,43 @@
|
||||
margin: 20px 0 0 0;
|
||||
li {
|
||||
list-style: none;
|
||||
background-color: #ffffff;
|
||||
border-bottom: #DDD 1px solid;
|
||||
.drag {
|
||||
float: left;
|
||||
margin: 3px 0 0 -3px;
|
||||
width: 5px;
|
||||
height: 32px;
|
||||
background-color: #DDD;
|
||||
margin: 11px 0 0 -6px;
|
||||
width: 15px;
|
||||
height: 26px;
|
||||
background: url("/assets/drag.png");
|
||||
cursor: pointer;
|
||||
}
|
||||
.artist-name {
|
||||
font-size: 10px;
|
||||
margin: 5px 0 0 5px;
|
||||
font-size: 11px;
|
||||
margin: 0 0 0 5px;
|
||||
padding: 5px 0 0 0;
|
||||
}
|
||||
.song-title {
|
||||
margin: 0 0 5px 5px;
|
||||
}
|
||||
.song-duration {
|
||||
float: right;
|
||||
margin: 10px 5px 0 0;
|
||||
margin: 15px 5px 0 0;
|
||||
}
|
||||
.remove {
|
||||
display: none;
|
||||
font-size: 11px;
|
||||
line-height: 11px;
|
||||
color: #fffafa;
|
||||
background-color: #cc9090;
|
||||
border: #bb8080 1px solid;
|
||||
border-radius: 3px;
|
||||
padding: 0 3px 2px 3px;
|
||||
float: right;
|
||||
margin: 16px 5px 0 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
&.now {
|
||||
background-color: #DEF;
|
||||
background-color: #EAF5FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user