diff options
author | thlo <t.lohmar@gmx.de> | 2013-09-29 16:09:19 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-09-29 16:09:19 +0200 |
commit | f294d3cb3aa36e2a74e4e4c8542c48da78f54861 (patch) | |
tree | 75e508fdd6d263b9b247e6d83346d131439195db /smarttv-client/CSS | |
parent | c001a1556b1d159eff37591f35eb8968676e52ca (diff) | |
download | vdr-plugin-smarttvweb-f294d3cb3aa36e2a74e4e4c8542c48da78f54861.tar.gz vdr-plugin-smarttvweb-f294d3cb3aa36e2a74e4e4c8542c48da78f54861.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;
}
|