diff options
author | thlo <smarttv640@gmail.com> | 2013-09-29 16:09:19 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-09-29 16:09:19 +0200 |
commit | 4148888336af42a0ddb7a2e1e9dbc70703a2ba71 (patch) | |
tree | 75e508fdd6d263b9b247e6d83346d131439195db /smarttv-client/CSS | |
parent | c1d18541100f07b5ec2a0baf894ae9d870866c5f (diff) | |
download | vdr-plugin-smarttvweb-4148888336af42a0ddb7a2e1e9dbc70703a2ba71.tar.gz vdr-plugin-smarttvweb-4148888336af42a0ddb7a2e1e9dbc70703a2ba71.tar.bz2 |
* Fixes in Comm handling.
* Fixes in Timer menu.
* Fixes in Image Viewer.
* Widget Code Improvements (HTTP transaction handlings)
Diffstat (limited to 'smarttv-client/CSS')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index 93aba17..c9d8f5f 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -155,7 +155,7 @@ body { margin-bottom:3px;
border-style:solid;
border-width:2px;
- font-size:16px;
+ font-size:14px;
border-radius: 7px;
-webkit-border-radius: 7px;
padding-top:5px;
@@ -276,7 +276,7 @@ body { padding-left:20px;
padding-right:20px;
background-color: rgba(0,0,0,0.5);
- z-index:50;
+ z-index:70;
overflow:hidden;
}
|