summaryrefslogtreecommitdiff
path: root/smarttv-client/CSS
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-01-01 22:07:29 +0100
committerthlo <t.lohmar@gmx.de>2013-01-01 22:07:29 +0100
commit6875170a503df081979d3b786b2b186334b31aab (patch)
tree02d445015e130d32834cf58bb4d1a6a43a30bc0c /smarttv-client/CSS
parent06ce7556e61e65c52cd222c8c401bcbbda5ceb92 (diff)
downloadvdr-plugin-smarttvweb-6875170a503df081979d3b786b2b186334b31aab.tar.gz
vdr-plugin-smarttvweb-6875170a503df081979d3b786b2b186334b31aab.tar.bz2
Native Volume OSD also visible on 2011 Models.
Seeking duration (Jump Forward and Backward) now adjustable during playback. Minor Bug Fixes.
Diffstat (limited to 'smarttv-client/CSS')
-rwxr-xr-xsmarttv-client/CSS/Main.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css
index ae43a9e..e3ebaca 100755
--- a/smarttv-client/CSS/Main.css
+++ b/smarttv-client/CSS/Main.css
@@ -56,12 +56,12 @@ body {
padding-top:20px;
padding-left:20px;
padding-right:20px;
- background: url("../Images/selectView-bg.png");
- background-size: 100%;
+ background: rgba(6,109,171,1) 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
}
-
+/* background-size: 100%;
+*/
#optionsScreen {
position: absolute;
left: 0px; top: 0px;
@@ -82,8 +82,7 @@ body {
padding-top:20px;
padding-left:20px;
padding-right:20px;
- background: url("../Images/selectView-bg.png");
- background-size: 100%;
+ background: rgba(6,109,171,1) 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
}
@@ -157,7 +156,6 @@ body {
border-width:1px;
background: url("../Images/rightHalf-bg.png");
- background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
}
@@ -189,6 +187,7 @@ body {
text-overflow : ellipsis;
-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
+
background: url("../Images/description-bg.png");
background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
@@ -200,7 +199,6 @@ body {
left: 10px; top:40px;
width:50%; height:90%;
background: url("../Images/leftHalf-bg.png");
- background-size: 100%;
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 41%,#7db9e8 100%);
border-style:solid;
border-width:1px;