|
|
|
@ -79,14 +79,14 @@ body > div.ui-layout-north > div:last-child > h1 {
|
|
|
|
|
height: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.daaprControlsWrap {
|
|
|
|
|
body > .ui-layout-north > div:first-child {
|
|
|
|
|
float: left;
|
|
|
|
|
clear: left;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.daaprControlsWrap #buttonPlay {
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay {
|
|
|
|
|
float: left;
|
|
|
|
|
clear: none;
|
|
|
|
|
display: block;
|
|
|
|
@ -96,17 +96,17 @@ body > div.ui-layout-north > div:last-child > h1 {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
background: transparent url('../img/button_play.png') no-repeat left top;
|
|
|
|
|
}
|
|
|
|
|
.daaprControlsWrap #buttonPlay.playing {
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay.playing {
|
|
|
|
|
background-image: url('../img/button_pause.png');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.daaprControlsWrap #buttonPlay.stopped {
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay.stopped {
|
|
|
|
|
background-image: url('../img/button_stop.png');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.daaprControlsWrap #buttonVolume,
|
|
|
|
|
.daaprControlsWrap #buttonPrev,
|
|
|
|
|
.daaprControlsWrap #buttonNext {
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonVolume,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPrev,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonNext {
|
|
|
|
|
float: left;
|
|
|
|
|
clear: none;
|
|
|
|
|
display: block;
|
|
|
|
@ -115,20 +115,20 @@ body > div.ui-layout-north > div:last-child > h1 {
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.daaprControlsWrap #buttonPrev {
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPrev {
|
|
|
|
|
background: url('../img/button_prev.png') no-repeat left top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.daaprControlsWrap #buttonNext {
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonNext {
|
|
|
|
|
background: url('../img/button_next.png') no-repeat left top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.daaprControlsWrap #buttonNext:active,
|
|
|
|
|
.daaprControlsWrap #buttonPrev:active,
|
|
|
|
|
.daaprControlsWrap #buttonPlay:active,
|
|
|
|
|
.daaprControlsWrap #buttonNext.disabled:active,
|
|
|
|
|
.daaprControlsWrap #buttonPrev.disabled:active,
|
|
|
|
|
.daaprControlsWrap #buttonPlay.disabled:active {
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonNext:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPrev:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonNext.disabled:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPrev.disabled:active,
|
|
|
|
|
body > .ui-layout-north > div:first-child #buttonPlay.disabled:active {
|
|
|
|
|
background-position: left bottom;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|