forked from 0x2620/oxjs
update Ox.AudioPlayer + CSS
This commit is contained in:
parent
3c71cc7a26
commit
e56333523b
2 changed files with 48 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue