summaryrefslogtreecommitdiff
path: root/smarttv-client/CSS
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2014-06-09 12:56:48 +0200
committerthlo <smarttv640@gmail.com>2014-06-09 12:56:48 +0200
commit478222ca3bee5e20432dcc052a74e955d3fa255a (patch)
tree618002e1c41fa1143eaf0b669723a32f016d2041 /smarttv-client/CSS
parent1f4c5de1370cacfb1b514d833860c372c3ff3767 (diff)
downloadvdr-plugin-smarttvweb-Wv1.00.tar.gz
vdr-plugin-smarttvweb-Wv1.00.tar.bz2
* Time zone and no time source issue fixedWv1.00Pv1.00
* Commands Menu Entry (when enabled in plugin) * Fix of sorting bug (blue key in recordings) * Improved buffering tuning for Live * Fixes with respect to using HLS for Recordings * Touch Remote Control support * New 21:9 crop (picture size key) * Making additional notifications (such as Recording has finished) optional * Show Language Code for Audio Track Select * Bug Fixes
Diffstat (limited to 'smarttv-client/CSS')
-rwxr-xr-xsmarttv-client/CSS/Main.css42
1 files changed, 27 insertions, 15 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css
index c9d8f5f..6c30936 100755
--- a/smarttv-client/CSS/Main.css
+++ b/smarttv-client/CSS/Main.css
@@ -289,46 +289,58 @@ body {
position: absolute;
display: none;
left: 0px; top: 0px;
- width: 960px; height: 162px;
+ width: 940px; height: 162px;
border-style:solid;
z-index:50;
- padding-top:20px;
- padding-left:20px;
- padding-right:20px;
- background-color: darkblue;
- background-color: rgba(0, 0, 139, 0.5);
- background-color: -webkit-linear-gradient(-45deg, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
+ padding-top:10px;
+ padding-bottom:10px;
+ padding-left:10px;
+ padding-right:10px;
+ background: darkblue;
+ background: rgba(0, 0, 139, 0.5);
}
#infoTitle{
position: absolute;
- left: 2px; top: 0px;
- width: 960px; height: 26px;
+ left: 0px; top: 0px;
+ width: 98%; height: 26px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
+ padding-top: 0.5%;
+ padding-left: 1%;
+ padding-right: 1%;
}
#infoDuration{
position: absolute;
- left: 2px; top: 26px;
- width: 960px; height: 21px;
+ left: 0px; top: 26px;
+ width: 98%; height: 21px;
font-size:14px;
+ padding-left: 1%;
+ padding-right: 1%;
}
#infoDesc{
position: absolute;
- left: 2px; top: 47px;
- width: 960px; height: 90px;
+ left: 0px; top: 45px;
+ width: 98%; height: 85px;
font-size:14px;
overflow:hidden;
+ padding-top: 0.5%;
+ padding-left: 1%;
+ padding-right: 1%;
+ border-radius: 5px;
+ background: rgba(0, 0, 139, 0.5);
}
#infoAudio {
position: absolute;
- left: 2px; top: 141px;
- width: 960px; height: 21px;
+ left: 0px; top: 141px;
+ width: 98%; height: 21px;
font-size:14px;
+ padding-left: 1%;
+ padding-right: 1%;
}
#popup{
position: absolute;