diff options
author | thlo <smarttv640@gmail.com> | 2013-07-26 23:54:07 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-07-26 23:54:07 +0200 |
commit | eac34452a22b0cb1bdace1f30265d037d777e07d (patch) | |
tree | 04fe0086761b2982529e9314457349520867b659 /smarttv-client/CSS/Main.css | |
parent | 6c2ac28fccbda493578d27674582734ff8a62522 (diff) | |
download | vdr-plugin-smarttvweb-eac34452a22b0cb1bdace1f30265d037d777e07d.tar.gz vdr-plugin-smarttvweb-eac34452a22b0cb1bdace1f30265d037d777e07d.tar.bz2 |
Show recording image, if available.
Diffstat (limited to 'smarttv-client/CSS/Main.css')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index 7eaae7a..afe4597 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -287,7 +287,6 @@ body { font-size:10px;
}
-
#description
{
position:absolute;
@@ -300,17 +299,17 @@ body { border-width:1px;
text-align:left;
font-size:16px;
- overflow:hidden;
-webkit-border-radius: 7px;
-
- 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%);
}
+/*
+ text-overflow : ellipsis;
+ overflow:hidden;
+*/
/* Left Half */
#leftHalf {
position:absolute;
|