forked from 0x2620/oxjs
Ox.AudioPlayer: support resize, move css declarations to Ox.UI.css
This commit is contained in:
parent
8c941edd03
commit
7ff601a0a4
2 changed files with 52 additions and 49 deletions
|
|
@ -96,18 +96,53 @@ Audio
|
|||
.OxAudioPlayer > * {
|
||||
position: absolute;
|
||||
}
|
||||
.OxAudioPlayer > .OxMuteButton {
|
||||
right: 151px;
|
||||
top: 15px;
|
||||
}
|
||||
.OxAudioPlayer > .OxPlayButtons {
|
||||
top: 15px;
|
||||
}
|
||||
.OxAudioPlayer > .OxButtonGroup.OxPlayButtons > .OxButton:first-child {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
.OxAudioPlayer > .OxPositionLabel {
|
||||
top: 15px;
|
||||
height: 13px;
|
||||
padding-top: 1px;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
font-size: 10px;
|
||||
}
|
||||
.OxAudioPlayer > .OxPositionSlider {
|
||||
left: 46px;
|
||||
top: 15px;
|
||||
}
|
||||
.OxAudioPlayer > .OxRepeatButton {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.OxAudioPlayer > .OxShuffleButton {
|
||||
right: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.OxAudioPlayer > .OxTrackLabel {
|
||||
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;
|
||||
}
|
||||
.OxAudioPlayer > .OxButtonGroup > .OxButton:first-child {
|
||||
border-top-left-radius: 0;
|
||||
.OxAudioPlayer > .OxVolumeLabel {
|
||||
top: 15px;
|
||||
height: 13px;
|
||||
padding-top: 1px;
|
||||
border-top-right-radius: 0;
|
||||
font-size: 10px;
|
||||
}
|
||||
.OxAudioPlayer > .OxVolumeSlider {
|
||||
right: 35px;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue