diff options
author | thlo <smarttv640@gmail.com> | 2013-07-28 17:07:35 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-07-28 17:07:35 +0200 |
commit | 7e4d335589a3f626b2c2ddf94be46df987e2062e (patch) | |
tree | 7b0f454ee074c620f0ccd16972250c454a387afc /smarttv-client/CSS/Main.css | |
parent | eac34452a22b0cb1bdace1f30265d037d777e07d (diff) | |
download | vdr-plugin-smarttvweb-7e4d335589a3f626b2c2ddf94be46df987e2062e.tar.gz vdr-plugin-smarttvweb-7e4d335589a3f626b2c2ddf94be46df987e2062e.tar.bz2 |
Fixed HTML Text float around preview_vdr.png and overflow handling (if
image is available).
Diffstat (limited to 'smarttv-client/CSS/Main.css')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index afe4597..9478ad8 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -299,6 +299,7 @@ body { border-width:1px;
text-align:left;
font-size:16px;
+ overflow:hidden;
-webkit-border-radius: 7px;
-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);
background: url("../Images/description-bg.png");
|