From eb44d51a9fdfc9be5a9b069b5bf5f45d93262504 Mon Sep 17 00:00:00 2001 From: thlo Date: Wed, 1 May 2013 18:21:27 +0200 Subject: Widget v0.94 isNew indicator delete YT URLs Notification, when a recording is started / stopped Notification, when a timer is added / deleted HTTP based configuration. --- smarttv-client/CSS/Main.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'smarttv-client/CSS') diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index 3b23da8..70c01d9 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -89,7 +89,7 @@ body { width: 960px; height: 540px; background: url("../Images/selectScreen-bg.png"); background: -webkit-radial-gradient(80% 80%, ellipse cover, rgba(197,222,234,1) 0%,rgba(138,187,215,1) 31%,rgba(6,109,171,1) 100%); - z-index:10; + z-index:15; } #optionsView { @@ -129,25 +129,28 @@ body { #notify { position: absolute; display: none; - left: 70%; top: 10px; - width: 20%; height: 6%; + right: 4%; top: 10px; + max-height: 30%; + max-width: 40%; -webkit-border-radius: 1em; -webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5); border-style:solid; border-width:2px; font-size:16px; - - padding-top:20px; - padding-left:20px; + padding-top:12px; + padding-bottom:10px; + padding-left:20px; padding-right:20px; background-color: rgba(0,0,0,0.5); z-index:50; overflow:hidden; - text-overflow: ellipsis; - white-space : nowrap; } +/* + text-overflow: ellipsis; + white-space : nowrap; +*/ #infoOverlay{ position: absolute; display: none; @@ -215,7 +218,7 @@ body { #main { display: none; position: absolute; - z-index:10; + z-index:15; left: 0px; top: 0px; width: 960px; height: 540px; -- cgit v1.2.3