diff options
author | root <root@mediaserver.Belkin> | 2010-02-18 17:48:07 +0100 |
---|---|---|
committer | root <root@mediaserver.Belkin> | 2010-02-18 17:48:07 +0100 |
commit | ee59e19183a839784e6ac30ed639548e4f36615e (patch) | |
tree | ccb25718c32934f41368fa46dbc6083aae533fa6 /css | |
parent | 1f5be309fb11e8fa2070c186efe6037a03a9b572 (diff) | |
download | istreamdev-ee59e19183a839784e6ac30ed639548e4f36615e.tar.gz istreamdev-ee59e19183a839784e6ac30ed639548e4f36615e.tar.bz2 |
Second rev with media streaming. Now it works for all video types.
And some more bugfixes
Committer: Alib <aliboba@free.fr>
modified: HISTORY
modified: config.php
modified: css/style.css
modified: includes/inc_media.php
modified: includes/inc_rec.php
modified: includes/inc_stream.php
modified: includes/inc_vdr.php
modified: includes/include.php
modified: istream.sh
Diffstat (limited to 'css')
-rwxr-xr-x | css/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/css/style.css b/css/style.css index 517fefe..eeb1e44 100755 --- a/css/style.css +++ b/css/style.css @@ -533,8 +533,8 @@ li.store .image { position: absolute; left: 0; top: 0; - height: 80px; - width: 80px; + height: 90px; + width: 90px; display: block; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eff1f5), to(#d6dce6)); -webkit-background-size: 90px; @@ -896,11 +896,11 @@ body.list div#content { margin-top: -13px!important; } body.list ul img { - width: 90px; - height: 90px; + width: 80px; + height: 80px; position: absolute; - left: 0; - top: 0; + left: 5; + top: 5; } body.list li.withimage { height: 90px!important; |