1
0
Fork 0
forked from 0x2620/oxjs

update Ox.AudioPlayer + CSS

This commit is contained in:
rolux 2014-08-19 10:18:35 +02:00
commit e56333523b
2 changed files with 48 additions and 18 deletions

View file

@ -115,6 +115,10 @@ Audio
.OxAudioPlayer > * {
position: absolute;
}
.OxAudioPlayer > .OxListButton {
right: 0;
border-bottom-right-radius: 0;
}
.OxAudioPlayer > .OxMuteButton {
right: 151px;
top: 15px;
@ -138,17 +142,20 @@ Audio
top: 15px;
}
.OxAudioPlayer > .OxRepeatButton {
border-bottom-left-radius: 0;
right: 31px;
border-bottom-right-radius: 0;
}
.OxAudioPlayer > .OxShuffleButton {
right: 0;
right: 15px;
border-bottom-right-radius: 0;
}
.OxAudioPlayer > .OxTrackLabel {
left: 15px;
//left: 15px;
top: 0;
height: 13px;
padding-top: 1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
font-size: 10px;
text-overflow: ellipsis;
}