Fix action buttons in shade mode

This commit is contained in:
Jordan Eldredge 2015-03-31 08:59:57 -07:00
parent e3671e8249
commit 786c888ac4

View file

@ -470,34 +470,38 @@
}
.shade .actions div {
background: none;
position: absolute;
}
.shade #previous {
.shade .actions #previous {
background: none;
height: 10px;
width: 7px;
top: 2px;
left: 169px;
}
.shade #play {
.shade .actions #play {
background: none;
height: 10px;
width: 10px;
top: 2px;
left: 176px;
}
.shade #pause {
.shade .actions #pause {
background: none;
height: 10px;
width: 9px;
top: 2px;
left: 186px;
}
.shade #stop {
.shade .actions #stop {
background: none;
height: 10px;
width: 9px;
top: 2px;
left: 195px;
}
.shade #next {
.shade .actions #next {
background: none;
height: 10px;
width: 10px;
top: 2px;