From eac34452a22b0cb1bdace1f30265d037d777e07d Mon Sep 17 00:00:00 2001 From: thlo Date: Fri, 26 Jul 2013 23:54:07 +0200 Subject: Show recording image, if available. --- smarttv-client/CSS/Main.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'smarttv-client/CSS') 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; -- cgit v1.2.3