1
0
Fork 0
forked from 0x2620/oxjs

Ox.AudioPlayer: support resize, move css declarations to Ox.UI.css

This commit is contained in:
rolux 2012-12-18 17:46:43 +01:00
commit 7ff601a0a4
2 changed files with 52 additions and 49 deletions

View file

@ -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;
}
/*