|
|
@ -53,26 +53,26 @@ body > div.ui-layout-north > div:last-child > h1 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#daaprProgressTimeRemain,
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper > span:first-child,
|
|
|
|
#daaprProgressTimeElapsed {
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper > span:last-child {
|
|
|
|
font-size: 0.7em;
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#daaprProgressTimeRemain {
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper > span:last-child {
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
height: 7px;
|
|
|
|
height: 7px;
|
|
|
|
line-height: 7px;
|
|
|
|
line-height: 7px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#daaprProgressTimeElapsed {
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper > span:first-child {
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
height: 7px;
|
|
|
|
height: 7px;
|
|
|
|
line-height: 7px;
|
|
|
|
line-height: 7px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.daaprProgressWrap {
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper {
|
|
|
|
width: auto;
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
@ -135,10 +135,12 @@ progress::-webkit-progress-bar-value,
|
|
|
|
progress::-webkit-progress-value,
|
|
|
|
progress::-webkit-progress-value,
|
|
|
|
progress::-moz-progress-bar {
|
|
|
|
progress::-moz-progress-bar {
|
|
|
|
-webkit-appearance: progress-bar;
|
|
|
|
-webkit-appearance: progress-bar;
|
|
|
|
|
|
|
|
-moz-appearance: progress-bar;
|
|
|
|
|
|
|
|
/*appearance: progress-bar;*/
|
|
|
|
/*background-color: #BFBFBF;*/
|
|
|
|
/*background-color: #BFBFBF;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
progress#daaprPlayerProgress {
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper > progress {
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
/*-moz-border-radius: 7px;
|
|
|
|
/*-moz-border-radius: 7px;
|
|
|
|
-webkit-border-radius: 7px;*/
|
|
|
|
-webkit-border-radius: 7px;*/
|
|
|
@ -150,11 +152,12 @@ progress#daaprPlayerProgress {
|
|
|
|
/*border: 1px solid #393939;*/
|
|
|
|
/*border: 1px solid #393939;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
progress#daaprPlayerProgress, progress#daaprPlayerProgress span {
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper > progress,
|
|
|
|
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper > progress span {
|
|
|
|
-moz-border-radius: 7px;
|
|
|
|
-moz-border-radius: 7px;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
progress#daaprPlayerProgress span {
|
|
|
|
body > div.ui-layout-north > div:last-child > .playerProgressWrapper > progress span {
|
|
|
|
background: url('../img/progressbar_fg.png') repeat-x;
|
|
|
|
background: url('../img/progressbar_fg.png') repeat-x;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
height: 7px;
|
|
|
|
height: 7px;
|
|
|
|